30 #ifndef ArpackSOEBase_h    31 #define ArpackSOEBase_h    33 #include <solution/system_of_eqn/eigenSOE/EigenSOE.h>    46     virtual const double &
getShift(
void) 
const;
 Base class for eigenproblem systems of equations. 
Definition: EigenSOE.h:64
virtual const double & getShift(void) const
Returns the value of the shift parameter. 
Definition: ArpackSOEBase.cc:47
ArpackSOEBase(SolutionStrategy *, int classTag, double shift=0.0)
Constructor. 
Definition: ArpackSOEBase.cc:42
Base class for Arpack++ based system of equations. 
Definition: ArpackSOEBase.h:39
Solution strategy for the finite element problem. 
Definition: SolutionStrategy.h:94
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
void setShift(const double &)
Assigns the value of the shift parameter. 
Definition: ArpackSOEBase.cc:51