**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_cutsand*z_cutsare the number of domain subdivisions in x, y and z directions, respectively.
*no_binarya flag to not save the cut file (binary format).
*no_texta flag to not save the cut file (text format).
*parallel_cut_filesa 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