33 #include <solution/system_of_eqn/eigenSOE/ArpackSOEBase.h> 34 #include "solution/system_of_eqn/linearSOE/DistributedLinSOE.h" 42 std::vector<double> M;
52 int checkSameInt(
int);
int setLinearSOE(LinearSOE &)
Assigns the value of the linear SOE.
Definition: ArpackSOE.cc:53
Linear system of equations.
Definition: LinearSOE.h:92
ArpackSOE(SolutionStrategy *, double shift=0.0)
Constructor.
Definition: ArpackSOE.cc:44
Arpack solver for banded matrices.
Definition: ArpackSolver.h:55
int getNumEqn(void) const
Return the number of equations of the linear SOE.
Definition: ArpackSOE.cc:60
Base class for Arpack++ based system of equations.
Definition: ArpackSOEBase.h:39
Container for FE_Element and DOF_Group objects created by the constraint handler. ...
Definition: AnalysisModel.h:134
Base class for distributed systems of equations.
Definition: DistributedLinSOE.h:47
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
Arpack++ based system of equations.
Definition: ArpackSOE.h:40