|
dune-grid 2.9.1
|
Loading...
Searching...
No Matches
Typedefs | |
| typedef Dune::IndexStack< int, 100000 > | IndexStack |
| typedef ALBERTA REAL | Real |
| typedef ALBERTA REAL_B | LocalVector |
| typedef ALBERTA REAL_D | GlobalVector |
| typedef ALBERTA REAL_DD | GlobalMatrix |
| typedef ALBERTA AFF_TRAFO | AffineTransformation |
| typedef ALBERTA MESH | Mesh |
| typedef ALBERTA EL | Element |
| typedef ALBERTA BNDRY_TYPE | BoundaryId |
| typedef U_CHAR | ElementType |
| typedef ALBERTA FE_SPACE | DofSpace |
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) |
| void | abs (const DofVectorPointer< int > &dofVector) |
| int | max (const DofVectorPointer< int > &dofVector) |
| int | min (const DofVectorPointer< int > &dofVector) |
| template<class Data > | |
| Data * | memAlloc (size_t size) |
| template<class Data > | |
| Data * | memCAlloc (size_t size) |
| template<class Data > | |
| Data * | memReAlloc (Data *ptr, size_t oldSize, size_t newSize) |
| template<class Data > | |
| void | memFree (Data *ptr, size_t size) |
| template<int dim> | |
| int | applyTwist (int twist, int i) |
| template<int dim> | |
| int | applyInverseTwist (int twist, int i) |
Variables | |
| static void * | adaptationDataHandler_ |
| static const int | dimWorld = DIM_OF_WORLD |
| static const int | meshRefined = MESH_REFINED |
| static const int | meshCoarsened = MESH_COARSENED |
| static const int | InteriorBoundary = INTERIOR |
| static const int | DirichletBoundary = DIRICHLET |
Typedef Documentation
◆ AffineTransformation
| typedef ALBERTA AFF_TRAFO Dune::Alberta::AffineTransformation |
◆ BoundaryId
| typedef ALBERTA BNDRY_TYPE Dune::Alberta::BoundaryId |
◆ DofSpace
| typedef ALBERTA FE_SPACE Dune::Alberta::DofSpace |
◆ Element
| typedef ALBERTA EL Dune::Alberta::Element |
◆ ElementType
| typedef U_CHAR Dune::Alberta::ElementType |
◆ GlobalMatrix
| typedef ALBERTA REAL_DD Dune::Alberta::GlobalMatrix |
◆ GlobalVector
| typedef ALBERTA REAL_D Dune::Alberta::GlobalVector |
◆ IndexStack
| typedef Dune::IndexStack< int, 100000 > Dune::Alberta::IndexStack |
◆ LocalVector
| typedef ALBERTA REAL_B Dune::Alberta::LocalVector |
◆ Mesh
| typedef ALBERTA MESH Dune::Alberta::Mesh |
◆ Real
| typedef ALBERTA REAL Dune::Alberta::Real |
Function Documentation
◆ abs()
|
inline |
◆ applyInverseTwist()
template<int dim>
|
inline |
◆ applyTwist()
template<int dim>
|
inline |
◆ determinant() [1/7]
template<class K , int m>
|
inlinestatic |
◆ determinant() [2/7]
template<class K >
|
inlinestatic |
◆ determinant() [3/7]
template<class K , int m>
|
inlinestatic |
◆ determinant() [4/7]
template<class K >
|
inlinestatic |
◆ determinant() [5/7]
template<class K >
|
inlinestatic |
◆ determinant() [6/7]
template<class K , int m>
|
inlinestatic |
◆ determinant() [7/7]
template<class K >
|
inlinestatic |
◆ invert() [1/6]
template<class K , int m>
|
inlinestatic |
◆ invert() [2/6]
template<class K >
|
inlinestatic |
◆ invert() [3/6]
template<class K , int m>
|
inlinestatic |
◆ invert() [4/6]
template<class K >
|
inlinestatic |
◆ invert() [5/6]
template<class K , int m>
|
inlinestatic |
◆ invert() [6/6]
template<class K >
|
inlinestatic |
◆ max()
|
inline |
◆ memAlloc()
template<class Data >
|
inline |
◆ memCAlloc()
template<class Data >
|
inline |
◆ memFree()
template<class Data >
|
inline |
◆ memReAlloc()
template<class Data >
|
inline |
◆ min()
|
inline |
◆ vectorProduct()
template<class K >
|
inlinestatic |
Variable Documentation
◆ adaptationDataHandler_
|
static |
◆ dimWorld
|
static |
◆ DirichletBoundary
|
static |
◆ InteriorBoundary
|
static |
◆ meshCoarsened
|
static |
◆ meshRefined
|
static |
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8