The transposed operator, implemented in term of its transposed by calling getElementMatrix with inverted arguments.
More...
#include <GridFunctionOperator.hpp>
Inherits LocalOperator< Derived, Transposed::LocalContext >.
|
|
template<class... Args, std::enable_if_t< Dune::Std::is_detected< Constructable, Transposed, Args... >::value, int > = 0> |
| | GridFunctionOperatorTransposed (Args &&... args) |
| |
| template<class PQF > |
| void | setQuadFactory (PQF &&pre) |
| |
|
void | init (GridView const &gridView) |
| | Initialize the local operator on the current gridView.
|
| |
| void | bind (Element const &element, Geometry const &geometry) |
| | Binds operator to element and geometry. More...
|
| |
|
void | unbind () |
| | Unbinds operator from element.
|
| |
| void | calculateElementMatrix (CG const &contextGeo, RN const &rowNode, CN const &colNode, Mat &elementMatrix) |
| | Assemble a local element matrix on the element that is bound. More...
|
| |
| void | calculateElementVector (CG const &contextGeo, Node const &node, Vec &elementVector) |
| | Assemble a local element vector on the element that is bound. More...
|
| |
|
Derived & | derived () |
| |
|
Derived const & | derived () const |
| |
|
|
template<class , class > |
| class | LocalOperator |
| |
|
|
using | LocalContext = Transposed::LocalContext |
| | The element or intersection the operator is assembled on.
|
| |
|
using | Element = typename ContextType::Entity |
| | The codim=0 grid entity.
|
| |
|
using | Geometry = typename Element::Geometry |
| | The geometry of the Element.
|
| |
|
void | init_impl (GridView const &) |
| |
|
void | bind_impl (Element const &, Geometry const &) |
| |
|
void | unbind_impl () |
| |
| int | getDegree (int derivOrder, int coeffDegree, RN const &rowNode, CN const &colNode) const |
| | Return the quadrature degree for a matrix operator. More...
|
| |
| int | getDegree (int derivOrder, int coeffDegree, Node const &node) const |
| | Return the quadrature degree for a vector operator. More...
|
| |
|
bool | isSimplex_ |
| |
|
bool | isAffine_ |
| |
|
bool | bound_ |
| |
template<class Derived, class Transposed>
class AMDiS::GridFunctionOperatorTransposed< Derived, Transposed >
The transposed operator, implemented in term of its transposed by calling getElementMatrix with inverted arguments.
◆ setQuadFactory()
| void setQuadFactory |
( |
PQF && |
pre | ) |
|
|
inline |
Redirects the setQuadFactory call top the transposed operator
- Template Parameters
-
| PQF | A PreQuadratureFactory |
The documentation for this class was generated from the following file: