|
dune-geometry 2.10
|
This file contains the Refinement implementation for simplices (triangles, tetrahedrons...). More...
#include <algorithm>#include <dune/common/fvector.hh>#include <dune/common/math.hh>#include <dune/geometry/multilineargeometry.hh>#include <dune/geometry/referenceelements.hh>#include <dune/geometry/type.hh>#include "base.cc"Go to the source code of this file.
Namespaces | |
| namespace | Dune |
| namespace | Dune::RefinementImp |
| This namespace contains the implementation of Refinement. | |
| namespace | Dune::RefinementImp::Simplex |
| This namespace contains the Refinement implementation for simplices (triangles, tetrahedrons...). | |
Macros | |
| #define | DUNE_GRID_COMMON_REFINEMENT_SIMPLEX_CC |
Functions | |
Utilities | |
| template<int dimension> | |
| int | Dune::RefinementImp::Simplex::pointIndex (const FieldVector< int, dimension > &point) |
| calculate the index of a given gridpoint within a Kuhn0 simplex | |
| template<int n> | |
| FieldVector< int, n > | Dune::RefinementImp::Simplex::getPermutation (int m) |
| Calculate permutation from it's index. | |
| template<int dimension, class CoordType> | |
| FieldVector< CoordType, dimension > | Dune::RefinementImp::Simplex::referenceToKuhn (FieldVector< CoordType, dimension > point, const FieldVector< int, dimension > &kuhn) |
| Map from the reference simplex to some Kuhn simplex. | |
| template<int dimension, class CoordType> | |
| FieldVector< CoordType, dimension > | Dune::RefinementImp::Simplex::kuhnToReference (FieldVector< CoordType, dimension > point, const FieldVector< int, dimension > &kuhn) |
| Map from some Kuhn simplex to the reference simplex. | |
This file contains the Refinement implementation for simplices (triangles, tetrahedrons...).
| #define DUNE_GRID_COMMON_REFINEMENT_SIMPLEX_CC |