dune-vtk  0.2
Public Member Functions | List of all members
Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction Class Reference

#include <dune/vtk/gridcreators/lagrangegridcreator.hh>

Public Member Functions

 LocalFunction (LagrangeGridCreator const &gridCreator)
 
 LocalFunction (LagrangeGridCreator &&gridCreator)=delete
 
void bind (LocalContext const &element)
 Collect a local parametrization on the element. More...
 
void unbind ()
 
GlobalCoordinate operator() (LocalCoordinate const &local) const
 Evaluate the local parametrization in local coordinates. More...
 
LocalContext const & localContext () const
 Return the bound element. More...
 

Constructor & Destructor Documentation

◆ LocalFunction() [1/2]

template<class GridType >
Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction::LocalFunction ( LagrangeGridCreator const &  gridCreator)
inlineexplicit

◆ LocalFunction() [2/2]

template<class GridType >
Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction::LocalFunction ( LagrangeGridCreator &&  gridCreator)
explicitdelete

Member Function Documentation

◆ bind()

template<class GridType >
void Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction::bind ( LocalContext const &  element)
inline

Collect a local parametrization on the element.

◆ localContext()

template<class GridType >
LocalContext const& Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction::localContext ( ) const
inline

Return the bound element.

◆ operator()()

template<class GridType >
GlobalCoordinate Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction::operator() ( LocalCoordinate const &  local) const
inline

Evaluate the local parametrization in local coordinates.

◆ unbind()

template<class GridType >
void Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction::unbind ( )
inline

The documentation for this class was generated from the following file: