|
OOFEM 3.0
|
This is the complete list of members for oofem::ScalarAdvectionLhsAssembler, including all inherited members.
| alpha | oofem::ScalarAdvectionLhsAssembler | protected |
| assembleFromActiveBC(SparseMtrx &k, ActiveBoundaryCondition &bc, TimeStep *tStep, const UnknownNumberingScheme &s_r, const UnknownNumberingScheme &s_c, void *lock=nullptr) const | oofem::MatrixAssembler | virtual |
| deltaT | oofem::ScalarAdvectionLhsAssembler | protected |
| locationFromElement(IntArray &loc, Element &element, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const | oofem::MatrixAssembler | virtual |
| locationFromElementNodes(IntArray &loc, Element &element, const IntArray &bNodes, const UnknownNumberingScheme &s, IntArray *dofIds=nullptr) const | oofem::MatrixAssembler | virtual |
| matrixFromEdgeLoad(FloatMatrix &mat, Element &element, BoundaryLoad *load, int edge, TimeStep *tStep) const | oofem::MatrixAssembler | virtual |
| matrixFromElement(FloatMatrix &mat, Element &element, TimeStep *tStep) const override | oofem::ScalarAdvectionLhsAssembler | virtual |
| matrixFromLoad(FloatMatrix &mat, Element &element, BodyLoad *load, TimeStep *tStep) const | oofem::MatrixAssembler | virtual |
| matrixFromSurfaceLoad(FloatMatrix &mat, Element &element, BoundaryLoad *load, int boundary, TimeStep *tStep) const | oofem::MatrixAssembler | virtual |
| q | oofem::ScalarAdvectionLhsAssembler | protected |
| ScalarAdvectionLhsAssembler(double alpha, double deltaT, Variable::VariableQuantity q) | oofem::ScalarAdvectionLhsAssembler |