|
dune-pdelab
2.5-dev
|
Compute curl of vector-valued functions (3D). More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>

Public Types | |
| typedef BaseT::Traits | Traits |
| typedef T::template Child< 0 >::Type | ChildType |
| typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits | LBTraits |
| typedef LBTraits::RangeFieldType | RF |
| typedef LBTraits::JacobianType | JT |
| typedef GridFunctionTag | ImplementationTag |
| typedef Dune::PDELab::GridFunctionTraits< T::Traits::GridViewType, T::template Child< 0 >::Type::Traits::FiniteElementType::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value, Dune::FieldVector< T::template Child< 0 >::Type::Traits::FiniteElementType ::Traits::LocalBasisType::Traits::RangeFieldType, TypeTree::StaticDegree< T >::value > > ::GridViewType | GridViewType |
| Type of the GridView. More... | |
| using | Output = typename Base::Output |
Public Member Functions | |
| VectorDiscreteGridFunctionCurl (const GFS &gfs, const X &x_) | |
| 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... | |
| void | evaluate (const typename Traits::ElementType &e, const typename Traits::DomainType &x, typename Traits::RangeType &y) const |
| Evaluate the GridFunction at given position. 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... | |
Compute curl of vector-valued functions (3D).
| T | Type of VectorGridFunctionSpace. |
| X | Type of coefficients vector. |
This is the specialized version for dimR == 3. It takes the curl of a 3D-valued function and the result will be a 3-component vector consisting of scalar-valued functions.
| typedef T::template Child<0>::Type Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::ChildType |
|
inherited |
Type of the GridView.
|
inherited |
| typedef LBTraits::JacobianType Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::JT |
| typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::LBTraits |
|
inherited |
| typedef LBTraits::RangeFieldType Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::RF |
| typedef BaseT::Traits Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::Traits |
|
inline |
|
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 |
|
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