|
OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "../sm/Elements/Shells/rershell.h"#include "../sm/CrossSections/structuralcrosssection.h"#include "node.h"#include "material.h"#include "crosssection.h"#include "gausspoint.h"#include "gaussintegrationrule.h"#include "floatmatrix.h"#include "floatarray.h"#include "intarray.h"#include "domain.h"#include "load.h"#include "mathfem.h"#include "classfactory.h"#include "oofeggraphiccontext.h"#include "connectivitytable.h"#include <cstdlib>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 | POINT_TOL 1.e-3 |
Functions | |
| oofem::REGISTER_Element (RerShell) | |
| #define POINT_TOL 1.e-3 |
Definition at line 392 of file rershell.C.
Referenced by oofem::RerShell::computeLocalCoordinates().