|
OOFEM 3.0
|
#include <mpmproblem.h>
Public Member Functions | |
| TMLhsAssembler (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 93 of file mpmproblem.h.
| oofem::TMLhsAssembler::TMLhsAssembler | ( | double | alpha, |
| double | deltaT ) |
Definition at line 126 of file mpmproblem.C.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 131 of file mpmproblem.C.
References alpha, oofem::FloatMatrix::assemble(), oofem::ConvectionBC, oofem::MPElement::getEdgeElementCodeNumbers(), oofem::BCTracker::getElementRecords(), oofem::MPElement::getLocalCodeNumbers(), oofem::MPElement::getSurfaceElementCodeNumbers(), oofem::GeneralBoundaryCondition::giveBCGeoType(), oofem::Domain::giveBCTracker(), oofem::Element::giveCharacteristicMatrix(), oofem::MPElement::giveCharacteristicMatrixFromBC(), oofem::FEMComponent::giveDomain(), oofem::FEMComponent::giveNumber(), oofem::Element::giveNumberOfDofs(), oofem::TimeStep::giveTimeIncrement(), oofem::BoundaryLoad::giveType(), oofem::FloatMatrix::isNotEmpty(), oofem::FloatMatrix::resize(), oofem::SurfaceLoadBGT, oofem::FloatMatrix::times(), and oofem::FloatMatrix::zero().
|
protected |
Definition at line 96 of file mpmproblem.h.
Referenced by matrixFromElement(), and TMLhsAssembler().
|
protected |
Definition at line 97 of file mpmproblem.h.
Referenced by TMLhsAssembler().