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

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
 

Detailed Description

Definition at line 32 of file interp_weights.c.

Field Documentation

◆ [union]

union { ... } interp_weight_stencil::data

◆ [struct]

struct { ... } interp_weight_stencil::direct

◆ [struct]

struct { ... } interp_weight_stencil::direct_mf

◆ field_idx

size_t interp_weight_stencil::field_idx

Definition at line 51 of file interp_weights.c.

◆ field_indices

size_t* interp_weight_stencil::field_indices

Definition at line 55 of file interp_weights.c.

◆ [struct]

struct { ... } interp_weight_stencil::fixed

◆ src

struct remote_point interp_weight_stencil::src

Definition at line 40 of file interp_weights.c.

◆ srcs

struct remote_points* interp_weight_stencil::srcs

Definition at line 43 of file interp_weights.c.

◆ [struct]

struct { ... } interp_weight_stencil::sum

◆ [struct]

struct { ... } interp_weight_stencil::sum_mf

◆ tgt

struct remote_point interp_weight_stencil::tgt

Definition at line 63 of file interp_weights.c.

◆ type

enum yac_interp_weight_stencil_type interp_weight_stencil::type

Definition at line 34 of file interp_weights.c.

◆ value

double interp_weight_stencil::value

Definition at line 37 of file interp_weights.c.

◆ [struct]

struct { ... } interp_weight_stencil::weight_sum

◆ [struct]

struct { ... } interp_weight_stencil::weight_sum_mf

◆ weights

double* interp_weight_stencil::weights

Definition at line 47 of file interp_weights.c.


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