Flow123d
release_2.2.0-914-gf1a3a4f
|
#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.