Go to the source code of this file.
◆ YAC_INTERP_CREEP_DISTANCE_DEFAULT
| #define YAC_INTERP_CREEP_DISTANCE_DEFAULT (-1) |
◆ interp_method_config_creep_unpack()
| struct interp_method_config * interp_method_config_creep_unpack |
( |
void * | buffer, |
|
|
int | buffer_size, |
|
|
int * | position, |
|
|
MPI_Comm | comm ) |
Unpacks a creep 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 1388 of file interp_method_creep.c.
◆ yac_interp_method_config_creep_new()
Creates a new creep interpolation method configuration.
- Parameters
-
| [in] | config | Pointer to the creep interpolation method config structure |
- Returns
- Pointer to the created interp_method_config structure
Definition at line 1378 of file interp_method_creep.c.
◆ yac_interp_method_creep_new()
| struct interp_method * yac_interp_method_creep_new |
( |
int | creep_distance | ) |
|