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

Go to the source code of this file.

Classes

class  Dune::Fufem::Experimental::DeformationFunction< HG, deformedDim, ct >
 A discrete coordinate function for Dune::GeometryGrid. More...
 
class  DeformationFunction< GridView, CoefficientVectorType >
 Function that computes the deformed position from a given host gridview. This can be used inside of GeometryGrid. More...
 
class  DeformationHierarchyFunction< GridView, CoefficientVectorType >
 Function that computes the deformed position from a given host gridview. This can be used inside of GeometryGrid. More...
 

Namespaces

namespace  Dune
 
namespace  Dune::Fufem
 
namespace  Dune::Fufem::Experimental
 

Functions

template<class HostGrid , class F >
 Dune::Fufem::Experimental::DeformationFunction (const HostGrid &hostGrid, const F &f) -> DeformationFunction< HostGrid, std::decay_t< std::invoke_result_t< F, typename HostGrid::template Codim< HostGrid::dimension >::Geometry::GlobalCoordinate > >::size()>