V3FIT
Public Member Functions | List of all members
reconstruction::reconstruction_write_step Interface Reference

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...
 

Detailed Description

Interface for writing out step data.

Definition at line 128 of file reconstruction.f.

Member Function/Subroutine Documentation

◆ reconstruction_write_step1()

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.

Parameters
[in]thisA reconstruction_class instance.
[in]step_typeThe step type used.
[in]iouInput/output file to write final result to.

Definition at line 2427 of file reconstruction.f.

◆ reconstruction_write_step2()

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.

Parameters
[in]thisA reconstruction_class instance.
[in]iouInput/output file to write final result to.

Definition at line 2471 of file reconstruction.f.


The documentation for this interface was generated from the following file: