|
dune-grid 2.10
|
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 ALBERTA AFF_TRAFO Dune::Alberta::AffineTransformation |
| typedef ALBERTA BNDRY_TYPE Dune::Alberta::BoundaryId |
| typedef ALBERTA FE_SPACE Dune::Alberta::DofSpace |
| typedef ALBERTA EL Dune::Alberta::Element |
| typedef U_CHAR Dune::Alberta::ElementType |
| typedef ALBERTA REAL_DD Dune::Alberta::GlobalMatrix |
| typedef ALBERTA REAL_D Dune::Alberta::GlobalVector |
| typedef Dune::IndexStack< int, 100000 > Dune::Alberta::IndexStack |
| typedef ALBERTA REAL_B Dune::Alberta::LocalVector |
| typedef ALBERTA MESH Dune::Alberta::Mesh |
| typedef ALBERTA REAL Dune::Alberta::Real |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |