46 #define _IFT_GeneralBoundaryCondition_timeFunct "loadtimefunction" 47 #define _IFT_GeneralBoundaryCondition_valType "valtype" 48 #define _IFT_GeneralBoundaryCondition_dofs "dofs" 49 #define _IFT_GeneralBoundaryCondition_isImposedTimeFunct "isimposedtimefunction" 50 #define _IFT_GeneralBoundaryCondition_set "set" 137 virtual bool isImposed(
TimeStep *tStep);
172 #endif // generalbc_h
bcValType
Type determining the type of general boundary condition.
The purpose of DataStream abstract class is to allow to store/restore context to different streams...
bcGeomType
Type representing the geometric character of loading.
virtual const IntArray & giveDofIDs() const
Array with default dofs which b.c.
virtual DofManager * giveInternalDofManager(int i)
Gives an internal dof manager from receiver.
Base class for dof managers.
Class implementing an array of integers.
virtual int giveNumberOfInternalDofManagers()
Gives the number of internal dof managers.
virtual bcType giveType() const
bcType
Type representing the type of bc.
int giveSetNumber()
Gives the set number which boundary condition is applied to.
bcValType valType
Physical meaning of BC value.
int timeFunction
Associated load time function.
IntArray dofs
Dofs that b.c. is applied to (relevant for Dirichlet type b.c.s).
Abstract base class for all boundary conditions of problem.
virtual void scale(double s)
Scales the receiver according to given value.
virtual void postInitialize()
Performs post initialization steps.
Abstract base class representing a function with vector input and output.
IRResultType
Type defining the return values of InputRecord reading operations.
int isImposedTimeFunction
Zero by default - the BC is than always imposed.
virtual bcGeomType giveBCGeoType() const
Returns geometry character of boundary condition.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual bcValType giveBCValType() const
Returns receiver load type.
virtual ~GeneralBoundaryCondition()
Destructor.
Class representing solution step.
The top abstract class of all classes constituting the finite element mesh.