Contains all structs and functions exposed at the API level.
Definition BoundingBox.hpp:33
A struct used to describe the values of a curvilinear grid in a C-compatible manner.
Definition CurvilinearGrid.hpp:34
int num_m
The number of curvilinear grid nodes along m.
Definition CurvilinearGrid.hpp:42
double * node_x
The x-coordinates of network1d nodes.
Definition CurvilinearGrid.hpp:36
double * node_y
The y-coordinates of network1d nodes.
Definition CurvilinearGrid.hpp:39
int num_n
The number of curvilinear grid nodes along n.
Definition CurvilinearGrid.hpp:45