DUNE PDELab (2.8)

Dune::PDELab::GridFunctionTraits< GV, RF, m, R > Struct Template Reference

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

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

Public Types

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

Detailed Description

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

traits class holding the function signature, same as in local function

GV The type of the grid view the function lives on.

RF The numeric type used in the range of the function.

m The dimension of the range.

Template Parameters
RThe numeric type of the field representing the range.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 10, 22:30, 2024)