Generic interface to print double or integer array to a .txt file.
◆ write_double_array_to_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 ) |
- The
array
can be defined on cells or faces: dimensions of the array are given as input;
- .txt files are created in the output directory;
◆ write_integer_array_to_file()
subroutine mod_debug_io::write_array_to_file::write_integer_array_to_file |
( |
integer, dimension(:,:,:), intent(in) | array, |
|
|
character(len=*), intent(in) | name ) |
- The array can be defined on cells or faces: dimensions of the array are given as input;
- .txt files are created in the output directory;
- The name of the file starts with
name
variable, followed by the rank number, and by the time iteration number.
The documentation for this interface was generated from the following file:
- src/lib/io/debug/debug_io.f90