48 #ifndef KEigenIntegrator_h 49 #define KEigenIntegrator_h 51 #include "solution/analysis/integrator/EigenIntegrator.h" 69 virtual int formM(
void);
77 inline Integrator *KEigenIntegrator::getCopy(
void)
const Integrator used to obtain the eigenvalues and eigenvectors of the stiffness matrix.
Definition: KEigenIntegrator.h:60
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
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:100
A DOF_Group object is instantiated by the ConstraintHandler for every unconstrained node in the domai...
Definition: DOF_Group.h:107
Base class for eigenproblem integrators.
Definition: EigenIntegrator.h:86
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
Finite element as seen by analysis.
Definition: FE_Element.h:108
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
KEigenIntegrator(SolutionStrategy *)
Constructor.
Definition: KEigenIntegrator.cc:38