|
OOFEM 3.0
|
#include <dg.h>
Public Member Functions | |
| ScalarAdvectionRhsAssembler (double alpha, double deltaT, Variable::VariableQuantity q) | |
| void | vectorFromElement (FloatArray &mat, Element &element, TimeStep *tStep, ValueModeType mode) const override |
| Public Member Functions inherited from oofem::VectorAssembler | |
| virtual void | vectorFromLoad (FloatArray &vec, Element &element, BodyLoad *load, TimeStep *tStep, ValueModeType mode) const |
| virtual void | vectorFromSurfaceLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const |
| virtual void | vectorFromEdgeLoad (FloatArray &vec, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep, ValueModeType mode) const |
| virtual void | vectorFromNodeLoad (FloatArray &vec, DofManager &dman, NodalLoad *load, TimeStep *tStep, ValueModeType mode) const |
| virtual void | assembleFromActiveBC (FloatArray &answer, ActiveBoundaryCondition &bc, TimeStep *tStep, ValueModeType mode, const UnknownNumberingScheme &s, FloatArray *eNorms, void *lock=nullptr) const |
| virtual void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| Default implementation takes all the DOF IDs. | |
| virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
| Default implementation takes all the DOF IDs. | |
Protected Attributes | |
| double | alpha |
| double | deltaT |
| Variable::VariableQuantity | q |
Callback class for assembling mid point effective tangents.
| oofem::ScalarAdvectionRhsAssembler::ScalarAdvectionRhsAssembler | ( | double | alpha, |
| double | deltaT, | ||
| Variable::VariableQuantity | q ) |
|
overridevirtual |
Reimplemented from oofem::VectorAssembler.
Definition at line 105 of file dg.C.
References oofem::FloatMatrix::add(), oofem::FloatArray::assemble(), oofem::FloatArray::beProductOf(), oofem::Element::computeVectorOf(), deltaT, oofem::MPElement::getLocalCodeNumbers(), oofem::Element::giveCharacteristicMatrix(), oofem::Element::giveNumberOfDofs(), oofem::TimeStep::givePreviousStep(), oofem::FloatMatrix::isNotEmpty(), q, oofem::FloatArray::resize(), oofem::FloatMatrix::resize(), oofem::FloatMatrix::times(), oofem::FloatArray::zero(), and oofem::FloatMatrix::zero().
|
protected |
Definition at line 94 of file dg.h.
Referenced by ScalarAdvectionRhsAssembler().
|
protected |
Definition at line 95 of file dg.h.
Referenced by ScalarAdvectionRhsAssembler(), and vectorFromElement().
|
protected |
Definition at line 96 of file dg.h.
Referenced by ScalarAdvectionRhsAssembler(), and vectorFromElement().