43 #ifndef SymArpackSOE_h 44 #define SymArpackSOE_h 46 #include <solution/system_of_eqn/eigenSOE/ArpackSOE.h> 49 #include <solution/system_of_eqn/linearSOE/sparseSYM/FeStructs.h> 55 class SymArpackSolver;
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);
Arpack based symmetric matrix eigenvalue SOE solver.
Definition: SymArpackSolver.h:52
int sendSelf(CommParameters &)
Send the object.
Definition: SymArpackSOE.cpp:337
Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Definition: FeStructs.h:45
SymArpackSOE(AnalysisAggregation *, double shift=0.0)
Constructor.
Definition: SymArpackSOE.cpp:49
FEM_ObjectBroker is is an object broker class for the finite element method.
Definition: FEM_ObjectBroker.h:145
Vector of integers.
Definition: ID.h:93
virtual void zeroM(void)
Zeroes the matrix M.
Definition: SymArpackSOE.cpp:326
Eigenvalue SOE solver.
Definition: EigenSolver.h:59
virtual ~SymArpackSOE(void)
Destructor.
Definition: SymArpackSOE.cpp:71
virtual void identityM(void)
Makes M the identity matrix (to find stiffness matrix eigenvalues).
Definition: SymArpackSOE.cpp:332
int recvSelf(const CommParameters &)
Receive the object.
Definition: SymArpackSOE.cpp:340
System of equations base class.
Definition: SystemOfEqn.h:89
The Graph class provides the abstraction of a graph.
Definition: Graph.h:93
virtual int setSize(Graph &theGraph)
Sets the size of the system from the number of vertices in the graph.
Definition: SymArpackSOE.cpp:92
virtual void zeroA(void)
Zeroes the matrix A.
Definition: SymArpackSOE.cpp:322
virtual int addA(const Matrix &, const ID &, double fact=1.0)
Assemblies into A the matrix being passed as parameter multiplied by the fact parameter.
Definition: SymArpackSOE.cpp:182
bool setSolver(EigenSolver *)
Sets the solver that will be used to solve the eigenproblem.
Definition: SymArpackSOE.cpp:56
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Arpack++ based system of equations.
Definition: ArpackSOE.h:39
Communication parameters between processes.
Definition: CommParameters.h:65
Matrix of floats.
Definition: Matrix.h:108
virtual int addM(const Matrix &, const ID &, double fact=1.0)
Assemblies into M the matrix being passed as parameter multiplied by the fact parameter.
Definition: SymArpackSOE.cpp:301
SystemOfEqn * getCopy(void) const
Virtual constructor.
Definition: SymArpackSOE.h:98
Arpack system of equations for symmetric matrices.
Definition: SymArpackSOE.h:60