|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "iga/iga.h"#include "iga/feibspline.h"#include "iga/feinurbs.h"#include "iga/feitspline.h"#include "../sm/Elements/PlaneStress/planestresselementevaluator.h"#include "../sm/Elements/3D/space3delementevaluator.h"#include "floatarray.h"#include "floatmatrix.h"#include "matresponsemode.h"#include "mathfem.h"Go to the source code of this file.
Classes | |
| class | oofem::BsplinePlaneStressElement |
| class | oofem::NURBSPlaneStressElement |
| class | oofem::TSplinePlaneStressElement |
| class | oofem::NURBSSpace3dElement |
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | _IFT_BsplinePlaneStressElement_Name "bsplineplanestresselement" |
| #define | _IFT_NURBSPlaneStressElement_Name "nurbsplanestresselement" |
| #define | _IFT_TSplinePlaneStressElement_Name "tsplineplanestresselement" |
| #define | _IFT_NURBSSpace3dElement_Name "nurbs3delement" |
| #define _IFT_BsplinePlaneStressElement_Name "bsplineplanestresselement" |
Definition at line 49 of file igaelements.h.
Referenced by oofem::BsplinePlaneStressElement::giveInputRecordName().
| #define _IFT_NURBSPlaneStressElement_Name "nurbsplanestresselement" |
Definition at line 50 of file igaelements.h.
Referenced by oofem::NURBSPlaneStressElement::giveInputRecordName().
| #define _IFT_NURBSSpace3dElement_Name "nurbs3delement" |
Definition at line 52 of file igaelements.h.
Referenced by oofem::NURBSSpace3dElement::giveInputRecordName().
| #define _IFT_TSplinePlaneStressElement_Name "tsplineplanestresselement" |
Definition at line 51 of file igaelements.h.
Referenced by oofem::TSplinePlaneStressElement::giveInputRecordName().