dune-geometry 2.9.1
|
#include <dune/common/fvector.hh>
#include <dune/common/typetraits.hh>
#include <dune/geometry/referenceelements.hh>
#include <dune/geometry/type.hh>
#include "base.cc"
#include "simplex.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::PrismTriangulation |
This namespace contains the Refinement implementation for triangulating prisms (GeometryType::prism -> GeometryType::simplex) | |
Macros | |
#define | DUNE_GEOMETRY_REFINEMENT_PRISMTRIANGULATION_CC |
Functions | |
template<int dimension, class CoordType > | |
FieldVector< CoordType, dimension > | Dune::RefinementImp::PrismTriangulation::transformCoordinate (FieldVector< CoordType, dimension > point) |
#define DUNE_GEOMETRY_REFINEMENT_PRISMTRIANGULATION_CC |