A struct used to describe the values of a curvilinear grid in a C-compatible manner.
More...
#include <CurvilinearGrid.hpp>
|
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.
The documentation for this struct was generated from the following file:
- /home/runner/work/MeshKernel/MeshKernel/libs/MeshKernelApi/include/MeshKernelApi/CurvilinearGrid.hpp