|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/EngineeringModels/structengngmodel.h"#include "geneigvalsolvertype.h"#include "sparsegeneigenvalsystemnm.h"#include "sparselinsystemnm.h"#include "sparsemtrx.h"#include "floatmatrix.h"#include "floatarray.h"#include "nummet.h"Go to the source code of this file.
Classes | |
| class | oofem::LinearStability |
| This class implements way for examining critical load of structure. More... | |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for LinearStability | |
| #define | _IFT_LinearStability_Name "linearstability" |
| #define | _IFT_LinearStability_nroot "nroot" |
| #define | _IFT_LinearStability_rtolv "rtolv" |
| #define | _IFT_LinearStability_stype "stype" |
| #define _IFT_LinearStability_Name "linearstability" |
Definition at line 49 of file linearstability.h.
Referenced by oofem::LinearStability::giveInputRecordName().
| #define _IFT_LinearStability_nroot "nroot" |
Definition at line 50 of file linearstability.h.
Referenced by oofem::LinearStability::initializeFrom().
| #define _IFT_LinearStability_rtolv "rtolv" |
Definition at line 51 of file linearstability.h.
Referenced by oofem::LinearStability::initializeFrom().
| #define _IFT_LinearStability_stype "stype" |
Definition at line 52 of file linearstability.h.
Referenced by oofem::LinearStability::initializeFrom().