cashocs.io.managers.XDMFFileManager#
- class cashocs.io.managers.XDMFFileManager(db: database.Database, result_dir: str)[source]#
Bases:
IOManager
Class for managing visualization .xdmf files.
Initializes self.
- Parameters:
db (database.Database) – The database of the problem.
result_dir (str) – Path to the directory, where the output files are saved in.
Methods Summary
output
()Saves the variables to xdmf files.
The output operation, which is performed after convergence.
The output operation which is performed as part of the postprocessing.
Methods Documentation