Mesh Initialization#
The Initializer object manages initializing the mesh, which involves reading it in from a file and performing some pre-processing operations.
The phases (steps) in the initialization process depend on whether the mesh can be read in parallel or it must be read in serial.
Pyre User Interface
Serial Phases#
Phases for reading in a mesh in serial.
Read mesh
Reorder mesh
Distribute mesh
Insert fault interfaces
Refine mesh
Pyre User Interface
See Serial component
Parallel Phases#
Phases for reading in a mesh in parallel.
Read mesh
Distribute mesh (fine tune distribution)
Insert fault interfaces
Refine mesh
Pyre User Interface