This file contains the Refinement implementation for triangulating hypercubes (quadrilateral -> triangle, hexahedron -> tetrahedron).
More...
Classes |
class | Dune::RefinementImp::HCubeTriangulation::RefinementImp< dimension_, CoordType > |
struct | Dune::RefinementImp::HCubeTriangulation::RefinementImp< dimension_, CoordType >::Codim< codimension > |
class | Dune::RefinementImp::HCubeTriangulation::RefinementIteratorSpecial< dimension, CoordType, dimension > |
class | Dune::RefinementImp::HCubeTriangulation::RefinementIteratorSpecial< dimension, CoordType, 0 > |
class | Dune::RefinementImp::HCubeTriangulation::RefinementImp< dimension_, CoordType >::Codim< codimension > |
class | Dune::RefinementImp::HCubeTriangulation::Geometry< mydimension, coorddimension, GridImp > |
class | Dune::RefinementImp::HCubeTriangulation::MakeableGeometry< mydimension, GridImp > |
struct | Dune::RefinementImp::Traits > 1)==(topologyId >> 1)&&(GenericGeometry::SimplexTopology::type::id >> 1)==(coerceToId >> 1))>::type< topologyId, CoordType, coerceToId, dim > |
Namespaces |
namespace | Dune |
namespace | Dune::RefinementImp |
| This namespace contains the implementation of Refinement.
|
namespace | Dune::RefinementImp::HCubeTriangulation |
| This namespace contains the Refinement implementation for triangulating hypercubes (GeometryType::cube -> GeometryType::simplex).
|
Detailed Description
This file contains the Refinement implementation for triangulating hypercubes (quadrilateral -> triangle, hexahedron -> tetrahedron).
See Refinement implementation for triangulating hypercubes.