Skip to content
Snippets Groups Projects
Commit 1f78f012 authored by wenqing's avatar wenqing Committed by Dmitri Naumov
Browse files

[partmesh] Renumber bulk node and element IDs of the bulk mesh

parent 7c68c87b
No related branches found
No related tags found
No related merge requests found
...@@ -687,6 +687,8 @@ void NodeWiseMeshPartitioner::partitionByMETIS() ...@@ -687,6 +687,8 @@ void NodeWiseMeshPartitioner::partitionByMETIS()
checkFieldPropertyVectorSize(_mesh->getElements(), _mesh->getProperties()); checkFieldPropertyVectorSize(_mesh->getElements(), _mesh->getProperties());
_partitioned_properties = partitionProperties(_mesh, _partitions); _partitioned_properties = partitionProperties(_mesh, _partitions);
renumberBulkIdsProperty(_partitions, _partitioned_properties);
} }
void NodeWiseMeshPartitioner::renumberBulkIdsProperty( void NodeWiseMeshPartitioner::renumberBulkIdsProperty(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment