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

Go to the source code of this file.

Classes

class  Dune::Fufem::Experimental::GeometryGridForwardMorphism< GeometryGrid >
 Morphism transforming a HostGrid to a GeometryGrid<HostGrid, ...> More...
 
class  Dune::Fufem::Experimental::GeometryGridReverseMorphism< GeometryGrid >
 Morphism transforming a GeometryGrid<HostGrid, ...> to the HostGrid. More...
 
class  Dune::Fufem::Experimental::PullBackFunction< GridFunction, GridMorphism, DerivativeTraits >
 A wrapper representing the pullback of a grid function wrt a grid morphism. More...
 

Namespaces

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

Functions

template<class GeometryGridFunction >
auto Dune::Fufem::Experimental::pullBackToHostGrid (GeometryGridFunction gridFunction)
 Obtain pullback of GridFunction from GeometryGrid to HostGrid.
 
template<class HostGridFunction , class GeometryGrid >
auto Dune::Fufem::Experimental::pullBackToGeometryGrid (HostGridFunction gridFunction, const GeometryGrid &geometryGrid)
 Obtain pullback of GridFunction from HostGrid to GeometryGrid.