This process divides its responsabilities between two objects: a controller that decides whether current time step must be printed or not and a print process that controls what will be printed and in which format.
More...
This process divides its responsabilities between two objects: a controller that decides whether current time step must be printed or not and a print process that controls what will be printed and in which format.
◆ __init__()
def output_process_with_controller.OutputProcessWithController.__init__ |
( |
|
self, |
|
|
|
model, |
|
|
|
params |
|
) |
| |
◆ Check()
def output_process_with_controller.OutputProcessWithController.Check |
( |
|
self | ) |
|
◆ ExecuteAfterOutputStep()
def output_process_with_controller.OutputProcessWithController.ExecuteAfterOutputStep |
( |
|
self | ) |
|
◆ ExecuteBeforeOutputStep()
def output_process_with_controller.OutputProcessWithController.ExecuteBeforeOutputStep |
( |
|
self | ) |
|
◆ ExecuteBeforeSolutionLoop()
def output_process_with_controller.OutputProcessWithController.ExecuteBeforeSolutionLoop |
( |
|
self | ) |
|
◆ ExecuteFinalize()
def output_process_with_controller.OutputProcessWithController.ExecuteFinalize |
( |
|
self | ) |
|
◆ ExecuteFinalizeSolutionStep()
def output_process_with_controller.OutputProcessWithController.ExecuteFinalizeSolutionStep |
( |
|
self | ) |
|
◆ ExecuteInitialize()
def output_process_with_controller.OutputProcessWithController.ExecuteInitialize |
( |
|
self | ) |
|
◆ ExecuteInitializeSolutionStep()
def output_process_with_controller.OutputProcessWithController.ExecuteInitializeSolutionStep |
( |
|
self | ) |
|
◆ GetDefaultParameters()
def output_process_with_controller.OutputProcessWithController.GetDefaultParameters |
( |
|
self | ) |
|
◆ IsOutputStep()
def output_process_with_controller.OutputProcessWithController.IsOutputStep |
( |
|
self | ) |
|
◆ PrintOutput()
def output_process_with_controller.OutputProcessWithController.PrintOutput |
( |
|
self | ) |
|
◆ controller
output_process_with_controller.OutputProcessWithController.controller |
◆ model
output_process_with_controller.OutputProcessWithController.model |
◆ output_process
output_process_with_controller.OutputProcessWithController.output_process |
◆ params
output_process_with_controller.OutputProcessWithController.params |
The documentation for this class was generated from the following file: