**split#
Description#
This is an interface for the ONERA splitmesh program which can be used to build the sub-domain information for a parallel computation. There is a different interface for 8.0 and 8.2. 8.0 requires that the splitmesh executable be installed on your system (not supplied by default), while it is integrated into 8.2.
Syntax#
For 8.0 the command has the following syntax:
**split
\(~\,\) *splitmesh_location path
\(~\,\) *domains num
\(~\,\) *mincon int-value
\(~\,\) *no_elset
*splitmesh_locationspecify the path to the splitmesh executable program.
*domainsenter the number of domains (separate processes) in a parallel computation.
*no_elsetdon’t generate the element sets for domain visualization.
The syntax for 8.2 is the same, except that the *splitmesh_location is not required (or available).
Example#
An example use follows from the test Parallel_test/INP/arm2.inp
****mesher
***split
**splitmesh_location /home/saturne/feyel/bin/splitmesh
**domains 4
***renumbering
**subdomain
***geof_format
**unformat
****return