Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
refinedsimplexgeometry.hh File Reference

Go to the source code of this file.

Classes

class  RefinedSimplexGeometry< ct, localdim, worlddim >
 
class  RefinedSimplexGeometry< ct, 2, 3 >
 Mimics a once refined simplex surface element geometry for parametric surfaces, i.e. the vertices of the "refined" triangles are in general not complanar. More...
 
class  RefinedSimplexGeometry< ct, 2, 3 >::JacobianInverseTransposed
 

Functions

template<class Element , class Transformation >
RefinedSimplexGeometry< typename Element::Geometry::ctype, 2, 3 > makeRefinedSimplexGeometry (const Element &element, const Transformation &transformation)
 Create RefinedSimplexGeometry with transformed geometry.
 

Function Documentation

◆ makeRefinedSimplexGeometry()

template<class Element , class Transformation >
RefinedSimplexGeometry< typename Element::Geometry::ctype, 2, 3 > makeRefinedSimplexGeometry ( const Element &  element,
const Transformation &  transformation 
)

Create RefinedSimplexGeometry with transformed geometry.

Parameters
elementThe element whose geometry should be transformed
transformationThe transformation mapping global element coordinated to transformed global coordinates

This will only transform edge mid points but leave the vertices in place.