|
dune-pdelab 2.9
|
Loading...
Searching...
No Matches
Public Types |
Public Member Functions |
Static Public Member Functions |
Static Public Attributes |
List of all members
Dune::PDELab::DiscreteGridFunctionGradient< T, X > Class Template Reference
convert a single component function space with a grid function representing the gradient More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>
Inheritance diagram for Dune::PDELab::DiscreteGridFunctionGradient< T, X >:

Public Types | |
| typedef GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain > > | Traits |
| typedef GridFunctionTag | ImplementationTag |
| typedef T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
| typedef LeafNodeTag | NodeTag |
Public Member Functions | |
| DiscreteGridFunctionGradient (const GFS &gfs, const X &x_) | |
| Construct a DiscreteGridFunctionGradient. | |
| DiscreteGridFunctionGradient (std::shared_ptr< const GFS > gfs, std::shared_ptr< const X > x_) | |
| Construct a DiscreteGridFunctionGradient. | |
| 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. | |
Static Public Member Functions | |
| static constexpr auto | degree () |
Static Public Attributes | |
| static const bool | isLeaf |
| static const bool | isPower |
| static const bool | isComposite |
| static const std::size_t | CHILDREN |
Detailed Description
template<typename T, typename X>
class Dune::PDELab::DiscreteGridFunctionGradient< T, X >
class Dune::PDELab::DiscreteGridFunctionGradient< T, X >
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.
- Template Parameters
-
T Type of GridFunctionSpace. The LocalBasis must provide the evaluateJacobian() method. X Type of coefficients vector
Member Typedef Documentation
◆ GridViewType
|
inherited |
Type of the GridView.
◆ ImplementationTag
|
inherited |
◆ Output
|
inherited |
◆ Traits
template<typename T , typename X >
| typedef GridFunctionTraits< typename GFS::Traits::GridViewType, typename LBTraits::RangeFieldType, LBTraits::dimDomain, FieldVector< typename LBTraits::RangeFieldType, LBTraits::dimDomain> > Dune::PDELab::DiscreteGridFunctionGradient< T, X >::Traits |
Constructor & Destructor Documentation
◆ DiscreteGridFunctionGradient() [1/2]
template<typename T , typename X >
|
inline |
Construct a DiscreteGridFunctionGradient.
- Parameters
-
gfs The GridFunctionsSpace x_ The coefficients vector
◆ DiscreteGridFunctionGradient() [2/2]
template<typename T , typename X >
|
inline |
Construct a DiscreteGridFunctionGradient.
- Parameters
-
gfs shared pointer to the GridFunctionsSpace x_ shared pointer to the coefficients vector
Member Function Documentation
◆ dataSetType()
|
inlineinherited |
Return the data set type of this function.
◆ evaluate() [1/2]
template<class T , class Imp >
|
inlineinherited |
Evaluate the GridFunction at given position.
Evaluates components of the grid function at the given position and returns these values in a vector.
- Parameters
-
[in] e The entity to evaluate on [in] x The position in entity-local coordinates [out] y The result of the evaluation
◆ evaluate() [2/2]
template<typename T , typename X >
|
inline |
◆ getGridView()
template<typename T , typename X >
|
inline |
get a reference to the GridView
◆ setDataSetType()
|
inlineinherited |
Set the data set type of this function.
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8