An operator to be assembled on a boundary intersection belonging to a given boundary subset. More...
#include <BoundaryOperator.hpp>
Public Member Functions | |
BoundaryOperator (Operator op, BoundarySubset< Intersection > bs) | |
template<class GridView > | |
void | update (GridView const &gridView) |
Update the operator data on a GridView. | |
Friends | |
auto | localOperator (BoundaryOperator const &bop) |
Transform an operator into a local-operator. | |
An operator to be assembled on a boundary intersection belonging to a given boundary subset.
Operator | The operator to be restricted to the boundary. |
Intersection | The type of the intersection the operator is restricted to. |