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

Data Fields

MPI_Comm comm
 
enum yac_location tgt_location
 
enum yac_locationsrc_locations
 
size_t num_src_fields
 
struct interp_weight_stencilstencils
 
size_t stencils_array_size
 
size_t stencils_size
 

Detailed Description

Examples
test_duplicate_stencils_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 110 of file interp_weights.c.

Field Documentation

◆ comm

MPI_Comm yac_interp_weights::comm

Definition at line 112 of file interp_weights.c.

◆ num_src_fields

size_t yac_interp_weights::num_src_fields

Definition at line 116 of file interp_weights.c.

◆ src_locations

enum yac_location* yac_interp_weights::src_locations

Definition at line 115 of file interp_weights.c.

◆ stencils

struct interp_weight_stencil* yac_interp_weights::stencils

Definition at line 118 of file interp_weights.c.

◆ stencils_array_size

size_t yac_interp_weights::stencils_array_size

Definition at line 119 of file interp_weights.c.

◆ stencils_size

size_t yac_interp_weights::stencils_size

Definition at line 119 of file interp_weights.c.

◆ tgt_location

enum yac_location yac_interp_weights::tgt_location

Definition at line 114 of file interp_weights.c.


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