MeshKernel
|
A struct used to describe the values of a curvilinear grid in a C-compatible manner. More...
#include <CurvilinearGrid.hpp>
Public Attributes | |
double * | node_x = nullptr |
The x-coordinates of network1d nodes. | |
double * | node_y = nullptr |
The y-coordinates of network1d nodes. | |
int | num_m = 0 |
The number of curvilinear grid nodes along m. | |
int | num_n = 0 |
The number of curvilinear grid nodes along n. | |
A struct used to describe the values of a curvilinear grid in a C-compatible manner.