dune-grid  2.7.0
Functions | Variables
Dune::Alberta Namespace Reference

Functions

template<class K >
static FieldVector< K, 3 > vectorProduct (const FieldVector< K, 3 > &u, const FieldVector< K, 3 > &v)
 
template<class K , int m>
static K determinant (const FieldMatrix< K, 0, m > &matrix)
 
template<class K >
static K determinant (const FieldMatrix< K, 1, 1 > &matrix)
 
template<class K , int m>
static K determinant (const FieldMatrix< K, 1, m > &matrix)
 
template<class K >
static K determinant (const FieldMatrix< K, 2, 2 > &matrix)
 
template<class K >
static K determinant (const FieldMatrix< K, 2, 3 > &matrix)
 
template<class K , int m>
static K determinant (const FieldMatrix< K, 2, m > &matrix)
 
template<class K >
static K determinant (const FieldMatrix< K, 3, 3 > &matrix)
 
template<class K , int m>
static K invert (const FieldMatrix< K, 0, m > &matrix, FieldMatrix< K, m, 0 > &inverse)
 
template<class K >
static K invert (const FieldMatrix< K, 1, 1 > &matrix, FieldMatrix< K, 1, 1 > &inverse)
 
template<class K , int m>
static K invert (const FieldMatrix< K, 1, m > &matrix, FieldMatrix< K, m, 1 > &inverse)
 
template<class K >
static K invert (const FieldMatrix< K, 2, 2 > &matrix, FieldMatrix< K, 2, 2 > &inverse)
 
template<class K , int m>
static K invert (const FieldMatrix< K, 2, m > &matrix, FieldMatrix< K, m, 2 > &inverse)
 
template<class K >
static K invert (const FieldMatrix< K, 3, 3 > &matrix, FieldMatrix< K, 3, 3 > &inverse)
 

Variables

static void * adaptationDataHandler_
 

Function Documentation

◆ determinant() [1/7]

template<class K , int m>
static K Dune::Alberta::determinant ( const FieldMatrix< K, 0, m > &  matrix)
inlinestatic

◆ determinant() [2/7]

template<class K >
static K Dune::Alberta::determinant ( const FieldMatrix< K, 1, 1 > &  matrix)
inlinestatic

◆ determinant() [3/7]

template<class K , int m>
static K Dune::Alberta::determinant ( const FieldMatrix< K, 1, m > &  matrix)
inlinestatic

◆ determinant() [4/7]

template<class K >
static K Dune::Alberta::determinant ( const FieldMatrix< K, 2, 2 > &  matrix)
inlinestatic

◆ determinant() [5/7]

template<class K >
static K Dune::Alberta::determinant ( const FieldMatrix< K, 2, 3 > &  matrix)
inlinestatic

◆ determinant() [6/7]

template<class K , int m>
static K Dune::Alberta::determinant ( const FieldMatrix< K, 2, m > &  matrix)
inlinestatic

◆ determinant() [7/7]

template<class K >
static K Dune::Alberta::determinant ( const FieldMatrix< K, 3, 3 > &  matrix)
inlinestatic

◆ invert() [1/6]

template<class K , int m>
static K Dune::Alberta::invert ( const FieldMatrix< K, 0, m > &  matrix,
FieldMatrix< K, m, 0 > &  inverse 
)
inlinestatic

◆ invert() [2/6]

template<class K >
static K Dune::Alberta::invert ( const FieldMatrix< K, 1, 1 > &  matrix,
FieldMatrix< K, 1, 1 > &  inverse 
)
inlinestatic

◆ invert() [3/6]

template<class K , int m>
static K Dune::Alberta::invert ( const FieldMatrix< K, 1, m > &  matrix,
FieldMatrix< K, m, 1 > &  inverse 
)
inlinestatic

◆ invert() [4/6]

template<class K >
static K Dune::Alberta::invert ( const FieldMatrix< K, 2, 2 > &  matrix,
FieldMatrix< K, 2, 2 > &  inverse 
)
inlinestatic

◆ invert() [5/6]

template<class K , int m>
static K Dune::Alberta::invert ( const FieldMatrix< K, 2, m > &  matrix,
FieldMatrix< K, m, 2 > &  inverse 
)
inlinestatic

◆ invert() [6/6]

template<class K >
static K Dune::Alberta::invert ( const FieldMatrix< K, 3, 3 > &  matrix,
FieldMatrix< K, 3, 3 > &  inverse 
)
inlinestatic

◆ vectorProduct()

template<class K >
static FieldVector< K, 3 > Dune::Alberta::vectorProduct ( const FieldVector< K, 3 > &  u,
const FieldVector< K, 3 > &  v 
)
inlinestatic

Variable Documentation

◆ adaptationDataHandler_

void* Dune::Alberta::adaptationDataHandler_
static