Changeset 25351
- Timestamp:
- 08/05/20 13:34:16 (5 years ago)
- Location:
- issm/branches/trunk-larour-SLPS2020/src/c/modules/ModelProcessorx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2020/src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp
r25229 r25351 8 8 #include "./ModelProcessorx.h" 9 9 10 #define MAXCONNECTIVITY 510 #define MAXCONNECTIVITY 15 11 11 12 12 bool IsVertexInRank(int* vertices_ranks,int* vertices_proc_count,int vid,int rank){/*{{{*/ -
issm/branches/trunk-larour-SLPS2020/src/c/modules/ModelProcessorx/CreateNodes.cpp
r24098 r25351 9 9 #include "./ModelProcessorx.h" 10 10 11 #define MAXCONNECTIVITY 511 #define MAXCONNECTIVITY 15 12 12 13 13 bool IsNodeInRank(int* nodes_ranks,int* nodes_proc_count,int nid,int rank){/*{{{*/
Note:
See TracChangeset
for help on using the changeset viewer.