**regular_split
#
Description#
This command splits a given 3D mesh to a subdomain grid for parallel computations.
Syntax#
**regular_split
\(~\,\) *x_cuts
x_cut
\(~\,\) *y_cuts
y_cut
\(~\,\) *z_cuts
z_cut
\(~\,\) [ *no_binary
]
\(~\,\) [ *no_text
]
\(~\,\) [ *parallel_cut_files
]
*x_cuts
,*y_cuts
and*z_cuts
are the number of domain subdivisions in x, y and z directions, respectively.
*no_binary
a flag to not save the cut file (binary format).
*no_text
a flag to not save the cut file (text format).
*parallel_cut_files
a flag to create separte geometry and cut binary files for each domain.
Example#
****mesher
***mesh regular_domains.geof
**open domains2split.geof
**regular_split
*x_cuts 3
*y_cuts 2
*z_cuts 2
****return