|
OOFEM 3.0
|
#include <mpmproblem.h>
Public Member Functions | |
| TMResidualAssembler (double alpha, double deltaT) | |
| void | vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const override |
| 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 | 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. | |
Protected Attributes | |
| double | alpha |
| double | deltaT |
Callback class for assembling residuals
Definition at line 107 of file mpmproblem.h.
|
inline |
Definition at line 113 of file mpmproblem.h.
|
overridevirtual |
Reimplemented from oofem::VectorAssembler.
Definition at line 186 of file mpmproblem.C.
References oofem::FloatArray::assemble(), oofem::ConvectionBC, oofem::MPElement::getEdgeElementCodeNumbers(), oofem::BCTracker::getElementRecords(), oofem::MPElement::getLocalCodeNumbers(), oofem::MPElement::getSurfaceElementCodeNumbers(), oofem::GeneralBoundaryCondition::giveBCGeoType(), oofem::Domain::giveBCTracker(), oofem::Element::giveCharacteristicVector(), oofem::MPElement::giveCharacteristicVectorFromBC(), oofem::FEMComponent::giveDomain(), oofem::FEMComponent::giveNumber(), oofem::Element::giveNumberOfDofs(), oofem::BoundaryLoad::giveType(), oofem::FloatArray::isNotEmpty(), oofem::FloatArray::resize(), oofem::SurfaceLoadBGT, and oofem::FloatArray::zero().
|
protected |
Definition at line 110 of file mpmproblem.h.
Referenced by TMResidualAssembler().
|
protected |
Definition at line 111 of file mpmproblem.h.
Referenced by TMResidualAssembler().