|
dune-pdelab
2.5-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 |
| typedef GridFunctionTag | ImplementationTag |
| typedef GridFunctionTraits< T::Traits::GridViewType, JacobianToCurl< T::Traits::FiniteElementType::Traits::LocalBasisType::Traits::JacobianType >::CurlField, JacobianToCurl< T::Traits::FiniteElementType::Traits::LocalBasisType::Traits::JacobianType >::dimCurl, JacobianToCurl< T::Traits::FiniteElementType::Traits::LocalBasisType::Traits::JacobianType >::Curl > ::GridViewType | GridViewType |
| Type of the GridView. More... | |
| using | Output = typename Base::Output |
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... | |
| 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 |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
| 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.
|
inline |
|
inlineinherited |
get a reference to the GridView
|
inline |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.
1.8.17