lijian_cug
New member
Dear Sir:
In the code of mpas_bootstrapping.F @ line 207~ 208:
the original code:
partial_global_graph_info % nVertices = nReadCells
partial_global_graph_info % nVerticesTotal = nCells
why not it's:
partial_global_graph_info % nVertices = nReadVertices
partial_global_graph_info % nVerticesTotal = nVertices
Why the allocation of the array about vertices in the partial graph is not set by number of vertices?
Could you please explain it for me? Thank you very much!
Regards,
Li Jian
In the code of mpas_bootstrapping.F @ line 207~ 208:
the original code:
partial_global_graph_info % nVertices = nReadCells
partial_global_graph_info % nVerticesTotal = nCells
why not it's:
partial_global_graph_info % nVertices = nReadVertices
partial_global_graph_info % nVerticesTotal = nVertices
Why the allocation of the array about vertices in the partial graph is not set by number of vertices?
Could you please explain it for me? Thank you very much!
Regards,
Li Jian