dune-grid
2.2.1
|
#include <dune/common/array.hh>
#include <dune/common/fvector.hh>
#include <dune/common/misc.hh>
#include <dune/common/typetraits.hh>
#include <dune/geometry/genericgeometry/geometry.hh>
#include <dune/geometry/genericgeometry/geometrytraits.hh>
#include <dune/geometry/genericgeometry/topologytypes.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include <dune/grid/common/geometry.hh>
#include "base.cc"
#include "simplex.cc"
Namespaces | |
namespace | Dune |
namespace | Dune::RefinementImp |
This namespace contains the implementation of Refinement. | |
namespace | Dune::RefinementImp::PyramidTriangulation |
This namespace contains the Refinement implementation for triangulating pyramids (GeometryType::pyramid -> GeometryType::simplex) | |
namespace | Dune::GenericGeometry |
namespace | Dune::FacadeOptions |
Macros | |
#define | DUNE_GRID_COMMON_REFINEMENT_PYRAMIDTRIANGULATION_CC |
Functions | |
template<int dimension, class CoordType > | |
FieldVector< CoordType, dimension > | Dune::RefinementImp::PyramidTriangulation::transformCoordinate (FieldVector< CoordType, dimension > point) |
#define DUNE_GRID_COMMON_REFINEMENT_PYRAMIDTRIANGULATION_CC |