dune-pdelab  2.7-git
Public Types | Public Member Functions | List of all members
Dune::PDELab::SqrtGridFunctionAdapter< GF > Class Template Reference

Take sqrt of a GridFunction. More...

#include <dune/pdelab/function/sqrt.hh>

Inheritance diagram for Dune::PDELab::SqrtGridFunctionAdapter< GF >:
Inheritance graph

Public Types

typedef Base::Traits Traits
 
typedef GridFunctionTag ImplementationTag
 
typedef T::GridViewType GridViewType
 Type of the GridView. More...
 
using Output = typename Base::Output
 

Public Member Functions

 SqrtGridFunctionAdapter (GF &gf_)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewType & getGridView () const
 
template<typename Time >
void setTime (Time time)
 
Output::DataSetType dataSetType () const
 Return the data set type of this function. More...
 
void setDataSetType (Output::DataSetType dataSetType)
 Set the data set type of this function. More...
 

Detailed Description

template<typename GF>
class Dune::PDELab::SqrtGridFunctionAdapter< GF >

Take sqrt of a GridFunction.

Template Parameters
GFThe type of the GridFunction to invert

Member Typedef Documentation

◆ GridViewType

typedef T::GridViewType Dune::PDELab::GridFunctionBase< GF::Traits , SqrtGridFunctionAdapter< GF > >::GridViewType
inherited

Type of the GridView.

◆ ImplementationTag

◆ Output

using Dune::PDELab::GridFunctionBase< GF::Traits , SqrtGridFunctionAdapter< GF > >::Output = typename Base::Output
inherited

◆ Traits

template<typename GF >
typedef Base::Traits Dune::PDELab::SqrtGridFunctionAdapter< GF >::Traits

Constructor & Destructor Documentation

◆ SqrtGridFunctionAdapter()

template<typename GF >
Dune::PDELab::SqrtGridFunctionAdapter< GF >::SqrtGridFunctionAdapter ( GF &  gf_)
inline

Member Function Documentation

◆ dataSetType()

Output::DataSetType Dune::PDELab::GridFunctionOutputParameters::dataSetType ( ) const
inlineinherited

Return the data set type of this function.

◆ evaluate()

template<typename GF >
void Dune::PDELab::SqrtGridFunctionAdapter< GF >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline

◆ getGridView()

template<typename GF >
const Traits::GridViewType& Dune::PDELab::SqrtGridFunctionAdapter< GF >::getGridView ( ) const
inline

◆ setDataSetType()

void Dune::PDELab::GridFunctionOutputParameters::setDataSetType ( Output::DataSetType  dataSetType)
inlineinherited

Set the data set type of this function.

◆ setTime()

template<typename GF >
template<typename Time >
void Dune::PDELab::SqrtGridFunctionAdapter< GF >::setTime ( Time  time)
inline

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