Dune Core Modules (2.4.2)

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 >

A linear mapping.

Member Data Documentation

◆ _det

template<int cdim, int mydim>
ctype Dune::LinearMapping< cdim, mydim >::_det
mutableprotected

P[0].

stores the determinant of the inverse


The documentation for this class was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 1, 22:29, 2024)