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 Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
virtual int formKtplusDt(void)
Assemblies stiffness matrix for the step following formKt() and stores it in the SOE A matrix...
Definition: LinearBucklingIntegrator.cc:42
LinearBucklingIntegrator is an algorithmic class for setting up the finite element equations for a li...
Definition: LinearBucklingIntegrator.h:47
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
Base class for eigenproblem integrators.
Definition: EigenIntegrator.h:85
void Print(std::ostream &, int)
The Integrator is to send information to the stream based on the integer flag.
Definition: LinearBucklingIntegrator.cc:86
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
LinearBucklingIntegrator(AnalysisAggregation *)
Constructor.
Definition: LinearBucklingIntegrator.cc:37
virtual int formKt(void)
Assemblies previous step stiffness matrix and stores it in the SOE M matrix.
Definition: LinearBucklingIntegrator.cc:47