|
OOFEM 3.0
|
#include <nonstationarytransportproblem.h>
Public Member Functions | |
| MidpointLhsAssembler (bool lumped, double alpha) | |
| 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 | lumped |
| double | alpha |
Callback class for assembling mid point effective tangents
Definition at line 78 of file nonstationarytransportproblem.h.
| oofem::MidpointLhsAssembler::MidpointLhsAssembler | ( | bool | lumped, |
| double | alpha ) |
Definition at line 69 of file nonstationarytransportproblem.C.
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 74 of file nonstationarytransportproblem.C.
References oofem::FloatMatrix::add(), alpha, oofem::Element::giveCharacteristicMatrix(), oofem::TimeStep::giveTimeIncrement(), lumped, and oofem::FloatMatrix::times().
|
protected |
Definition at line 82 of file nonstationarytransportproblem.h.
Referenced by matrixFromElement(), and MidpointLhsAssembler().
|
protected |
Definition at line 81 of file nonstationarytransportproblem.h.
Referenced by matrixFromElement(), and MidpointLhsAssembler().