Chi-Tech
chi_mesh.SplitFileMeshGenerator

Generates the mesh only on location 0, thereafter partitions the mesh but instead of broadcasting the mesh to other locations it creates binary mesh files for each location.

Example usage:

Create this object:

params =
{
param_name1 = value1,
param_name2 = value2,
--etc.
}

Optional Input parameters

Usage Examples:

test/modules/LinearBoltzmannSolvers/Transport_Steady/Transport3D_6ASplitMesh.lua
test/modules/LinearBoltzmannSolvers/Transport_Steady/Transport3D_6BSplitMesh.lua