OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Implementation of callback class for assembling right-hand side of velocity equations. More...
#include <pfem.h>
Public Member Functions | |
PFEMCorrectionRhsAssembler (double deltaT) | |
virtual void | vectorFromElement (FloatArray &vec, Element &element, TimeStep *tStep, ValueModeType mode) const |
virtual void | locationFromElement (IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
Default implementation takes all the DOF IDs. More... | |
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, SurfaceLoad *load, int boundary, TimeStep *tStep, ValueModeType mode) const |
virtual void | vectorFromEdgeLoad (FloatArray &vec, Element &element, EdgeLoad *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) const |
virtual void | locationFromElementNodes (IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const |
Default implementation takes all the DOF IDs. More... | |
Protected Attributes | |
double | deltaT |
Implementation of callback class for assembling right-hand side of velocity equations.
|
inline |
Definition at line 85 of file pfem.h.
References oofem::VectorAssembler::locationFromElement(), and oofem::PFEMPressureRhsAssembler::vectorFromElement().
|
virtual |
Default implementation takes all the DOF IDs.
Reimplemented from oofem::VectorAssembler.
Definition at line 106 of file pfem.C.
References oofem::Element::giveLocationArray().
|
virtual |
Reimplemented from oofem::VectorAssembler.
Definition at line 86 of file pfem.C.
References oofem::FloatArray::beProductOf(), oofem::PFEMElement::computeDiagonalMassMtrx(), oofem::PFEMElement::computeGradientMatrix(), oofem::FMElement::computeVectorOfPressures(), oofem::FMElement::computeVectorOfVelocities(), oofem::FloatMatrix::giveNumberOfColumns(), and oofem::FloatArray::times().