Flow123d
3.9.1-34e181a
|
#include <interpolant.hh>
Public Types | |
enum | Type { l2, lp, w21, wp1, max } |
Enumerates possible norms in which the interpolation error can be computed.
Definition at line 50 of file interpolant.hh.
enum ErrorNorm::Type |
Enumerator | |
---|---|
l2 | L2 norm. |
lp | Lp norm. |
w21 | W21 norm. |
wp1 | Wp1 norm. |
max | Maximum norm. |
Definition at line 52 of file interpolant.hh.