V3FIT
|
Interface for writing out step data. More...
Public Member Functions | |
subroutine | reconstruction_write_step1 (this, step_type, iou) |
Write out a reconstruction step attempt. More... | |
subroutine | reconstruction_write_step2 (this, iou) |
Write out a final reconstruction step. More... | |
Interface for writing out step data.
Definition at line 128 of file reconstruction.f.
subroutine reconstruction::reconstruction_write_step::reconstruction_write_step1 | ( | type (reconstruction_class), intent(in) | this, |
character (len=*), intent(in) | step_type, | ||
integer, intent(in) | iou | ||
) |
Write out a reconstruction step attempt.
Write out information about a reconstruction step. This writes the number of singular values use, the step type, the normalized step size and the expected g^2.
[in] | this | A reconstruction_class instance. |
[in] | step_type | The step type used. |
[in] | iou | Input/output file to write final result to. |
Definition at line 2427 of file reconstruction.f.
subroutine reconstruction::reconstruction_write_step::reconstruction_write_step2 | ( | type (reconstruction_class), intent(in) | this, |
integer, intent(in) | iou | ||
) |
Write out a final reconstruction step.
Write out information about a reconstruction step. This writes the number of singular values use, the step type, the normalized step size and the expected g^2.
[in] | this | A reconstruction_class instance. |
[in] | iou | Input/output file to write final result to. |
Definition at line 2471 of file reconstruction.f.