OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
chartype.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 chartype_h
36 #define chartype_h
37 
38 #include "enumitem.h"
39 
40 namespace oofem {
52 #define CharType_DEF \
53  ENUM_ITEM_WITH_VALUE(UnknownCharType, 0) \
54  ENUM_ITEM_WITH_VALUE(StiffnessMatrix, 1) \
55  ENUM_ITEM_WITH_VALUE(TangentStiffnessMatrix, 2) \
56  ENUM_ITEM_WITH_VALUE(SecantStiffnessMatrix, 3) \
57  ENUM_ITEM_WITH_VALUE(ElasticStiffnessMatrix, 4) \
58  ENUM_ITEM_WITH_VALUE(MassMatrix, 5) \
59  ENUM_ITEM_WITH_VALUE(LumpedMassMatrix, 6) \
60  ENUM_ITEM_WITH_VALUE(ConductivityMatrix, 9) \
61  ENUM_ITEM_WITH_VALUE(CapacityMatrix, 10) \
62  ENUM_ITEM_WITH_VALUE(InitialStressMatrix, 11) \
63  /* characteristic vectors */ \
64  ENUM_ITEM_WITH_VALUE(ExternalForcesVector, 150) \
65  ENUM_ITEM_WITH_VALUE(InternalForcesVector, 151) \
66  ENUM_ITEM_WITH_VALUE(LastEquilibratedInternalForcesVector, 152) \
67  ENUM_ITEM_WITH_VALUE(InertiaForcesVector, 160) \
68  /* PFEM */ \
69  ENUM_ITEM_WITH_VALUE(AuxVelocityLhs, 200) \
70  ENUM_ITEM_WITH_VALUE(VelocityLhs, 201) \
71  /*for pressureLhs see CBS */ \
72  ENUM_ITEM_WITH_VALUE(PressureGradientMatrix, 203) \
73  ENUM_ITEM_WITH_VALUE(DivergenceMatrix, 204) \
74  ENUM_ITEM_WITH_VALUE(VelocityLaplacianMatrix, 205) \
75  ENUM_ITEM_WITH_VALUE(PressureLaplacianMatrix, 206) \
76  ENUM_ITEM_WITH_VALUE(StabilizationMassMatrix, 207) \
77  /* PFEM vectors */ \
78  ENUM_ITEM_WITH_VALUE(PressureGradientVector, 208) \
79  ENUM_ITEM_WITH_VALUE(MassVelocityVector, 209) \
80  ENUM_ITEM_WITH_VALUE(MassAuxVelocityVector, 210) \
81  ENUM_ITEM_WITH_VALUE(LaplacePressureVector, 211) \
82  ENUM_ITEM_WITH_VALUE(LaplaceVelocityVector, 212) \
83  ENUM_ITEM_WITH_VALUE(DivergenceAuxVelocityVector, 213) \
84  ENUM_ITEM_WITH_VALUE(DivergenceVelocityVector, 214)
85 
86 
87 enum CharType {
89 };
90 
91 #undef ENUM_ITEM
92 #undef ENUM_ITEM_WITH_VALUE
93 #undef enumitem_h
94 
95 
96 const char *__CharTypeToString(CharType _value);
97 } // end namespace oofem
98 #endif // chartype_h
const char * __CharTypeToString(CharType _value)
Definition: cltypes.C:339
CharType
Definition: chartype.h:87
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:27 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011