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

Data Fields

union { 
 
   struct { 
 
      unsigned   n 
 
   }   cube 
 
   struct { 
 
      char const *   filename 
 
   }   curve 
 
   struct { 
 
      char const *   filename 
 
   }   unstruct 
 
   struct { 
 
      double   corners [2][2] 
 
      size_t   num_cells [2] 
 
   }   gauss 
 
   struct { 
 
      char const *   grid_filename 
 
      char const *   mask_filename 
 
      char const *   grid_name 
 
   }   scrip 
 
config 
 
int address_offset
 
enum grid_type type
 

Detailed Description

Definition at line 106 of file weights2vtk.c.

Field Documentation

◆ address_offset

int grid_config::address_offset

Definition at line 124 of file weights2vtk.c.

◆ [union]

union { ... } grid_config::config

◆ corners

double grid_config::corners[2][2]

Definition at line 115 of file weights2vtk.c.

◆ [struct]

struct { ... } grid_config::cube

◆ [struct]

struct { ... } grid_config::curve

◆ filename

char const* grid_config::filename

Definition at line 112 of file weights2vtk.c.

◆ [struct]

struct { ... } grid_config::gauss

◆ grid_filename

char const* grid_config::grid_filename

Definition at line 119 of file weights2vtk.c.

◆ grid_name

char const* grid_config::grid_name

Definition at line 121 of file weights2vtk.c.

◆ mask_filename

char const* grid_config::mask_filename

Definition at line 120 of file weights2vtk.c.

◆ n

unsigned grid_config::n

Definition at line 109 of file weights2vtk.c.

◆ num_cells

size_t grid_config::num_cells[2]

Definition at line 116 of file weights2vtk.c.

◆ [struct]

struct { ... } grid_config::scrip

◆ type

enum grid_type grid_config::type

Definition at line 125 of file weights2vtk.c.

◆ [struct]

struct { ... } grid_config::unstruct

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