53 #ifndef FullGenEigenSOE_h 54 #define FullGenEigenSOE_h 65 #include "utility/matrix/Vector.h" 68 class FullGenEigenSolver;
88 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
89 virtual int addM(
const Matrix &,
const ID &,
double fact = 1.0);
91 virtual void zeroA(
void);
92 virtual void zeroM(
void);
95 virtual void save(
void)
const;
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: FullGenEigenSOE.cpp:86
virtual void restore(void)
Restore the SOE matrices and vectors from file.
Definition: FullGenEigenSOE.cpp:309
Float vector abstraction.
Definition: Vector.h:94
Base class for eigenproblem systems of equations.
Definition: EigenSOE.h:64
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: FullGenEigenSOE.h:101
Communication parameters between processes.
Definition: Communicator.h:66
base class for full (dense) matrix eigenvalue SOE solvers.
Definition: FullGenEigenSolver.h:74
Dense matrix eigenproblem system of equations.
Definition: FullGenEigenSOE.h:73
Vector of integers.
Definition: ID.h:95
virtual void zeroM(void)
Anula la matrix M.
Definition: FullGenEigenSOE.cpp:254
Eigenvalue SOE solver.
Definition: EigenSolver.h:60
virtual void save(void) const
Save the SOE matrices and vectors to file.
Definition: FullGenEigenSOE.cpp:286
System of equations base class.
Definition: SystemOfEqn.h:90
int recvSelf(const Communicator &)
Receive the object.
Definition: FullGenEigenSOE.cpp:277
virtual void identityM(void)
Makes M the identity matrix (to find stiffness matrix eigenvalues).
Definition: FullGenEigenSOE.cpp:262
int sendSelf(Communicator &)
Send the object.
Definition: FullGenEigenSOE.cpp:273
The Graph class provides the abstraction of a graph.
Definition: Graph.h:94
bool setSolver(EigenSolver *)
Set the solver.
Definition: FullGenEigenSOE.cpp:70
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111