Dune-Fufem 2.11-git
Loading...
Searching...
No Matches
Functions

Description

Implementations of and utilities for functions and grid functions.

Collaboration diagram for Functions:

Classes

class  Dune::Fufem::Forms::BoundUnaryOperator< Op, V >
 Wrapper binding a linear operator to a coefficient vector. More...
 
class  Dune::Fufem::Experimental::DeformationFunction< HG, deformedDim, ct >
 A discrete coordinate function for Dune::GeometryGrid. More...
 
class  Dune::Fufem::Experimental::PullBackFunction< GridFunction, GridMorphism, DerivativeTraits >
 A wrapper representing the pullback of a grid function wrt a grid morphism. More...
 

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.
 

Function Documentation

◆ pullBackToGeometryGrid()

template<class HostGridFunction , class GeometryGrid >
auto Dune::Fufem::Experimental::pullBackToGeometryGrid ( HostGridFunction  gridFunction,
const GeometryGrid geometryGrid 
)

Obtain pullback of GridFunction from HostGrid to GeometryGrid.

◆ pullBackToHostGrid()

template<class GeometryGridFunction >
auto Dune::Fufem::Experimental::pullBackToHostGrid ( GeometryGridFunction  gridFunction)

Obtain pullback of GridFunction from GeometryGrid to HostGrid.