OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::SUPGTangentAssembler Class Reference

Callback class for assembling SUPG tangent matrices. More...

#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)
 
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
 

Detailed Description

Callback class for assembling SUPG tangent matrices.

Author
Mikael Öhman

Definition at line 88 of file supg.h.

Constructor & Destructor Documentation

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

Definition at line 147 of file supg.C.

Member Function Documentation

Member Data Documentation

double oofem::SUPGTangentAssembler::alpha
protected

Definition at line 93 of file supg.h.

Referenced by matrixFromElement().

double oofem::SUPGTangentAssembler::dscale
protected

Definition at line 92 of file supg.h.

Referenced by matrixFromElement().

double oofem::SUPGTangentAssembler::lscale
protected

Definition at line 92 of file supg.h.

Referenced by matrixFromElement().

MatResponseMode oofem::SUPGTangentAssembler::rmode
protected

Definition at line 91 of file supg.h.

Referenced by matrixFromElement().

double oofem::SUPGTangentAssembler::uscale
protected

Definition at line 92 of file supg.h.

Referenced by matrixFromElement().


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

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:42 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011