36 #ifndef BandArpackSOE_h 37 #define BandArpackSOE_h 39 #include <solution/system_of_eqn/eigenSOE/ArpackSOE.h> 40 #include "utility/matrix/Vector.h" 44 class BandArpackSolver;
67 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
68 virtual int addM(
const Matrix &,
const ID &,
double fact = 1.0);
70 virtual void zeroA(
void);
71 virtual void zeroM(
void);
80 inline SystemOfEqn *BandArpackSOE::getCopy(
void)
const virtual int addA(const Matrix &, const ID &, double fact=1.0)
Assemblies in A the matrix being passed as parameter multiplied by the fact parameter.
Definition: BandArpackSOE.cpp:95
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: BandArpackSOE.cpp:67
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
Arpack++ based system of equations.
Definition: ArpackSOE.h:39
bool setSolver(EigenSolver *)
Sets the solver that will be used to compute the solution.
Definition: BandArpackSOE.cpp:52
FEM_ObjectBroker is is an object broker class for the finite element method. All methods are virtual ...
Definition: FEM_ObjectBroker.h:138
virtual void zeroA(void)
Anula la matriz M.
Definition: BandArpackSOE.cpp:186
System of equations base class.
Definition: SystemOfEqn.h:84
virtual void identityM(void)
Makes M the identity matrix (to find stiffness matrix eigenvalues).
Definition: BandArpackSOE.cpp:245
Arpack solver for banded matrices. The ARnoldi PACKage, is a numerical software library written in FO...
Definition: BandArpackSolver.h:50
virtual void zeroM(void)
Anula la matriz M.
Definition: BandArpackSOE.cpp:239
BandArpackSOE(SoluMethod *, double shift=0.0)
Constructor.
Definition: BandArpackSOE.cpp:47
The Graph class provides the abstraction of a graph, a collection of vertices and edges...
Definition: Graph.h:84
virtual int addM(const Matrix &, const ID &, double fact=1.0)
Assemblies in M the matrix being passed as parameter multiplied by the fact parameter.
Definition: BandArpackSOE.cpp:194
BandArpackSOE is a subclass of ArpackSOE. It uses the LAPACK storage scheme to store the components o...
Definition: BandArpackSOE.h:51
Communication parameters between processes.
Definition: CommParameters.h:65
Eigenvalue SOE solver.
Definition: EigenSolver.h:59
================================================================================
Definition: ContinuaReprComponent.h:34