OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Callback class for assembling SUPG tangent matrices. More...
#include <supg.h>
Public Member Functions | |
SUPGTangentAssembler (MatResponseMode m, double l, double d, double u, double a) | |
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 | |
MatResponseMode | rmode |
double | lscale |
double | dscale |
double | uscale |
double | alpha |
oofem::SUPGTangentAssembler::SUPGTangentAssembler | ( | MatResponseMode | m, |
double | l, | ||
double | d, | ||
double | u, | ||
double | a | ||
) |
|
virtual |
Reimplemented from oofem::MatrixAssembler.
Definition at line 152 of file supg.C.
References alpha, oofem::FloatMatrix::assemble(), oofem::SUPGElement::computeAccelerationTerm_MB(), oofem::SUPGElement::computeAccelerationTerm_MC(), oofem::SUPGElement::computeAdvectionDerivativeTerm_MB(), oofem::SUPGElement::computeAdvectionDerivativeTerm_MC(), oofem::SUPGElement::computeBCLhsPressureTerm_MB(), oofem::SUPGElement::computeBCLhsPressureTerm_MC(), oofem::SUPGElement::computeBCLhsTerm_MB(), oofem::SUPGElement::computeDiffusionDerivativeTerm_MB(), oofem::SUPGElement::computeDiffusionDerivativeTerm_MC(), oofem::SUPGElement::computeLinearAdvectionTerm_MC(), oofem::SUPGElement::computeLSICStabilizationTerm_MB(), oofem::Element::computeNumberOfDofs(), oofem::SUPGElement::computePressureTerm_MB(), oofem::SUPGElement::computePressureTerm_MC(), dscale, oofem::SUPGElement::giveLocalPressureDofMap(), oofem::SUPGElement::giveLocalVelocityDofMap(), oofem::TimeStep::giveTimeIncrement(), oofem::FloatMatrix::isNotEmpty(), lscale, oofem::FloatMatrix::resize(), rmode, oofem::FloatMatrix::times(), uscale, and oofem::FloatMatrix::zero().
|
protected |
Definition at line 93 of file supg.h.
Referenced by matrixFromElement().
|
protected |
Definition at line 92 of file supg.h.
Referenced by matrixFromElement().
|
protected |
Definition at line 92 of file supg.h.
Referenced by matrixFromElement().
|
protected |
Definition at line 91 of file supg.h.
Referenced by matrixFromElement().
|
protected |
Definition at line 92 of file supg.h.
Referenced by matrixFromElement().