OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
materialmode.h
Go to the documentation of this file.
1 /*
2  *
3  * ##### ##### ###### ###### ### ###
4  * ## ## ## ## ## ## ## ### ##
5  * ## ## ## ## #### #### ## # ##
6  * ## ## ## ## ## ## ## ##
7  * ## ## ## ## ## ## ## ##
8  * ##### ##### ## ###### ## ##
9  *
10  *
11  * OOFEM : Object Oriented Finite Element Code
12  *
13  * Copyright (C) 1993 - 2013 Borek Patzak
14  *
15  *
16  *
17  * Czech Technical University, Faculty of Civil Engineering,
18  * Department of Structural Mechanics, 166 29 Prague, Czech Republic
19  *
20  * This library is free software; you can redistribute it and/or
21  * modify it under the terms of the GNU Lesser General Public
22  * License as published by the Free Software Foundation; either
23  * version 2.1 of the License, or (at your option) any later version.
24  *
25  * This program is distributed in the hope that it will be useful,
26  * but WITHOUT ANY WARRANTY; without even the implied warranty of
27  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28  * Lesser General Public License for more details.
29  *
30  * You should have received a copy of the GNU Lesser General Public
31  * License along with this library; if not, write to the Free Software
32  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
33  */
34 
35 #ifndef materialmode_h
36 #define materialmode_h
37 
38 #include "enumitem.h"
39 
40 namespace oofem {
41 #define MaterialMode_DEF \
42  ENUM_ITEM(_Unknown) \
43  ENUM_ITEM(_3dMat) \
44  ENUM_ITEM(_3dMatGrad) /* 3d model with gradient of internal variable */ \
45  ENUM_ITEM(_1dMatGrad) /* 1d model with gradient of internal variable */ \
46  ENUM_ITEM(_PlaneStressGrad) /* plane stress with gradient of internal variable */ \
47  ENUM_ITEM(_PlaneStrainGrad) /* plane strain with gradient of internal variable */ \
48  ENUM_ITEM(_PlaneStress) \
49  ENUM_ITEM(_PlaneStrain) \
50  ENUM_ITEM(_2dPlate) \
51  ENUM_ITEM(_2dPlateSubSoil) /* Subsoil mode for plates */ \
52  ENUM_ITEM(_1dMat) \
53  ENUM_ITEM(_2dBeam) \
54  ENUM_ITEM(_3dBeam) \
55  ENUM_ITEM(_3dShell) \
56  ENUM_ITEM(_3dDegeneratedShell) \
57  ENUM_ITEM(_3dBeamSubSoil) /* Subsoil model for beams */ \
58  \
59  ENUM_ITEM(_PlateLayer) \
60  ENUM_ITEM(_2dBeamLayer) \
61  ENUM_ITEM(_PlaneStressRot) /* Plane stress with rotation around z */ \
62  \
63  ENUM_ITEM(_Fiber) \
64  ENUM_ITEM(_3dMicroplane) \
65  ENUM_ITEM(_3dInterface) \
66  ENUM_ITEM(_2dInterface) \
67  ENUM_ITEM(_1dInterface) \
68  \
69  ENUM_ITEM(_1dHeat) /* 1d heat */ \
70  ENUM_ITEM(_1dHeMo) /* 1d heat and mass (one component) transfer */ \
71  ENUM_ITEM(_2dHeat) /* 2d heat */ \
72  ENUM_ITEM(_2dHeMo) /* 2d heat and mass (one component) transfer */ \
73  ENUM_ITEM(_3dHeat) /* 3d heat */ \
74  ENUM_ITEM(_3dHeMo) /* 3d heat and mass (one component) transfer */ \
75  \
76  ENUM_ITEM(_2dFlow) \
77  ENUM_ITEM(_2dAxiFlow) \
78  ENUM_ITEM(_3dFlow) \
79 \
80  ENUM_ITEM(_2dLattice) \
81  ENUM_ITEM(_3dLattice) \
82  ENUM_ITEM(_2dMTLattice) \
83  ENUM_ITEM(_3dMTLattice) \
84  ENUM_ITEM(_Warping) \
85 
86 
91 };
92 
93 #undef ENUM_ITEM
94 #undef ENUM_ITEM_WITH_VALUE
95 #undef enumitem_h
96 
97 
98 const char *__MaterialModeToString(MaterialMode _value);
99 } // end namespace oofem
100 #endif // materialmode_h
MaterialMode
Type representing material mode of integration point.
Definition: materialmode.h:89
const char * __MaterialModeToString(MaterialMode _value)
Definition: cltypes.C:314
the oofem namespace is to define a context or scope in which all oofem names are defined.

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:29 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011