|
dune-pdelab 2.7-git
|
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 T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
Public Member Functions | |
| DiscreteGridFunctionCurl (const GFS &gfs, const X &x_) | |
| Construct a DiscreteGridFunctionCurl. | |
| DiscreteGridFunctionCurl (std::shared_ptr< const GFS > gfs, std::shared_ptr< const X > x_) | |
| Construct a DiscreteGridFunctionCurl. | |
| 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 | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. | |
| Output::DataSetType | dataSetType () const |
| Return the data set type of this function. | |
| void | setDataSetType (Output::DataSetType dataSetType) |
| Set the data set type of this function. | |
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 |
|
inline |
Construct a DiscreteGridFunctionCurl.
| gfs | shared pointer to the GridFunctionsSpace |
| x_ | shared pointer to the coefficients vector |
|
inlineinherited |
Return the data set type of this function.
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
| [in] | e | The entity to evaluate on |
| [in] | x | The position in entity-local coordinates |
| [out] | y | The result of the evaluation |
|
inline |
|
inline |
get a reference to the GridView
|
inlineinherited |
Set the data set type of this function.