MeshKernel
|
A struct used to describe the values of a mesh 1d in a C-compatible manner. More...
#include <Mesh1D.hpp>
Public Attributes | |
int * | edge_nodes = nullptr |
The nodes composing each mesh 1d edge. | |
double * | node_x = nullptr |
The x-coordinates of the mesh nodes. | |
double * | node_y = nullptr |
The y-coordinates of the mesh nodes. | |
int | num_nodes |
The number of 1d nodes. | |
int | num_valid_nodes |
The number of valid 1d nodes. | |
int | num_edges |
The number of 1d edges. | |
int | num_valid_edges |
The number of valid 1d edges. | |
A struct used to describe the values of a mesh 1d in a C-compatible manner.