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

See Initializer component

Serial Phases#

Phases for reading in a mesh in serial.

  1. Read mesh

  2. Reorder mesh

  3. Distribute mesh

  4. Insert fault interfaces

  5. Refine mesh

Pyre User Interface

See Serial component

Parallel Phases#

Phases for reading in a mesh in parallel.

  1. Read mesh

  2. Distribute mesh (fine tune distribution)

  3. Insert fault interfaces

  4. Refine mesh

Pyre User Interface

See Parallel component