This process is used in distributed simulations to do post-processing on one rank For this first the results are mapped to a serial ModelPart, with which then postprocessing is done This is not the most efficient approach by principle, but sometimes it is necessary to collect all the results on one rank.
More...
This process is used in distributed simulations to do post-processing on one rank For this first the results are mapped to a serial ModelPart, with which then postprocessing is done This is not the most efficient approach by principle, but sometimes it is necessary to collect all the results on one rank.
◆ __init__()
def serial_output_process.SerialOutputProcess.__init__ |
( |
|
self, |
|
|
|
model, |
|
|
|
settings |
|
) |
| |
◆ ExecuteFinalizeSolutionStep()
def serial_output_process.SerialOutputProcess.ExecuteFinalizeSolutionStep |
( |
|
self | ) |
|
◆ IsOutputStep()
def serial_output_process.SerialOutputProcess.IsOutputStep |
( |
|
self | ) |
|
◆ PrintOutput()
def serial_output_process.SerialOutputProcess.PrintOutput |
( |
|
self | ) |
|
◆ data_comm
serial_output_process.SerialOutputProcess.data_comm |
◆ destination_rank
serial_output_process.SerialOutputProcess.destination_rank |
◆ mapper
serial_output_process.SerialOutputProcess.mapper |
◆ model_part_destination
serial_output_process.SerialOutputProcess.model_part_destination |
◆ output_process
serial_output_process.SerialOutputProcess.output_process |
◆ settings
serial_output_process.SerialOutputProcess.settings |
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/applications/MappingApplication/python_scripts/serial_output_process.py