48 #define _IFT_BoundaryCondition_Name "boundarycondition" 49 #define _IFT_BoundaryCondition_PrescribedValue "prescribedvalue" 50 #define _IFT_BoundaryCondition_PrescribedValue_d "d" 51 #define _IFT_BoundaryCondition_values "values" 118 void setPrescribedValue(
double s);
124 virtual void scale(
double s);
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.
virtual const char * giveInputRecordName() const
#define _IFT_BoundaryCondition_Name
virtual bcType giveType() const
bcType
Type representing the type of bc.
Class implementing Dirichlet boundary condition on DOF (primary boundary condition).
BoundaryCondition(int i, Domain *d)
Constructor.
Abstract base class for all boundary conditions of problem.
Class representing vector of real numbers.
IRResultType
Type defining the return values of InputRecord reading operations.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
virtual const char * giveClassName() const
FloatArray values
Prescribed values for each resp. dof.
the oofem namespace is to define a context or scope in which all oofem names are defined.
Abstract class Dof represents Degree Of Freedom in finite element mesh.
virtual ~BoundaryCondition()
Destructor.
Class representing solution step.