dune-pdelab
2.7-git
|
convert a single component function space with a grid function representing the gradient More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>
Public Types | |
typedef GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain > > | Traits |
typedef GridFunctionTag | ImplementationTag |
typedef GridFunctionTraits< T::Traits::GridViewType, T::Traits::FiniteElementType::Traits::LocalBasisType ::Traits::RangeFieldType, T::Traits::FiniteElementType::Traits::LocalBasisType::Traits ::dimDomain, FieldVector< T::Traits::FiniteElementType::Traits ::LocalBasisType::Traits::RangeFieldType, T::Traits::FiniteElementType::Traits::LocalBasisType::Traits ::dimDomain > > ::GridViewType | GridViewType |
Type of the GridView. More... | |
using | Output = typename Base::Output |
Public Member Functions | |
DiscreteGridFunctionGradient (const GFS &gfs, const X &x_) | |
Construct a DiscreteGridFunctionGradient. More... | |
DiscreteGridFunctionGradient (std::shared_ptr< const GFS > gfs, std::shared_ptr< const X > x_) | |
Construct a DiscreteGridFunctionGradient. 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 single component function space with a grid function representing the gradient
The function values should be single-component vectors. The Gradien will be a dimDomain-component function.
T | Type of GridFunctionSpace. The LocalBasis must provide the evaluateJacobian() method. |
X | Type of coefficients vector |
|
inherited |
Type of the GridView.
|
inherited |
|
inherited |
typedef GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain> > Dune::PDELab::DiscreteGridFunctionGradient< T, X >::Traits |
|
inline |
Construct a DiscreteGridFunctionGradient.
gfs | The GridFunctionsSpace |
x_ | The coefficients vector |
|
inline |
Construct a DiscreteGridFunctionGradient.
gfs | shared pointer to the GridFunctionsSpace |
x_ | shared pointer to 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.