version 0.6.0
mod_debug_io::write_array_to_file Interface Reference

Public Member Functions

subroutine write_double_array_to_file (array, name)
 Print a double array to a .txt file. More...
 
subroutine write_integer_array_to_file (array, name)
 Print an integer array to a .txt file. More...
 

Member Function/Subroutine Documentation

◆ 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: