YetAnotherCoupler 3.4.0
|
#include "dist_grid.h"
Go to the source code of this file.
Functions | |
struct yac_interp_grid * | yac_interp_grid_new (struct yac_dist_grid_pair *grid_pair, char const *src_grid_name, char const *tgt_grid_name, size_t num_src_fields, struct yac_interp_field const *src_fields, struct yac_interp_field const tgt_field) |
void | yac_interp_grid_delete (struct yac_interp_grid *interp_grid) |
void yac_interp_grid_delete | ( | struct yac_interp_grid * | interp_grid | ) |
deletes all memory associated with the provided interpolation grid
[in,out] | interp_grid | interpolation grid |
Definition at line 575 of file interp_grid.c.
struct yac_interp_grid * yac_interp_grid_new | ( | struct yac_dist_grid_pair * | grid_pair, |
char const * | src_grid_name, | ||
char const * | tgt_grid_name, | ||
size_t | num_src_fields, | ||
struct yac_interp_field const * | src_fields, | ||
struct yac_interp_field const | tgt_field ) |
generate a interpolation grid
[in] | grid_pair | distributed grid pair |
[in] | src_grid_name | name of the source grid |
[in] | tgt_grid_name | name of the target grid |
[in] | num_src_fields | number of source fields |
[in] | src_fields | specifies the source fields |
[in] | tgt_field | specifies the target field |
Definition at line 31 of file interp_grid.c.