ASPECT
|
Modules | |
Visualizing solutions | |
Namespaces | |
aspect::Postprocess | |
Macros | |
#define | ASPECT_REGISTER_POSTPROCESSOR(classname, name, description) |
#define | ASPECT_REGISTER_VISUALIZATION_POSTPROCESSOR(classname, name, description) |
This group contains all classes, namespaces and functions that have to do with postprocessing the solution of the simulation at the end of each time step. This includes generating graphical output, computing integrals, or other statistics.
#define ASPECT_REGISTER_POSTPROCESSOR | ( | classname, | |
name, | |||
description | |||
) |
Given a class name, a name, and a description for the parameter file for a postprocessor, register it with the aspect::Postprocess::Manager class.
Definition at line 377 of file interface.h.
#define ASPECT_REGISTER_VISUALIZATION_POSTPROCESSOR | ( | classname, | |
name, | |||
description | |||
) |
Given a class name, a name, and a description for the parameter file for a postprocessor, register it with the aspect::Postprocess::Manager class.
Definition at line 732 of file visualization.h.