AMDiS  2.10
The Adaptive Multi-Dimensional Simulation Toolbox
BoundaryOperator< Operator, Intersection > Class Template Reference

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.
 

Detailed Description

template<class Operator, class Intersection>
class AMDiS::BoundaryOperator< Operator, Intersection >

An operator to be assembled on a boundary intersection belonging to a given boundary subset.

Template Parameters
OperatorThe operator to be restricted to the boundary.
IntersectionThe type of the intersection the operator is restricted to.

The documentation for this class was generated from the following file: