OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Go to the source code of this file.
Classes | |
class | oofem::Set |
Set of elements, boundaries, edges and/or nodes. More... | |
Namespaces | |
oofem | |
the oofem namespace is to define a context or scope in which all oofem names are defined. | |
Macros | |
Input fields for Set | |
#define | _IFT_Set_Name "set" |
#define | _IFT_Set_nodes "nodes" |
List of specific node indices. More... | |
#define | _IFT_Set_allNodes "allnodes" |
List of specific node indices. More... | |
#define | _IFT_Set_nodeRanges "noderanges" |
List of node index ranges. More... | |
#define | _IFT_Set_elements "elements" |
List of specific element indices. More... | |
#define | _IFT_Set_allElements "allelements" |
Will generate a list of att the elements in the domain) More... | |
#define | _IFT_Set_elementRanges "elementranges" |
List of element index ranges. More... | |
#define | _IFT_Set_elementBoundaries "elementboundaries" |
Interleaved array of element index + boundary number. More... | |
#define | _IFT_Set_elementEdges "elementedges" |
Interleaved array of element index + edge number. More... | |
#define | _IFT_Set_elementSurfaces "elementsurfaces" |
Interleaved array of element index + surface number. More... | |
#define _IFT_Set_allElements "allelements" |
Will generate a list of att the elements in the domain)
Definition at line 51 of file set.h.
Referenced by oofem::Set::initializeFrom().
#define _IFT_Set_allNodes "allnodes" |
List of specific node indices.
Definition at line 48 of file set.h.
Referenced by oofem::Set::initializeFrom().
#define _IFT_Set_elementBoundaries "elementboundaries" |
Interleaved array of element index + boundary number.
Definition at line 53 of file set.h.
Referenced by oofem::Set::giveInputRecord(), and oofem::Set::initializeFrom().
#define _IFT_Set_elementEdges "elementedges" |
Interleaved array of element index + edge number.
Definition at line 54 of file set.h.
Referenced by oofem::Set::giveInputRecord(), and oofem::Set::initializeFrom().
#define _IFT_Set_elementRanges "elementranges" |
List of element index ranges.
Definition at line 52 of file set.h.
Referenced by oofem::Set::initializeFrom().
#define _IFT_Set_elements "elements" |
List of specific element indices.
Definition at line 50 of file set.h.
Referenced by oofem::Set::giveInputRecord(), and oofem::Set::initializeFrom().
#define _IFT_Set_elementSurfaces "elementsurfaces" |
Interleaved array of element index + surface number.
Definition at line 55 of file set.h.
Referenced by oofem::Set::giveInputRecord(), and oofem::Set::initializeFrom().
#define _IFT_Set_Name "set" |
Definition at line 46 of file set.h.
Referenced by oofem::Set::giveInputRecord(), and oofem::Set::giveInputRecordName().
#define _IFT_Set_nodeRanges "noderanges" |
List of node index ranges.
Definition at line 49 of file set.h.
Referenced by oofem::Set::initializeFrom().
#define _IFT_Set_nodes "nodes" |
List of specific node indices.
Definition at line 47 of file set.h.
Referenced by oofem::Set::giveInputRecord(), and oofem::Set::initializeFrom().