YAC 3.13.0
Yet Another Coupler
Loading...
Searching...
No Matches
yac_spmap_cell_area_config Struct Reference
Collaboration diagram for yac_spmap_cell_area_config:
Collaboration graph

Data Fields

enum yac_interp_spmap_cell_area_provider type
 
union { 
 
   struct { 
 
      double   sphere_radius 
 
   }   yac 
 
   struct yac_spmap_cell_area_file_config
 
      char const *   filename 
 
      char const *   varname 
 
      yac_int   min_global_id 
 
   }   file_config 
 
};  
 

Detailed Description

Definition at line 50 of file interp_method_spmap.c.

Field Documentation

◆ [union]

◆ [struct]

struct { ... } ::yac_spmap_cell_area_file_config yac_spmap_cell_area_config::file_config

◆ filename

char const* yac_spmap_cell_area_config::filename

Definition at line 57 of file interp_method_spmap.c.

◆ min_global_id

yac_int yac_spmap_cell_area_config::min_global_id

Definition at line 59 of file interp_method_spmap.c.

◆ sphere_radius

double yac_spmap_cell_area_config::sphere_radius

Definition at line 54 of file interp_method_spmap.c.

◆ type

enum yac_interp_spmap_cell_area_provider yac_spmap_cell_area_config::type

Definition at line 51 of file interp_method_spmap.c.

◆ varname

char const* yac_spmap_cell_area_config::varname

Definition at line 58 of file interp_method_spmap.c.

◆ [struct]

struct { ... } yac_spmap_cell_area_config::yac

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