YetAnotherCoupler 3.5.2
|
Data Fields | ||
union { | ||
yac_int global_id | ||
size_t local_id | ||
} | src | |
union { | ||
yac_int global_id | ||
size_t local_id | ||
} | tgt | |
double | weight | |
size_t | src_field_idx | |
int | src_idx | |
int | tgt_idx | |
int | points_idx | |
Definition at line 30 of file interp_method_file.c.
yac_int link_data::global_id |
Definition at line 32 of file interp_method_file.c.
size_t link_data::local_id |
Definition at line 33 of file interp_method_file.c.
int link_data::points_idx |
Definition at line 100 of file weights2vtk.c.
union { ... } link_data::src |
size_t link_data::src_field_idx |
Definition at line 36 of file interp_method_file.c.
int link_data::src_idx |
Definition at line 100 of file weights2vtk.c.
union { ... } link_data::tgt |
int link_data::tgt_idx |
Definition at line 100 of file weights2vtk.c.
double link_data::weight |
Definition at line 35 of file interp_method_file.c.