dune-pdelab
2.4-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 |
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... | |
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 |
typedef LBTraits::JacobianType Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::JT |
typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::LBTraits |
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.
Referenced by Dune::PDELab::GridFunctionOutputParameters::setDataSetType().
|
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.
References Dune::PDELab::GridFunctionOutputParameters::dataSetType().