dune-pdelab 2.7-git
Loading...
Searching...
No Matches
Public Types | List of all members
Dune::PDELab::BoundaryGridFunctionTraits< GV, RF, m, R > Struct Template Reference

traits class holding function signature, same as in local function More...

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

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

Public Types

typedef GV GridViewType
 Export grid view type in addition.
 
enum  
 Enum for domain dimension. More...
 
enum  
 Enum for range dimension. More...
 
typedef GV::Grid::ctype DomainFieldType
 Export type for domain field.
 
typedef Dune::FieldVector< GV::Grid::ctype, GV::dimension-1 > DomainType
 domain type in dim-size coordinates
 
typedef RF RangeFieldType
 Export type for range field.
 
typedef R RangeType
 range type
 

Detailed Description

template<class GV, class RF, int m, class R>
struct Dune::PDELab::BoundaryGridFunctionTraits< GV, RF, m, R >

traits class holding function signature, same as in local function

Template Parameters
GVThe type of the grid view the function lives on.
RFThe numeric type of the field representing the range.
mThe dimension of the range.
RThe type of the range.

Member Typedef Documentation

◆ DomainFieldType

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

Export type for domain field.

◆ DomainType

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

domain type in dim-size coordinates

◆ GridViewType

template<class GV , class RF , int m, class R >
typedef GV Dune::PDELab::BoundaryGridFunctionTraits< GV, RF, m, R >::GridViewType

Export grid view type in addition.

◆ RangeFieldType

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

Export type for range field.

◆ RangeType

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

range type

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
inherited

Enum for domain dimension.

◆ anonymous enum

anonymous enum
inherited

Enum for range dimension.


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