YetAnotherCoupler 3.2.0_a
Loading...
Searching...
No Matches
Data Fields
yac_interp_grid Struct Reference
Collaboration diagram for yac_interp_grid:
Collaboration graph

Data Fields

char * src_grid_name
 
char * tgt_grid_name
 
struct yac_dist_grid_pairgrid_pair
 
struct yac_interp_field tgt_field
 
size_t num_src_fields
 
struct yac_interp_field src_fields []
 

Detailed Description

Examples
test_interp_grid_parallel.c, test_interp_method_avg_parallel.c, test_interp_method_callback_parallel.c, test_interp_method_conserv_parallel.c, test_interp_method_creep_parallel.c, test_interp_method_file_parallel.c, test_interp_method_hcsbb_parallel.c, test_interp_method_ncc_parallel.c, test_interp_method_nnn_parallel.c, test_interp_method_nnn_parallel2.c, test_interp_method_rbf_parallel.c, test_interp_method_spmap_parallel.c, test_interp_weights_parallel.c, test_interpolation_parallel1_c.c, test_interpolation_parallel2.c, test_interpolation_parallel3.c, test_interpolation_parallel4.c, and test_interpolation_parallel5.c.

Definition at line 22 of file interp_grid.c.

Field Documentation

◆ grid_pair

struct yac_dist_grid_pair* yac_interp_grid::grid_pair

◆ num_src_fields

size_t yac_interp_grid::num_src_fields

◆ src_fields

struct yac_interp_field yac_interp_grid::src_fields[]

◆ src_grid_name

char* yac_interp_grid::src_grid_name

◆ tgt_field

struct yac_interp_field yac_interp_grid::tgt_field

◆ tgt_grid_name

char* yac_interp_grid::tgt_grid_name

The documentation for this struct was generated from the following file: