Go to the source code of this file.
◆ YAC_INTERP_FIXED_VALUE_DEFAULT
| #define YAC_INTERP_FIXED_VALUE_DEFAULT (DBL_MAX) |
◆ interp_method_config_fixed_unpack()
| struct interp_method_config * interp_method_config_fixed_unpack |
( |
void * | buffer, |
|
|
int | buffer_size, |
|
|
int * | position, |
|
|
MPI_Comm | comm ) |
Unpacks a fixed interpolation method configuration from a buffer.
- Parameters
-
| [in] | buffer | Buffer containing the packed configuration data |
| [in] | buffer_size | Size of the buffer |
| [in,out] | position | Current position in the buffer (will be updated) |
| [in] | comm | MPI communicator for parallel unpacking |
- Returns
- Pointer to the unpacked interp_method_config structure
Definition at line 172 of file interp_method_fixed.c.
◆ yac_interp_method_config_fixed_new()
Creates a new fixed interpolation method configuration.
- Parameters
-
| [in] | config | Pointer to the fixed interpolation method config structure |
- Returns
- Pointer to the created interp_method_config structure
Definition at line 162 of file interp_method_fixed.c.
◆ yac_interp_method_fixed_new()
| struct interp_method * yac_interp_method_fixed_new |
( |
double | value | ) |
|