OOFEM 3.0
Loading...
Searching...
No Matches
oofem::SUPGTangentAssembler Class Reference

#include <supg.h>

Inheritance diagram for oofem::SUPGTangentAssembler:
Collaboration diagram for oofem::SUPGTangentAssembler:

Public Member Functions

 SUPGTangentAssembler (MatResponseMode m, double l, double d, double u, double a)
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

MatResponseMode rmode
double lscale
double dscale
double uscale
double alpha

Detailed Description

Callback class for assembling SUPG tangent matrices

Author
Mikael Öhman

Definition at line 88 of file supg.h.

Constructor & Destructor Documentation

◆ SUPGTangentAssembler()

oofem::SUPGTangentAssembler::SUPGTangentAssembler ( MatResponseMode m,
double l,
double d,
double u,
double a )

Definition at line 147 of file supg.C.

References alpha, dscale, lscale, rmode, and uscale.

Member Function Documentation

◆ matrixFromElement()

Member Data Documentation

◆ alpha

double oofem::SUPGTangentAssembler::alpha
protected

Definition at line 93 of file supg.h.

Referenced by matrixFromElement(), and SUPGTangentAssembler().

◆ dscale

double oofem::SUPGTangentAssembler::dscale
protected

Definition at line 92 of file supg.h.

Referenced by matrixFromElement(), and SUPGTangentAssembler().

◆ lscale

double oofem::SUPGTangentAssembler::lscale
protected

Definition at line 92 of file supg.h.

Referenced by matrixFromElement(), and SUPGTangentAssembler().

◆ rmode

MatResponseMode oofem::SUPGTangentAssembler::rmode
protected

Definition at line 91 of file supg.h.

Referenced by matrixFromElement(), and SUPGTangentAssembler().

◆ uscale

double oofem::SUPGTangentAssembler::uscale
protected

Definition at line 92 of file supg.h.

Referenced by matrixFromElement(), and SUPGTangentAssembler().


The documentation for this class was generated from the following files:

This page is part of the OOFEM-3.0 documentation. Copyright Copyright (C) 1994-2025 Borek Patzak Bořek Patzák
Project e-mail: oofem@fsv.cvut.cz
Generated at for OOFEM by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2011