Flow123d
last_with_con_2.0.0-663-gd0e2296
|
#include <interpolant.hh>
Public Types | |
enum | Type { fix_x, fix_y, no_fix } |
Enumerates types of variable fixation in implicit interpolant.
Definition at line 57 of file interpolant.hh.
enum IFixVariable::Type |
Enumerator | |
---|---|
fix_x |
x variable will be fixed with given value |
fix_y |
y variable will be fixed with given value |
no_fix |
no variable is fixed (used when InterpolantImplicit is created) |
Definition at line 59 of file interpolant.hh.