|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Elements/tet21ghostsolid.h"#include "../sm/Elements/nlstructuralelement.h"#include "../sm/CrossSections/structuralcrosssection.h"#include "fei3dtetquad.h"#include "fei3dtetlin.h"#include "classfactory.h"#include "gausspoint.h"#include "gaussintegrationrule.h"#include "load.h"#include "element.h"#include "dofmanager.h"#include "bodyload.h"#include "boundaryload.h"#include "neumannmomentload.h"#include "dof.h"#include "mathfem.h"#include <iostream>#include "fluiddynamicmaterial.h"#include "fluidcrosssection.h"Go to the source code of this file.
Namespaces | |
| oofem | |
| the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
| #define | FIXEDJ 0 |
| #define | FIXEDFinvT 0 |
| #define | FIXEDpressure 0 |
| #define | USEUNCOUPLED 1 |
| #define | USENUMTAN 0 |
| #define | TESTTANGENT 0 |
| #define | VELOCITYCOEFF 1.0 |
Functions | |
| oofem::REGISTER_Element (tet21ghostsolid) | |
| #define FIXEDFinvT 0 |
Definition at line 62 of file tet21ghostsolid.C.
| #define FIXEDJ 0 |
Definition at line 61 of file tet21ghostsolid.C.
| #define FIXEDpressure 0 |
Definition at line 63 of file tet21ghostsolid.C.
| #define TESTTANGENT 0 |
Definition at line 66 of file tet21ghostsolid.C.
| #define USENUMTAN 0 |
Definition at line 65 of file tet21ghostsolid.C.
| #define USEUNCOUPLED 1 |
Definition at line 64 of file tet21ghostsolid.C.
| #define VELOCITYCOEFF 1.0 |
Definition at line 68 of file tet21ghostsolid.C.
Referenced by oofem::tet21ghostsolid::computeStiffnessMatrix(), oofem::tet21ghostsolid::giveInternalForcesVectorGivenSolution(), and oofem::tet21ghostsolid::giveInternalForcesVectorGivenSolutionDebug().