dune-pdelab  2.0.0
Public Types | List of all members
Dune::PDELab::AnalyticGridFunctionTraits< GV, RF, m > Struct Template Reference

function signature for analytic functions on a grid More...

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

Inheritance diagram for Dune::PDELab::AnalyticGridFunctionTraits< GV, RF, m >:
Inheritance graph

Public Types

enum  
 Enum for domain dimension. More...
 
enum  
 Enum for range dimension. More...
 
typedef GV::Grid::ctype DomainFieldType
 Export type for domain field. More...
 
typedef Dune::FieldVector
< GV::Grid::ctype,
GV::dimension > 
DomainType
 domain type in dim-size coordinates More...
 
typedef RF RangeFieldType
 Export type for range field. More...
 
typedef Dune::FieldVector< RF, m > RangeType
 range type More...
 
typedef GV GridViewType
 The type of the grid view the function lives on. More...
 
typedef GV::Traits::template
Codim< 0 >::Entity 
ElementType
 codim 0 entity More...
 

Detailed Description

template<typename GV, typename RF, int m>
struct Dune::PDELab::AnalyticGridFunctionTraits< GV, RF, m >

function signature for analytic functions on a grid

Member Typedef Documentation

typedef GV::Grid::ctype Dune::PDELab::FunctionTraits< GV::Grid::ctype , n, Dune::FieldVector< GV::Grid::ctype, GV::dimension > , RF, m, Dune::FieldVector< RF, m > >::DomainFieldType
inherited

Export type for domain field.

typedef Dune::FieldVector< GV::Grid::ctype, GV::dimension > Dune::PDELab::FunctionTraits< GV::Grid::ctype , n, Dune::FieldVector< GV::Grid::ctype, GV::dimension > , RF, m, Dune::FieldVector< RF, m > >::DomainType
inherited

domain type in dim-size coordinates

template<typename GV>
typedef GV::Traits::template Codim<0>::Entity Dune::PDELab::PowerCompositeGridFunctionTraits< GV >::ElementType
inherited

codim 0 entity

template<typename GV>
typedef GV Dune::PDELab::PowerCompositeGridFunctionTraits< GV >::GridViewType
inherited

The type of the grid view the function lives on.

typedef RF Dune::PDELab::FunctionTraits< GV::Grid::ctype , n, Dune::FieldVector< GV::Grid::ctype, GV::dimension > , RF, m, Dune::FieldVector< RF, m > >::RangeFieldType
inherited

Export type for range field.

typedef Dune::FieldVector< RF, m > Dune::PDELab::FunctionTraits< GV::Grid::ctype , n, Dune::FieldVector< GV::Grid::ctype, GV::dimension > , RF, m, Dune::FieldVector< RF, m > >::RangeType
inherited

range type

Member Enumeration Documentation

anonymous enum
inherited

Enum for domain dimension.

anonymous enum
inherited

Enum for range dimension.


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