|
OOFEM 3.0
|
#include <pfem.h>
Private Member Functions | |
| void | vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const override |
| void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const override |
| Default implementation takes all the DOF IDs. | |
Additional Inherited Members | |
| Public Member Functions inherited from oofem::VectorAssembler | |
| virtual void | vectorFromLoad (FloatArray &vec, Element &element, BodyLoad *load, TimeStep *tStep, ValueModeType mode) const |
| virtual void | vectorFromSurfaceLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const |
| virtual void | vectorFromEdgeLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep, ValueModeType mode) const |
| virtual void | vectorFromNodeLoad (FloatArray &vec, DofManager &dman, NodalLoad *load, TimeStep *tStep, ValueModeType mode) const |
| virtual void | assembleFromActiveBC (FloatArray &answer, ActiveBoundaryCondition &bc, TimeStep *tStep, ValueModeType mode, const UnknownNumberingScheme &s, FloatArray *eNorms, void *lock=nullptr) const |
| virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| Default implementation takes all the DOF IDs. | |
Implementation of callback class for assembling right-hand side vector of mass matrix multiplied by velocity
|
overrideprivatevirtual |
Default implementation takes all the DOF IDs.
Reimplemented from oofem::VectorAssembler.
Definition at line 144 of file pfem.C.
References oofem::Element::giveLocationArray().
|
overrideprivatevirtual |
Reimplemented from oofem::VectorAssembler.
Definition at line 133 of file pfem.C.
References oofem::FloatArray::beProductOf(), oofem::PFEMElement::computeDiagonalMassMtrx(), and oofem::FMElement::computeVectorOfVelocities().