Changeset 23635
- Timestamp:
- 01/16/19 08:49:18 (6 years ago)
- Location:
- issm/trunk-jpl/src/c/modules/ModelProcessorx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp
r23585 r23635 28 28 29 29 /*This rank has not been marked for this node just yet so go ahead and add it*/ 30 if(vertices_proc_count[vid]==MAXCONNECTIVITY) _error_("This vertex is connected to more than "<<MAXCONNECTIVITY<<" partition. Either reduce the number of processors, or increase MAXCONNECTIVITY"); 30 31 vertices_ranks[MAXCONNECTIVITY*vid+vertices_proc_count[vid]] = rank; 31 32 vertices_proc_count[vid]++; -
issm/trunk-jpl/src/c/modules/ModelProcessorx/CreateNodes.cpp
r23593 r23635 29 29 30 30 /*This rank has not been marked for this node just yet so go ahead and add it*/ 31 if(nodes_proc_count[nid]==MAXCONNECTIVITY) _error_("This node is connected to more than "<<MAXCONNECTIVITY<<" partition. Either reduce the number of processors, or increase MAXCONNECTIVITY"); 31 32 nodes_ranks[MAXCONNECTIVITY*nid+nodes_proc_count[nid]] = rank; 32 33 nodes_proc_count[nid]++;
Note:
See TracChangeset
for help on using the changeset viewer.