103 pressVal = this->giveDof(dofindx)->giveUnknown(VM_Total, tStep);
107 EASValsSetColor( ColorFringeRangeToColor( ColorFringeValueToRange(gc.
getFringeTable(), pressVal) ) );
108 EASValsSetMType(FILLED_CIRCLE_MARKER);
111 go = CreateMarker3D(p);
112 EGWithMaskChangeAttributes(COLOR_MASK | LAYER_MASK | MTYPE_MASK | MSIZE_MASK, go);
113 EMAddGraphicsToModel(ESIModel(), go);
PFEMParticle(int n, Domain *aDomain)
Constructor.
Domain * domain
Link to domain object, useful for communicating with other FEM components.
virtual int checkConsistency()
Allows programmer to test some internal data, before computation begins.
oofem::oofegGraphicContext gc[OOFEG_LAST_LAYER]
EngngModel * giveEngngModel()
Returns engineering model to which receiver is associated.
virtual void printOutputAt(FILE *file, TimeStep *tStep)
Prints output of receiver to stream, for given time step.
virtual double giveCoordinate(int i)
virtual IRResultType initializeFrom(InputRecord *ir)
Initializes receiver according to object description stored in input record.
InternalStateType giveIntVarType()
virtual void updateYourself(TimeStep *tStep)
Updates receiver at end of time step (i.e.
REGISTER_DofManager(ElementSide)
virtual void updateYourself(TimeStep *tStep)
Updates receiver at end of time step (i.e.
virtual int checkConsistency()
Checks internal data consistency in node.
EFringeTable getFringeTable()
IRResultType
Type defining the return values of InputRecord reading operations.
virtual IRResultType initializeFrom(InputRecord *ir)
Gets from the source line from the data file all the data of the receiver.
std::vector< Dof * >::const_iterator findDofWithDofId(DofIDItem dofID) const
Finds index of DOF with required physical meaning of receiver.
virtual void printOutputAt(FILE *stream, TimeStep *stepN)
Prints output of receiver to stream, for given time step.
virtual TimeStep * giveCurrentStep(bool force=false)
Returns current time step.
the oofem namespace is to define a context or scope in which all oofem names are defined.
virtual void drawScalar(oofegGraphicContext &gc)
Class implementing node in finite element mesh.
#define OOFEG_VARPLOT_PATTERN_LAYER
Class representing solution step.