dune-pdelab
2.4-dev
|
Decorator base class for local operators that have a diagonal jacobian matrix. More...
#include <dune/pdelab/localoperator/flags.hh>
Decorator base class for local operators that have a diagonal jacobian matrix.
By inheriting from this decorator class, local operators assert that their jacobian is completely diagonal. This information can be used by the assembler to e.g. switch to a diagonal local matrix that gets passed to the LocalOperator, which can save a lot of memory bandwidth for large local function spaces.