35 #ifndef maskedprimaryfield_h 36 #define maskedprimaryfield_h 73 virtual const char *
giveClassName()
const {
return "MaskedPrimaryField"; }
76 #endif // maskedprimaryfield_h MaskedPrimaryField(FieldType b, PrimaryField *m, IntArray dofIdMask)
Abstract class representing subset of DOFs (identified by DofId mask) of primary field.
FieldType
Physical type of field.
Abstract class representing field of primary variables (those, which are unknown and are typically as...
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
virtual contextIOResultType saveContext(DataStream &stream, ContextMode mode)
Stores receiver state to output stream.
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
Base class for dof managers.
Class implementing an array of integers.
Abstract class representing field.
virtual contextIOResultType restoreContext(DataStream &stream, ContextMode mode)
Restores the receiver state previously written in stream.
Class representing vector of real numbers.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
virtual const char * giveClassName() const
the oofem namespace is to define a context or scope in which all oofem names are defined.
Class representing solution step.