cashocs.io.managers#

Output managers for cashocs.

Functions

generate_output_str(db, precision)

Generates the string which can be written to console and file.

generate_summary_str(db, precision)

Generates a string for the summary of the optimization.

Classes

ConsoleManager(db, result_dir[, verbose])

Management of the console output.

FileManager(db, result_dir)

Class for managing the human-readable output of cashocs.

IOManager(db, result_dir)

Abstract base class for input / output management.

MeshManager(db, result_dir)

Manages the output of meshes.

ResultManager(db, result_dir)

Class for managing the output of the optimization history.

TempFileManager(db, result_dir)

Class for managing temporary files.

XDMFFileManager(db, result_dir)

Class for managing visualization .xdmf files.