![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
#include <dune/common/exceptions.hh>#include <dune/common/fvector.hh>#include <dune/common/fmatrix.hh>#include <dune/geometry/type.hh>#include <dune/geometry/affinegeometry.hh>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
-
element The element whose geometry should be transformed transformation The transformation mapping global element coordinated to transformed global coordinates
This will only transform edge mid points but leave the vertices in place.
