36 #ifndef LinearBucklingIntegrator_h 37 #define LinearBucklingIntegrator_h 39 #include <solution/analysis/integrator/EigenIntegrator.h> 59 void Print(std::ostream &,
int);
61 inline Integrator *LinearBucklingIntegrator::getCopy(
void)
const virtual int formKt(void)
Assemblies previous step stiffness matrix and stores it in the SOE M matrix.
Definition: LinearBucklingIntegrator.cc:47
Solution procedure for the finite element problem. The solution procedure is definde by specifiying: ...
Definition: SoluMethod.h:76
LinearBucklingIntegrator(SoluMethod *)
Constructor.
Definition: LinearBucklingIntegrator.cc:37
Base class for eigenproblem integrators.
Definition: EigenIntegrator.h:85
LinearBucklingIntegrator is an algorithmic class for setting up the finite element equations for a li...
Definition: LinearBucklingIntegrator.h:47
virtual int formKtplusDt(void)
Assemblies stiffness matrix for the step following formKt() and stores it in the SOE A matrix...
Definition: LinearBucklingIntegrator.cc:42
================================================================================
Definition: ContinuaReprComponent.h:34
Base class for the object that performs the integration of physical properties over the domain to for...
Definition: Integrator.h:91