libMesh
Classes | Namespaces | Functions
checkpoint_io.h File Reference

Go to the source code of this file.

Classes

class  libMesh::CheckpointIO
 The CheckpointIO class can be used to write simplified restart files that can be used to restart simulations that have crashed. More...
 

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 

Functions

std::unique_ptr< CheckpointIO > libMesh::split_mesh (MeshBase &mesh, processor_id_type nsplits)
 split_mesh takes the given initialized/opened mesh and partitions it into nsplits pieces or chunks. More...