47 #ifndef KEigenIntegrator_h 48 #define KEigenIntegrator_h 50 #include "solution/analysis/integrator/EigenIntegrator.h" 67 virtual int formM(
void);
75 inline Integrator *KEigenIntegrator::getCopy(
void)
const Solution procedure for the finite element problem.
Definition: AnalysisAggregation.h:89
Integrator used to obtain the eigenvalues and eigenvectors of the stiffness matrix.
Definition: KEigenIntegrator.h:59
virtual int formM(void)
Identity matrix assembly.
Definition: KEigenIntegrator.cc:42
virtual int formNodTangM(DOF_Group *)
Asks the DOF group being passed as parameter to build its mass matrix.
Definition: KEigenIntegrator.cc:70
KEigenIntegrator(AnalysisAggregation *)
Constructor.
Definition: KEigenIntegrator.cc:38
virtual int formEleTangM(FE_Element *)
Asks the element being passed as parameter to build its mass matrix.
Definition: KEigenIntegrator.cc:64
Base class for the objects that performs the integration of physical properties over the domain to fo...
Definition: Integrator.h:99
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:106
Base class for eigenproblem integrators.
Definition: EigenIntegrator.h:85
Finite element as seen by analysis.
Definition: FE_Element.h:107
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34