Wraps an operator that is bound to some tree path (rwo,col) and transforms it into an operator that associated to the root-node of the tree. More...
#include <OperatorAdapter.hpp>
Public Member Functions | |
OperatorAdapter (Operator op, RowTreePath rowTp, ColTreePath colTp={}) | |
Constructor, stores all the arguments in local variables. | |
template<class GridView > | |
void | update (GridView const &gv) |
Update the wrapped operator on a GridView. | |
Friends | |
auto | localOperator (OperatorAdapter const &adapter) |
Transform an operator into a local-operator. | |
Wraps an operator that is bound to some tree path (rwo,col) and transforms it into an operator that associated to the root-node of the tree.
Operator | The child-node operator to be wrapped. |
RowTreePath | Type of the tree-path of the test-space. |
ColTreePath | Type of the tree-path of the trial-space (optional). |