

(test/tests/meshgenerators/add_all_side_sets_generators/less_simple.i).(test/tests/mesh_modifiers/mesh_extruder/extrude_remap_layer2.i).(test/tests/meshgenerators/stitched_mesh_generator/stitched_mesh_generator.i).(modules/ray_tracing/test/tests/traceray/nonplanar/nonplanar.i).(modules/heat_conduction/test/tests/gap_heat_transfer_mortar/gap_heat_transfer_mortar.i).(test/tests/meshgenerators/gmsh_bcs/gmsh_bcs.i).(modules/contact/examples/2d_indenter/indenter_rz_fine.i).(modules/peridynamics/test/tests/mesh/3D_sideset.i).

(test/tests/mortar/continuity-3d-non-conforming/continuity_penalty_sphere_hex8.i).(modules/tensor_mechanics/test/tests/postprocessors/normal_boundary_displacement.i).(test/tests/mortar/displaced-gap-conductance-2d-bnd-coupling/gap-conductance-bnd-material.i).(modules/tensor_mechanics/test/tests/cohesive_zone_model/czm_patch_test_base.i).(modules/tensor_mechanics/test/tests/CylindricalRankTwoAux/test.i).(modules/tensor_mechanics/test/tests/lagrangian/cartesian/total/homogenization/small-tests/2d-strain.i).(modules/contact/test/tests/bouncing-block-contact/frictional-nodal-min-normal-lm-mortar-pdass-tangential-lm-mortar-disp.i).(test/tests/mortar/continuity-3d-non-conforming/continuity_sphere_hex27.i).(modules/heat_conduction/test/tests/gap_heat_transfer_mortar/large_gap_heat_transfer_test_sphere_mortar.i).(modules/tensor_mechanics/test/tests/shell/static/tapered.i).(test/tests/reporters/extra_id_integral/extra_id_integral.i).(test/tests/preconditioners/vcp/no_condense_test.i).(modules/electromagnetics/test/tests/benchmarks/dipole_antenna/dipole_transient.i).(test/tests/meshgenerators/break_mesh_by_block_generator/break_mesh_2DJunction_splittrue.i).(test/tests/meshgenerators/smooth_mesh_generator/mesh_smoother_generator.i).(modules/heat_conduction/test/tests/gap_heat_transfer_mortar_action/modular_gap_heat_transfer_mortar_displaced_conduction_UOs_function.i).(test/tests/mesh_modifiers/break_mesh_by_blocks/2D/TestBreakMesh_2D_polycrystal.i).(modules/heat_conduction/test/tests/gap_heat_transfer_balance/large_gap_heat_transfer_test_sphere.i).(test/tests/mortar/3d-periodic/periodic.i).(modules/contact/test/tests/mortar_dynamics/block-dynamics-action.i).(test/tests/mesh_modifiers/modifier_depend_order/modifier_depend_order.i).(test/tests/mesh/splitting/extrude_from_split.i).Then load it with the FileMeshGenerator input parameter by using distributed meshes with the command line option:ĭescription:Set the enabled status of the MooseObject. mpirun -n 4 -i -split-mesh 16 -split-file mesh_splitted To load a split mesh using the FileMeshGenerator, split your mesh as usual using the command line:

#GMSH FILE FLOW AROUND A CYLINDER FULL#
For example, a 2D split mesh can be pre-split before extrusion to avoid ever having to load the full 3D mesh in serial. The only use case for loading a split mesh using a FileMeshGenerator is to perform additional mesh generation on the split. Mesh splits usually do not require a FileMeshGenerator, they can be performed and loaded from the command line. The initial_from_file_var parameter must also be set in the variables sub-block as described in Restart in order to perform variable restart.Īdditional documentation about restarting from Exodus may be found in the restart-recovery page.

In order to indicate that the mesh file can be used to restart variables, simply set the parameter use_for_exodus_restart = true.
#GMSH FILE FLOW AROUND A CYLINDER GENERATOR#
This generator can also be used for restarting variables from the Exodus file format. The names of the extra element integers will be the same as the names of the element variables in the mesh file. Mesh.When reading a mesh file in Sandia's ExodusII format, users can use parameter exodus_extra_element_integers to load elemental variables for setting extra element integers of the mesh.
