Skip to content

Type Traits for Operators

Janick Gerstenberger requested to merge feature/add-operator-traits into master

introduces IsOperator, IsLinearOperator and IsAssembledOperator into dune/fem/operator/common/operator.hh and removes the implementation of IsAssembledOperator from dune/fem/operator/common/localcontribution.hh.
Especially the last traits is quite useful but the location of the old implementation was suboptimal.

Merge request reports