DUNE PDELab (git)

Dune::PDELab::DiscreteGridFunctionCurlTraits< GV, RangeFieldType, 1 > Struct Template Reference

Helper class to calculate the Traits of DiscreteGridFunctionCurl (1D) More...

#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.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 RangeFieldType RangeFieldType
 Export type for range field.
 
typedef FieldVector< RangeFieldType, 2 > 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<typename GV, typename RangeFieldType>
struct Dune::PDELab::DiscreteGridFunctionCurlTraits< GV, RangeFieldType, 1 >

Helper class to calculate the Traits of DiscreteGridFunctionCurl (1D)

This is the specialization for dimRangeOfBasis == 1. It takes the curl of a scalar valued function in a 2D space, i.e. a function with dimRange == 1 and dimDomain == 2. The curl itself will have dimRange == 2.


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.111.3 (Jul 15, 22:36, 2024)