37 #ifndef BandArpackSOE_h 38 #define BandArpackSOE_h 40 #include <solution/system_of_eqn/eigenSOE/ArpackSOEBase.h> 41 #include "utility/matrix/Vector.h" 45 class BandArpackSolver;
68 virtual int addA(
const Matrix &,
const ID &,
double fact = 1.0);
69 virtual int addM(
const Matrix &,
const ID &,
double fact = 1.0);
71 virtual void zeroA(
void);
76 virtual void save(
void)
const;
Float vector abstraction.
Definition: Vector.h:94
Communication parameters between processes.
Definition: Communicator.h:66
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:212
BandArpackSOE is a subclass of ArpackSOE.
Definition: BandArpackSOE.h:52
BandArpackSOE(SolutionStrategy *, double shift=0.0)
Constructor.
Definition: BandArpackSOE.cpp:46
Base class for Arpack++ based system of equations.
Definition: ArpackSOEBase.h:39
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:151
Vector of integers.
Definition: ID.h:95
Eigenvalue SOE solver.
Definition: EigenSolver.h:60
virtual void zeroA(void)
Zeroes the matrix M.
Definition: BandArpackSOE.cpp:204
bool setSolver(EigenSolver *)
Sets the solver that will be used to compute the solution.
Definition: BandArpackSOE.cpp:51
int sendSelf(Communicator &)
Send the object.
Definition: BandArpackSOE.cpp:257
int recvSelf(const Communicator &)
Receive the object.
Definition: BandArpackSOE.cpp:260
System of equations base class.
Definition: SystemOfEqn.h:90
The Graph class provides the abstraction of a graph.
Definition: Graph.h:94
virtual void restore(void)
Restore the SOE matrices and vectors from file.
Definition: BandArpackSOE.cpp:289
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 strategy for the finite element problem.
Definition: SolutionStrategy.h:94
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: BandArpackSOE.h:81
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Matrix of floats.
Definition: Matrix.h:111
Arpack solver for banded matrices.
Definition: BandArpackSolver.h:74
virtual void save(void) const
Save the SOE matrices and vectors to file.
Definition: BandArpackSOE.cpp:269