**modify_mesh_and_cut#
Description#
This command, used for parallel computations, allows to modify the problem.cut and problem.cu files.
Syntax#
**modify_mesh_and_cut
\(~\,\) *enable_node_renumbering
\(~\,\) *store_node_renumbering
\(~\,\) *store_nodes
\(~\,\) [ *build_interfaces ]
*enable_node_renumberingwrites the
***renumberingoption in the problem.cutand problem.cufiles to enable subdomain Metis renumbering (see **metis_renumbering ) at runtime. This option should be used only with the sparse direct linear solvers.*store_node_renumberingrenumbers all subdomains using Metis renumbering and writes the new subdomain nodes order in the problem
.cutand problem.cufiles.*store_nodeswrites for each subdomain the list of nodes which belong to the subdomain (without any renumbering operation). This list is always written in the problem
.cutand problem.cufiles using the ONERA splitmesh program.*build_interfacesBuilds interfaces between adjacent subdomains (If the splitter did not create them).
Note
Since version 8.3 the sparse solvers renumber internally so the node renumbering parts of this command are no longer of importance.
The *store_nodes command will however prevent an “on the fly” calculation of the interface nodes, perhaps saving some calculation time.