|
OOFEM 3.0
|
#include <dg.h>
Public Member Functions | |
| ScalarAdvectionLhsAssembler (double alpha, double deltaT, Variable::VariableQuantity q) | |
| 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 |
| Variable::VariableQuantity | q |
Callback class for assembling mid point effective tangents.
| oofem::ScalarAdvectionLhsAssembler::ScalarAdvectionLhsAssembler | ( | double | alpha, |
| double | deltaT, | ||
| Variable::VariableQuantity | q ) |
|
overridevirtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 70 of file dg.C.
References oofem::FloatMatrix::assemble(), deltaT, oofem::MPElement::getLocalCodeNumbers(), oofem::Element::giveCharacteristicMatrix(), oofem::Element::giveNumberOfDofs(), oofem::FloatMatrix::isNotEmpty(), q, oofem::FloatMatrix::resize(), oofem::FloatMatrix::times(), and oofem::FloatMatrix::zero().
|
protected |
Definition at line 78 of file dg.h.
Referenced by ScalarAdvectionLhsAssembler().
|
protected |
Definition at line 79 of file dg.h.
Referenced by matrixFromElement(), and ScalarAdvectionLhsAssembler().
|
protected |
Definition at line 80 of file dg.h.
Referenced by matrixFromElement(), and ScalarAdvectionLhsAssembler().