dune-geometry 3.0-git
|
#include <cassert>
#include <vector>
#include <dune/common/forloop.hh>
#include <dune/common/typetraits.hh>
#include <dune/common/visibility.hh>
#include <dune/common/unused.hh>
#include <dune/geometry/genericgeometry/topologytypes.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
namespace | Dune::GenericGeometry |
Functions | |
unsigned int | Dune::GenericGeometry::size (unsigned int topologyId, int dim, int codim) |
Compute the number of subentities of a given codimension. | |
unsigned int | Dune::GenericGeometry::subTopologyId (unsigned int topologyId, int dim, int codim, unsigned int i) |
Compute the topology id of a given subentity. | |
void | Dune::GenericGeometry::subTopologyNumbering (unsigned int topologyId, int dim, int codim, unsigned int i, int subcodim, unsigned int *beginOut, unsigned int *endOut) |