dune-pdelab
2.4-dev
|
convert a grid function space and a coefficient vector into a grid function of the curl More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>
Public Types | |
typedef GridFunctionTraits< typename T::Traits::GridViewType, typename J2C::CurlField, J2C::dimCurl, typename J2C::Curl > | Traits |
Public Member Functions | |
DiscreteGridFunctionCurl (const GFS &gfs, const X &x_) | |
Construct a DiscreteGridFunctionCurl. More... | |
void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
const Traits::GridViewType & | getGridView () const |
get a reference to the GridView More... | |
Output::DataSetType | dataSetType () const |
Return the data set type of this function. More... | |
void | setDataSetType (Output::DataSetType dataSetType) |
Set the data set type of this function. More... | |
convert a grid function space and a coefficient vector into a grid function of the curl
This class works only with a GridFunctionSpace with finite elements using the new global-valued interface.
T | Type of GridFunctionSpace |
X | Type of coefficients vector |
typedef GridFunctionTraits< typename T::Traits::GridViewType, typename J2C::CurlField, J2C::dimCurl, typename J2C::Curl > Dune::PDELab::DiscreteGridFunctionCurl< T, X >::Traits |
|
inline |
Construct a DiscreteGridFunctionCurl.
gfs | The GridFunctionsSpace |
x_ | The coefficients vector |
|
inlineinherited |
Return the data set type of this function.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
inline |
|
inline |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().