58 #ifndef SymBandEigenSOE_h 59 #define SymBandEigenSOE_h 61 #include <solution/system_of_eqn/eigenSOE/EigenSOE.h> 62 #include "utility/matrix/Vector.h" 65 class SymBandEigenSolver;
86 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
87 virtual int addM(
const Matrix &,
const ID &,
double fact = 1.0);
89 virtual void zeroA(
void);
90 virtual void zeroM(
void);
99 inline SystemOfEqn *SymBandEigenSOE::getCopy(
void)
const virtual void identityM(void)
Makes M the identity matrix (to find stiffness matrix eigenvalues).
Definition: SymBandEigenSOE.cpp:231
virtual int addA(const Matrix &, const ID &, double fact=1.0)
Assemblies into A the matrix being passed as parameter multimplied by the fact paremeter.
Definition: SymBandEigenSOE.cpp:112
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
bool setSolver(EigenSolver *)
Sets the solver that will be used to solve the eigenvalue problem.
Definition: SymBandEigenSOE.cpp:73
Band symmetric matrix eigenvaules system of equations.
Definition: SymBandEigenSOE.h:70
Base class for eigenproblem systems of equations.
Definition: EigenSOE.h:63
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
System of equations base class.
Definition: SystemOfEqn.h:84
SymBandEigenSOE(SoluMethod *)
Constructor.
Definition: SymBandEigenSOE.cpp:69
virtual void zeroM(void)
Anula la matriz M.
Definition: SymBandEigenSOE.cpp:224
virtual void zeroA(void)
Anula la matriz A.
Definition: SymBandEigenSOE.cpp:170
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: SymBandEigenSOE.cpp:88
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
virtual int addM(const Matrix &, const ID &, double fact=1.0)
Assemblies into A the matrix being passed as parameter multimplied by the fact paremeter.
Definition: SymBandEigenSOE.cpp:178
Base class for symmetric band matrix eigenvalue SOE solvers.
Definition: SymBandEigenSolver.h:72