|
| unsigned int | Dune::Impl::size (unsigned int topologyId, int dim, int codim) |
| | Compute the number of subentities of a given codimension. More...
|
| |
| unsigned int | Dune::Impl::subTopologyId (unsigned int topologyId, int dim, int codim, unsigned int i) |
| | Compute the topology id of a given subentity. More...
|
| |
| void | Dune::Impl::subTopologyNumbering (unsigned int topologyId, int dim, int codim, unsigned int i, int subcodim, unsigned int *beginOut, unsigned int *endOut) |
| |
| template<class ct , int cdim> |
| bool | Dune::Impl::checkInside (unsigned int topologyId, int dim, const FieldVector< ct, cdim > &x, ct tolerance, ct factor=ct(1)) |
| |
| template<class ct , int cdim> |
| unsigned int | Dune::Impl::referenceCorners (unsigned int topologyId, int dim, FieldVector< ct, cdim > *corners) |
| |
| unsigned long | Dune::Impl::referenceVolumeInverse (unsigned int topologyId, int dim) |
| |
| template<class ct > |
| ct | Dune::Impl::referenceVolume (unsigned int topologyId, int dim) |
| |
| template<class ct , int cdim> |
| unsigned int | Dune::Impl::referenceOrigins (unsigned int topologyId, int dim, int codim, FieldVector< ct, cdim > *origins) |
| |
| template<class ct , int cdim, int mydim> |
| unsigned int | Dune::Impl::referenceEmbeddings (unsigned int topologyId, int dim, int codim, FieldVector< ct, cdim > *origins, FieldMatrix< ct, mydim, cdim > *jacobianTransposeds) |
| |
| template<class ct , int cdim> |
| unsigned int | Dune::Impl::referenceIntegrationOuterNormals (unsigned int topologyId, int dim, const FieldVector< ct, cdim > *origins, FieldVector< ct, cdim > *normals) |
| |
| template<class ct , int cdim> |
| unsigned int | Dune::Impl::referenceIntegrationOuterNormals (unsigned int topologyId, int dim, FieldVector< ct, cdim > *normals) |
| |