Data Types | |
| type | t_json_convergence |
Functions/Subroutines | |
| subroutine | json_convergence_add_convergence (json, quantity_type, quantity, label) |
| Add a convergence entry in the JSON file. | |
| subroutine, public | output_convergence_file () |
| Write convergence data into a JSON file. | |
| subroutine mod_output_convergence_file::json_convergence_add_convergence | ( | class(t_json_convergence), intent(inout) | json, |
| character(len=*), intent(in) | quantity_type, | ||
| double precision, intent(in) | quantity, | ||
| character(len=*), intent(in) | label ) |
Add a convergence entry in the JSON file.
Example of output for quantity_type = "R", quantity = 1d0, and label = "label":
| [in,out] | json | JSON file. |
| [in] | quantity_type | Type of quantity "R" (use Richardson's extrapolation) or "D". |
| [in] | label | Name of the quantity. |