OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
cltypes.C File Reference
#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)
 

Macro Definition Documentation

#define ENUM_ITEM (   element)    case element: return # element;

Definition at line 288 of file cltypes.C.

#define ENUM_ITEM_WITH_VALUE (   element,
  val 
)    case element: return # element;

Definition at line 290 of file cltypes.C.


This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:32 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011