Document the (internal) role of the "m" and "n" fields of the "processed_grid".
Signed-off-by: Bård Skaflestad <Bard.Skaflestad@sintef.no>
This commit is contained in:
parent
2062789678
commit
ddb1ae57e0
@ -53,8 +53,8 @@ extern "C" {
|
|||||||
|
|
||||||
/* Output structure holding grid topology */
|
/* Output structure holding grid topology */
|
||||||
struct processed_grid{
|
struct processed_grid{
|
||||||
int m;
|
int m; /** Upper bound on "number_of_faces" */
|
||||||
int n;
|
int n; /** Upper bound on "number_of_nodes" */
|
||||||
int dimensions[3]; /* Cartesian dimension */
|
int dimensions[3]; /* Cartesian dimension */
|
||||||
int number_of_faces;
|
int number_of_faces;
|
||||||
int *face_nodes; /* Nodes numbers of each face sequentially. */
|
int *face_nodes; /* Nodes numbers of each face sequentially. */
|
||||||
|
Loading…
Reference in New Issue
Block a user