OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "femcmpnn.h"
#include "error.h"
#include "chartype.h"
#include "domain.h"
#include "floatmatrix.h"
#include "integrationdomain.h"
#include "materialmode.h"
#include "elementgeometrytype.h"
#include "valuemodetype.h"
#include "internalstatemode.h"
#include "internalstatetype.h"
#include "elementextension.h"
#include "entityrenumberingscheme.h"
#include "matresponsemode.h"
#include "unknowntype.h"
#include "integrationrule.h"
#include "dofiditem.h"
#include "floatarray.h"
#include <cstdio>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | oofem::Element |
Abstract base class for all finite elements. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for general element. | |
#define | _IFT_Element_mat "mat" |
#define | _IFT_Element_crosssect "crosssect" |
#define | _IFT_Element_nodes "nodes" |
#define | _IFT_Element_bodyload "bodyloads" |
#define | _IFT_Element_boundaryload "boundaryloads" |
#define | _IFT_Element_lcs "lcs" |
#define | _IFT_Element_partitions "partitions" |
#define | _IFT_Element_remote "remote" |
#define | _IFT_Element_activityTimeFunction "activityltf" |
#define | _IFT_Element_nip "nip" |
Enumerations | |
enum | oofem::elementParallelMode { oofem::Element_local, oofem::Element_remote } |
In parallel mode, this type indicates the mode of element. More... | |
#define _IFT_Element_activityTimeFunction "activityltf" |
Definition at line 71 of file element.h.
Referenced by oofem::Element::giveInputRecord(), oofem::NodalSpringElement::initializeFrom(), and oofem::Element::initializeFrom().
#define _IFT_Element_bodyload "bodyloads" |
Definition at line 66 of file element.h.
Referenced by oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().
#define _IFT_Element_boundaryload "boundaryloads" |
Definition at line 67 of file element.h.
Referenced by oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().
#define _IFT_Element_crosssect "crosssect" |
Definition at line 64 of file element.h.
Referenced by oofem::CreateElementIR(), oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().
#define _IFT_Element_lcs "lcs" |
Definition at line 68 of file element.h.
Referenced by oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().
#define _IFT_Element_mat "mat" |
Definition at line 63 of file element.h.
Referenced by oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().
#define _IFT_Element_nip "nip" |
Definition at line 72 of file element.h.
Referenced by oofem::Element::giveInputRecord(), oofem::TR_SHELL01::initializeFrom(), oofem::MITC4Shell::initializeFrom(), and oofem::Element::initializeFrom().
#define _IFT_Element_nodes "nodes" |
Definition at line 65 of file element.h.
Referenced by oofem::CreateElementIR(), oofem::Quasicontinuum::createInterpolationElements(), oofem::Subdivision::createMesh(), oofem::Element::giveInputRecord(), oofem::NodalSpringElement::initializeFrom(), and oofem::Element::initializeFrom().
#define _IFT_Element_partitions "partitions" |
Definition at line 69 of file element.h.
Referenced by oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().
#define _IFT_Element_remote "remote" |
Definition at line 70 of file element.h.
Referenced by oofem::Element::giveInputRecord(), and oofem::Element::initializeFrom().