|
OOFEM 3.0
|
#include <structengngmodel.h>
Private Member Functions | |
| void | vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const override |
Additional Inherited Members | |
| Public Member Functions inherited from oofem::InternalForceAssembler | |
| void | vectorFromLoad (FloatArray &vec, Element &element, BodyLoad *load, TimeStep *tStep, ValueModeType mode) const override |
| void | vectorFromSurfaceLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const override |
| void | vectorFromEdgeLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep, ValueModeType mode) const override |
| void | assembleFromActiveBC (FloatArray &answer, ActiveBoundaryCondition &bc, TimeStep *tStep, ValueModeType mode, const UnknownNumberingScheme &s, FloatArray *eNorms, void *lock=nullptr) const override |
| Public Member Functions inherited from oofem::VectorAssembler | |
| virtual void | vectorFromNodeLoad (FloatArray &vec, DofManager &dman, NodalLoad *load, TimeStep *tStep, ValueModeType mode) const |
| virtual void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| Default implementation takes all the DOF IDs. | |
| virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| Default implementation takes all the DOF IDs. | |
Assembles the internal forces, without updating the strain.
Definition at line 47 of file structengngmodel.h.
|
overrideprivatevirtual |
Reimplemented from oofem::InternalForceAssembler.
Definition at line 54 of file structengngmodel.C.
References oofem::Element::giveCharacteristicVector().