|
| static void | on_existing_abort_handler (MPI_Comm comm, char const *msg, char const *source, int line) |
| |
| static double ** | allocate_src_data_raw (size_t collection_size, struct yac_interp_weights_data interp_weights_data) |
| |
| static void | deallocate_src_data_raw (size_t collection_size, struct yac_interp_weights_data interp_weights_data, double **src_data_raw) |
| |
| static void | apply_interp_weights_data (size_t collection_size, struct yac_interp_weights_data interp_weights_data, double **src_data_raw, double **tgt_field) |
| |
| static void | interpolation_put_frac_raw (struct yac_interpolation_exchange *interpolation_exchange, struct yac_interp_weights_data interp_weights_data, size_t collection_size, double ***src_fields, double ***src_frac_masks) |
| |
| static void | interpolation_put_raw (struct yac_interpolation_exchange *interpolation_exchange, struct yac_interp_weights_data interp_weights_data, size_t collection_size, double ***src_fields) |
| |
| static void | interpolation_get_raw (struct yac_interpolation_exchange *interpolation_exchange, struct yac_interp_weights_data interp_weights_data, size_t collection_size, double **tgt_field) |
| |
| int | get_logical_attribute (int ncid, char const *attribute_name) |
| |
- Test
- This contains some examples on how to use interp_weights.
Definition in file test_interp_weights_parallel.c.