|
OOFEM 3.0
|
#include <mpmproblem.h>
Public Member Functions | |
| UPLhsAssembler (double alpha, double deltaT) | |
| void | matrixFromElement (FloatMatrix &mat, Element &element, TimeStep *tStep) const override |
| Public Member Functions inherited from oofem::MatrixAssembler | |
| virtual void | matrixFromLoad (FloatMatrix &mat, Element &element, BodyLoad *load, TimeStep *tStep) const |
| virtual void | matrixFromSurfaceLoad (FloatMatrix &mat, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep) const |
| virtual void | matrixFromEdgeLoad (FloatMatrix &mat, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep) const |
| virtual void | assembleFromActiveBC (SparseMtrx &k, ActiveBoundaryCondition &bc, TimeStep *tStep, const UnknownNumberingScheme &s_r, const UnknownNumberingScheme &s_c, void *lock=nullptr) const |
| virtual void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
Protected Attributes | |
| double | alpha |
| double | deltaT |
Callback class for assembling mid point effective tangents.
Definition at line 65 of file mpmproblem.h.
| oofem::UPLhsAssembler::UPLhsAssembler | ( | double | alpha, |
| double | deltaT ) |
Definition at line 59 of file mpmproblem.C.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 64 of file mpmproblem.C.
References alpha, oofem::FloatMatrix::assemble(), deltaT, oofem::MPElement::getLocalCodeNumbers(), oofem::Element::giveCharacteristicMatrix(), oofem::Element::giveNumberOfDofs(), oofem::FloatMatrix::resize(), oofem::FloatMatrix::times(), and oofem::FloatMatrix::zero().
|
protected |
Definition at line 68 of file mpmproblem.h.
Referenced by matrixFromElement(), and UPLhsAssembler().
|
protected |
Definition at line 69 of file mpmproblem.h.
Referenced by matrixFromElement(), and UPLhsAssembler().