#include <elem_modifier.h>
|
virtual void | postprocess (const LocalVector &u, LocalMatrix &J, LocalIndices &ind) |
| virtual initiates post-computations after the standard element assembling More...
|
|
virtual void | postprocess (const LocalVector &u, LocalVector &d, LocalIndices &ind) |
| virtual initiates post-computations after the standard element assembling More...
|
|
virtual void | preprocess (LocalVector &u, LocalMatrix &J, GridObject *elem, MathVector< dim > vCornerCoords[], LocalIndices &ind) |
| virtual initiates pre-computations before the standard element assembling More...
|
|
virtual void | preprocess (LocalVector &u, LocalVector &d, LocalVector &tmpD, GridObject *elem, MathVector< dim > vCornerCoords[], LocalIndices &ind) |
| virtual initiates pre-computations before the standard element assembling More...
|
|
void | set_elem_disc (IElemDisc< TDomain > *myElemDisc) |
|
virtual | ~IElemDiscModifier () |
| Virtual destructor. More...
|
|
|
| IElemDiscModifier () |
|
| IElemDiscModifier (IElemDisc< TDomain > *myElemDisc) |
|
|
static const int | dim = TDomain::dim |
| World dimension. More...
|
|
◆ this_type
template<typename TDomain >
◆ IElemDiscModifier() [1/2]
template<typename TDomain >
Constructor (setting default values)
◆ IElemDiscModifier() [2/2]
template<typename TDomain >
Constructor (setting default values)
◆ ~IElemDiscModifier()
template<typename TDomain >
◆ postprocess() [1/2]
template<typename TDomain >
virtual initiates post-computations after the standard element assembling
References UG_THROW.
◆ postprocess() [2/2]
template<typename TDomain >
virtual initiates post-computations after the standard element assembling
References UG_THROW.
◆ preprocess() [1/2]
template<typename TDomain >
virtual initiates pre-computations before the standard element assembling
References UG_THROW.
◆ preprocess() [2/2]
template<typename TDomain >
virtual initiates pre-computations before the standard element assembling
References UG_THROW.
◆ set_elem_disc()
template<typename TDomain >
◆ dim
template<typename TDomain >
◆ m_pElemDisc
template<typename TDomain >
The documentation for this class was generated from the following files: