52 #ifndef FullGenEigenSOE_h 53 #define FullGenEigenSOE_h 64 #include "utility/matrix/Vector.h" 67 class FullGenEigenSolver;
87 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
88 virtual int addM(
const Matrix &,
const ID &,
double fact = 1.0);
90 virtual void zeroA(
void);
91 virtual void zeroM(
void);
97 inline SystemOfEqn *FullGenEigenSOE::getCopy(
void)
const virtual void zeroM(void)
Anula la matriz M.
Definition: FullGenEigenSOE.cpp:251
virtual void identityM(void)
Makes M the identity matrix (to find stiffness matrix eigenvalues).
Definition: FullGenEigenSOE.cpp:259
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: FullGenEigenSOE.cpp:86
Dense matrix eigenproblem system of equations.
Definition: FullGenEigenSOE.h:72
Base class for eigenproblem systems of equations.
Definition: EigenSOE.h:63
System of equations base class.
Definition: SystemOfEqn.h:84
base class for full (dense) matrix eigenvalue SOE solvers.
Definition: FullGenEigenSolver.h:73
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
Communication parameters between processes.
Definition: CommParameters.h:65
Eigenvalue SOE solver.
Definition: EigenSolver.h:59
================================================================================
Definition: ContinuaReprComponent.h:34
bool setSolver(EigenSolver *)
Sets the solver que se empleará parto solve the eigenproblem.
Definition: FullGenEigenSOE.cpp:71