35 #ifndef simpleslavedof_h 36 #define simpleslavedof_h 45 class BoundaryCondition;
46 class InitialCondition;
99 virtual int __giveEquationNumber()
const;
105 virtual int __givePrescribedEquationNumber();
112 virtual bool hasBc(
TimeStep *tStep);
113 virtual bool hasIc();
115 virtual int giveBcId();
116 virtual int giveIcId();
126 answer.
at(1) = masterDofMngr;
137 Dof *giveMasterDof()
const;
144 #endif // simpleslavedof_h
Class implementing general initial condition.
virtual ~SimpleSlaveDof()
Destructor.
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...
ValueModeType
Type representing the mode of UnknownType or CharType, or similar types.
void setMasterDofManagerNum(int i)
Sets master dof manager.
dofType
Dof Type, determines the type of DOF created.
Base class for dof managers.
Class implementing an array of integers.
int & at(int i)
Coefficient access function.
int giveMasterDofManagerNum() const
Returns Master Dof Manager Number.
Class implementing Dirichlet boundary condition on DOF (primary boundary condition).
DofIDItem
Type representing particular dof type.
virtual const char * giveClassName() const
Returns class name of the receiver.
int giveMasterDofIndx() const
Returns number of master dof in master dofManager.
void resize(int n)
Checks size of receiver towards requested bounds.
virtual int askNewEquationNumber(TimeStep *tStep)
Asks new equation number.
Class representing "slave" degree of freedom.
int masterDofMngr
Number of DofManager containing master dof (Master DofManager)
int masterDofIndx
Number of master dof in master dofManager.
long ContextMode
Context mode (mask), defining the type of information written/read to/from context.
virtual void giveMasterDofManArray(IntArray &answer)
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.
Class representing solution step.
virtual dofType giveDofType()
Returns the type of the receiver.