OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Callback class for assembling mid point effective tangents. More...
#include <nonstationarytransportproblem.h>
Public Member Functions | |
MidpointLhsAssembler (bool lumped, double alpha) | |
virtual void | matrixFromElement (FloatMatrix &mat, Element &element, TimeStep *tStep) const |
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, SurfaceLoad *load, int boundary, TimeStep *tStep) const |
virtual void | matrixFromEdgeLoad (FloatMatrix &mat, Element &element, EdgeLoad *load, int edge, TimeStep *tStep) const |
virtual void | assembleFromActiveBC (SparseMtrx &k, ActiveBoundaryCondition &bc, TimeStep *tStep, const UnknownNumberingScheme &s_r, const UnknownNumberingScheme &s_c) 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.
|
virtual |
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().
|
protected |
Definition at line 81 of file nonstationarytransportproblem.h.
Referenced by matrixFromElement().