|
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::VectorDiscreteGridFunctionCurl< T, X, 3 > Class Template Reference
Compute curl of vector-valued functions (3D). More...
#include <dune/pdelab/gridfunctionspace/gridfunctionspaceutilities.hh>
Inheritance diagram for Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >:

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 T::GridViewType | GridViewType |
| Type of the GridView. | |
| using | Output = typename Base::Output |
| typedef LeafNodeTag | NodeTag |
Public Member Functions | |
| VectorDiscreteGridFunctionCurl (const GFS &gfs, const X &x_) | |
| Construct a VectorDiscreteGridFunctionCurl. | |
| VectorDiscreteGridFunctionCurl (std::shared_ptr< const GFS > gfs, std::shared_ptr< const X > x_) | |
| Construct a VectorDiscreteGridFunctionCurl. | |
| 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 | |
| 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::VectorDiscreteGridFunctionCurl< T, X, 3 >
class Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >
Compute curl of vector-valued functions (3D).
- Template Parameters
-
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.
Member Typedef Documentation
◆ ChildType
template<typename T , typename X >
| typedef T::template Child<0>::Type Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::ChildType |
◆ GridViewType
|
inherited |
Type of the GridView.
◆ ImplementationTag
|
inherited |
◆ JT
template<typename T , typename X >
| typedef LBTraits::JacobianType Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::JT |
◆ LBTraits
template<typename T , typename X >
| typedef ChildType::Traits::FiniteElementType::Traits::LocalBasisType::Traits Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::LBTraits |
◆ Output
|
inherited |
◆ RF
template<typename T , typename X >
| typedef LBTraits::RangeFieldType Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::RF |
◆ Traits
template<typename T , typename X >
| typedef BaseT::Traits Dune::PDELab::VectorDiscreteGridFunctionCurl< T, X, 3 >::Traits |
Constructor & Destructor Documentation
◆ VectorDiscreteGridFunctionCurl() [1/2]
template<typename T , typename X >
|
inline |
Construct a VectorDiscreteGridFunctionCurl.
- Parameters
-
gfs GridFunctionSpace. x_ Coefficient vector.
◆ VectorDiscreteGridFunctionCurl() [2/2]
template<typename T , typename X >
|
inline |
Construct a VectorDiscreteGridFunctionCurl.
- 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()
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