dune-pdelab 2.7-git
|
function signature for analytic functions on a grid More...
#include <dune/pdelab/common/function.hh>
Public Types | |
enum | { dimDomain = n } |
Enum for domain dimension. More... | |
enum | { dimRange = m } |
Enum for range dimension. More... | |
typedef DF | DomainFieldType |
Export type for domain field. More... | |
typedef D | DomainType |
domain type in dim-size coordinates More... | |
typedef RF | RangeFieldType |
Export type for range field. More... | |
typedef R | 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... | |
function signature for analytic functions on a grid
|
inherited |
Export type for domain field.
|
inherited |
domain type in dim-size coordinates
|
inherited |
codim 0 entity
|
inherited |
The type of the grid view the function lives on.
|
inherited |
Export type for range field.
|
inherited |
range type
|
inherited |
|
inherited |