31 #ifndef IllConditioningAnalysis_h 32 #define IllConditioningAnalysis_h 34 #include <solution/analysis/analysis/EigenAnalysis.h> 40 class KEigenIntegrator;
49 friend class KEigenAnalysis;
virtual int setIntegrator(KEigenIntegrator &theIntegrator)
Sets the integrator to use in the analysis.
Definition: IllConditioningAnalysis.cc:47
Base class for eigenproblem systems of equations.
Definition: EigenSOE.h:64
Integrator used to obtain the eigenvalues and eigenvectors of the stiffness matrix.
Definition: KEigenIntegrator.h:60
Base class for the object that perform the analysis.
Definition: Analysis.h:117
Eigenproblem analysis.
Definition: EigenAnalysis.h:79
IllConditioningAnalysis(SolutionStrategy *analysis_aggregation)
Constructor.
Definition: IllConditioningAnalysis.cc:39
Solution procedure for the finite element problem.
Definition: SolutionProcedure.h:57
Analysis * getCopy(void) const
Virtual constructor.
Definition: IllConditioningAnalysis.h:58
Solution strategy for the finite element problem.
Definition: SolutionStrategy.h:94
virtual int setEigenSOE(EigenSOE &theSOE)
Sets the system of eigenvalues to use in the analysis.
Definition: IllConditioningAnalysis.cc:51
Linear buckling analysis (used inside an StaticAnalysis).
Definition: IllConditioningAnalysis.h:45
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:35
virtual int setAlgorithm(KEigenAlgo &theAlgo)
Sets the algorithm to use in the analysis.
Definition: IllConditioningAnalysis.cc:43
Algorithm for ill-conditioning analysis.
Definition: KEigenAlgo.h:40