cashocs.io.managers.MeshManager#
- class cashocs.io.managers.MeshManager(
- db: database.Database,
- result_dir: str,
Bases:
IOManagerManages the output of meshes.
Initializes self.
- Parameters:
db (database.Database) – The database of the problem.
result_dir (str) – Path to the directory, where the results are saved.
Methods Summary
output()Saves the mesh as checkpoint for each iteration.
The output operation, which is performed after convergence.
Saves a copy of the optimized mesh in Gmsh format.
Methods Documentation