Dune Core Modules (2.9.0)
Dune::LinearMapping< cdim, mydim > Class Template Reference
A linear mapping. More...
#include <dune/alugrid/3d/mappings.hh>
Public Member Functions | |
| LinearMapping () | |
| Constructor creating empty mapping with double , i.e. zero. | |
| LinearMapping (const LinearMapping &) | |
| copy constructor | |
Protected Member Functions | |
| void | multMatrix (const matrix_t &A, const FieldMatrix< ctype, mydim, mydim > &B, inv_t &ret) const |
| alu_inline void | calculateDeterminant (const map_t &) const |
Protected Attributes | |
| matrix_t | _matrix |
| transformation matrix (transposed) | |
| inv_t | _invTransposed |
| storage for inverse of jacobian (transposed) | |
| ctype | _det |
| P[0]. More... | |
| bool | _calcedInv |
| true if inverse has been calculated | |
| bool | _calcedDet |
| true if determinant has been calculated | |
Detailed Description
template<int cdim, int mydim>
class Dune::LinearMapping< cdim, mydim >
class Dune::LinearMapping< cdim, mydim >
A linear mapping.
Member Function Documentation
◆ calculateDeterminant()
|
protected |
◆ multMatrix()
template<int cdim, int mydim>
|
protected |
calculates ret = A * B
Member Data Documentation
◆ _det
template<int cdim, int mydim>
|
mutableprotected |
P[0].
stores the determinant of the inverse
The documentation for this class was generated from the following files:
- dune/alugrid/3d/mappings.hh
- dune/alugrid/3d/mappings_imp.cc
|
Legal Statements / Impressum |
Hosted by TU Dresden & Uni Heidelberg |
generated with Hugo v0.111.3
(Nov 4, 23:40, 2025)