OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include "error.h"
#include "chartype.h"
#include "internalstatetype.h"
#include "internalstatevaluetype.h"
#include "elementgeometrytype.h"
#include "unknowntype.h"
#include "materialmode.h"
#include "matresponsemode.h"
#include "valuemodetype.h"
#include "materialmappingalgorithmtype.h"
#include "meshpackagetype.h"
#include "domaintype.h"
#include "doftype.h"
#include "dofiditem.h"
#include "contextioerr.h"
#include "field.h"
#include "xfem/xfemmanager.h"
#include <cstring>
#include <string>
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 | ENUM_ITEM(element) case element: return # element; |
#define | ENUM_ITEM_WITH_VALUE(element, val) case element: return # element; |
#define | TO_STRING_BODY(enum_def) |
Functions | |
char | oofem::cltypesGiveUnknownTypeModeKey (ValueModeType mode) |
InternalStateValueType | oofem::giveInternalStateValueType (InternalStateType type) |
int | oofem::giveInternalStateTypeSize (InternalStateValueType valType) |
InternalStateValueType | oofem::giveInternalStateValueType (UnknownType type) |
const char * | oofem::__InternalStateTypeToString (InternalStateType _value) |
const char * | oofem::__UnknownTypeToString (UnknownType _value) |
const char * | oofem::__dofTypeToString (dofType _value) |
const char * | oofem::__domainTypeToString (domainType _value) |
const char * | oofem::__MaterialModeToString (MaterialMode _value) |
const char * | oofem::__Element_Geometry_TypeToString (Element_Geometry_Type _value) |
const char * | oofem::__ValueModeTypeToString (ValueModeType _value) |
const char * | oofem::__MatResponseModeToString (MatResponseMode _value) |
std::string | oofem::__DofIDItemToString (DofIDItem _value) |
const char * | oofem::__CharTypeToString (CharType _value) |
const char * | oofem::__MaterialMappingAlgorithmTypeToString (MaterialMappingAlgorithmType _value) |
const char * | oofem::__MeshPackageTypeToString (MeshPackageType _value) |
const char * | oofem::__XFEMStateTypeToString (XFEMStateType _value) |
#define ENUM_ITEM | ( | element | ) | case element: return # element; |
#define ENUM_ITEM_WITH_VALUE | ( | element, | |
val | |||
) | case element: return # element; |
#define TO_STRING_BODY | ( | enum_def | ) |
Definition at line 292 of file cltypes.C.
Referenced by oofem::__CharTypeToString(), oofem::__DofIDItemToString(), oofem::__dofTypeToString(), oofem::__domainTypeToString(), oofem::__Element_Geometry_TypeToString(), oofem::__InternalStateTypeToString(), oofem::__MaterialMappingAlgorithmTypeToString(), oofem::__MaterialModeToString(), oofem::__MatResponseModeToString(), oofem::__MeshPackageTypeToString(), oofem::__UnknownTypeToString(), oofem::__ValueModeTypeToString(), and oofem::__XFEMStateTypeToString().