YAC 3.12.0
Yet Another Coupler
Loading...
Searching...
No Matches
interp_operator_fixed.h File Reference

Fixed-value interpolation operator in YAC. More...

Include dependency graph for interp_operator_fixed.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

struct yac_interp_operatoryac_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.
 

Detailed Description

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.