Go to the documentation of this file.
3 #ifndef DUNE_ISTLOPERATORS_HH
4 #define DUNE_ISTLOPERATORS_HH
61 template<
class X,
class Y>
75 virtual void apply (
const X& x, Y& y)
const = 0;
93 template<
class M,
class X,
class Y>
103 virtual const M&
getmat ()
const = 0;
120 template<
class M,
class X,
class Y>
137 virtual void apply (
const X& x, Y& y)
const