Generic interface to print double or integer array to a .txt file. More...
Public Member Functions | |
| subroutine | write_double_array_to_file (array, name) |
| Print a double array to a .txt file. | |
| subroutine | write_integer_array_to_file (array, name) |
| Print an integer array to a .txt file. | |
Generic interface to print double or integer array to a .txt file.
| subroutine mod_debug_io::write_array_to_file::write_double_array_to_file | ( | double precision, dimension(:,:,:), intent(in) | array, |
| character(len=*), intent(in) | name ) |
Print a double array to a .txt file.
array can be defined on cells or faces: dimensions of the array are given as input;| subroutine mod_debug_io::write_array_to_file::write_integer_array_to_file | ( | integer, dimension(:,:,:), intent(in) | array, |
| character(len=*), intent(in) | name ) |
Print an integer array to a .txt file.
name variable, followed by the rank number, and by the time iteration number.