48 #define FieldType_DEF \ 49 ENUM_ITEM_WITH_VALUE(FT_Unknown, 0) \ 50 ENUM_ITEM_WITH_VALUE(FT_Velocity, 1) \ 51 ENUM_ITEM_WITH_VALUE(FT_Displacements, 2) \ 52 ENUM_ITEM_WITH_VALUE(FT_VelocityPressure, 3) \ 53 ENUM_ITEM_WITH_VALUE(FT_Pressure, 4) \ 54 ENUM_ITEM_WITH_VALUE(FT_Temperature, 5) \ 55 ENUM_ITEM_WITH_VALUE(FT_HumidityConcentration, 6) \ 56 ENUM_ITEM_WITH_VALUE(FT_TransportProblemUnknowns, 7) \ 57 ENUM_ITEM_WITH_VALUE(FT_TemperatureAmbient, 8) 64 #undef ENUM_ITEM_WITH_VALUE 73 typedef std::shared_ptr<Field>
FieldPtr;
143 std :: string
errorInfo(
const char *func)
const;
146 virtual const char *giveClassName()
const = 0;
std::shared_ptr< Field > FieldPtr
FieldType
Physical type of field.
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Base class for dof managers.
Abstract class representing field.
Field(FieldType b)
Constructor.
Class representing vector of real numbers.
FieldType giveType()
Returns the type of receiver.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
std::string errorInfo(const char *func)
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.