Dune Core Modules (2.3.1)
Dune::LinearMapping< cdim, mydim > Class Template Reference
A linear mapping. More...
#include <dune/grid/alugrid/3d/mappings.hh>
Public Member Functions | |
LinearMapping () | |
Constructor creating empty mapping with double , i.e. zero. | |
LinearMapping (const LinearMapping &) | |
copy constructor | |
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 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 file:
- dune/grid/alugrid/3d/mappings.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)