dune-pdelab  2.4.1
Public Types | Public Member Functions | List of all members
Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X > Class Template Reference

Equivalent of DiscreteGridFunctionGradient for vector-valued functions. More...

#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>

Inheritance diagram for Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >:
Inheritance graph

Public Types

typedef BaseT::Traits Traits
 
typedef T::template Child< 0 >::Type ChildType
 
typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits LBTraits
 
typedef LBTraits::RangeFieldType RF
 
typedef LBTraits::JacobianType JT
 

Public Member Functions

 VectorDiscreteGridFunctionGradient (const GFS &gfs, const X &x_)
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 
const Traits::GridViewType & getGridView () const
 get a reference to the GridView More...
 
void evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const
 Evaluate the GridFunction at given position. More...
 
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 T, typename X>
class Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >

Equivalent of DiscreteGridFunctionGradient for vector-valued functions.

Template Parameters
TType of PowerGridFunctionSpace
XType of coefficients vector

Member Typedef Documentation

template<typename T , typename X >
typedef T::template Child<0>::Type Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::ChildType
template<typename T , typename X >
typedef LBTraits::JacobianType Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::JT
template<typename T , typename X >
typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::LBTraits
template<typename T , typename X >
typedef LBTraits::RangeFieldType Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::RF
template<typename T , typename X >
typedef BaseT::Traits Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::Traits

Constructor & Destructor Documentation

template<typename T , typename X >
Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::VectorDiscreteGridFunctionGradient ( const GFS &  gfs,
const X &  x_ 
)
inline

Member Function Documentation

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

Return the data set type of this function.

void Dune::PDELab::GridFunctionInterface< GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, T::CHILDREN, Dune::FieldMatrix< T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, T::CHILDREN, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::dimDomain > > , VectorDiscreteGridFunctionGradient< T, X > >::evaluate ( const typename Traits::ElementType e,
const typename Traits::DomainType x,
typename Traits::RangeType y 
) const
inlineinherited

Evaluate the GridFunction at given position.

Evaluates components of the grid function at the given position and returns these values in a vector.

Parameters
[in]eThe entity to evaluate on
[in]xThe position in entity-local coordinates
[out]yThe result of the evaluation
template<typename T , typename X >
void Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::evaluate ( const typename Traits::ElementType &  e,
const typename Traits::DomainType &  x,
typename Traits::RangeType &  y 
) const
inline
template<typename T , typename X >
const Traits::GridViewType& Dune::PDELab::VectorDiscreteGridFunctionGradient< T, X >::getGridView ( ) const
inline

get a reference to the GridView

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

Set the data set type of this function.


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