|
YAC 3.12.0
Yet Another Coupler
|
Fixed-value interpolation operator in YAC. More...


Go to the source code of this file.
Functions | |
| struct yac_interp_operator * | yac_interp_operator_fixed_new (struct yac_collection_selection const *collection_selection, double value, size_t count, size_t const *pos) |
| Create a fixed-value interpolation operator. | |
Fixed-value interpolation operator in YAC.
This header defines the constructor for a fixed-value interpolation operator. Such an operator assigns a constant value to a given set of target points, regardless of any source fields. It is typically used as a fallback values for target points, for which interpolation weight computation failed.
Definition in file interp_operator_fixed.h.