|
YAC 3.12.0
Yet Another Coupler
|

Data Fields | ||
| enum yac_interp_weight_stencil_type | type | |
| union { | ||
| struct { | ||
| double value | ||
| } fixed | ||
| struct { | ||
| struct remote_point src | ||
| } direct | ||
| struct { | ||
| struct remote_points * srcs | ||
| } sum | ||
| struct { | ||
| struct remote_points * srcs | ||
| double * weights | ||
| } weight_sum | ||
| struct { | ||
| struct remote_point src | ||
| size_t field_idx | ||
| } direct_mf | ||
| struct { | ||
| struct remote_points * srcs | ||
| size_t * field_indices | ||
| } sum_mf | ||
| struct { | ||
| struct remote_points * srcs | ||
| double * weights | ||
| size_t * field_indices | ||
| } weight_sum_mf | ||
| } | data | |
| struct remote_point | tgt | |
Definition at line 38 of file interp_weights.c.
| union { ... } interp_weight_stencil::data |
| struct { ... } interp_weight_stencil::direct |
| struct { ... } interp_weight_stencil::direct_mf |
| size_t interp_weight_stencil::field_idx |
Definition at line 57 of file interp_weights.c.
| size_t* interp_weight_stencil::field_indices |
Definition at line 61 of file interp_weights.c.
| struct { ... } interp_weight_stencil::fixed |
| struct remote_point interp_weight_stencil::src |
Definition at line 46 of file interp_weights.c.
| struct remote_points* interp_weight_stencil::srcs |
Definition at line 49 of file interp_weights.c.
| struct { ... } interp_weight_stencil::sum |
| struct { ... } interp_weight_stencil::sum_mf |
| struct remote_point interp_weight_stencil::tgt |
Definition at line 69 of file interp_weights.c.
| enum yac_interp_weight_stencil_type interp_weight_stencil::type |
Definition at line 40 of file interp_weights.c.
| double interp_weight_stencil::value |
Definition at line 43 of file interp_weights.c.
| struct { ... } interp_weight_stencil::weight_sum |
| struct { ... } interp_weight_stencil::weight_sum_mf |
| double* interp_weight_stencil::weights |
Definition at line 53 of file interp_weights.c.