0.6.0
Loading...
Searching...
No Matches
mod_debug_io Module Reference

Data Types

interface  write_array_to_file
 Generic interface to print double or integer array to a .txt file. More...
 

Functions/Subroutines

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.
 
subroutine write_cell_linear_system_to_file (matrix, rhs, equation_ls_map, stl, isd_metrics, isd_target, name)
 Print a cell linear system to file.
 
subroutine write_face_linear_system_to_file (matrix, rhs, navier_ls_map, stl_u, stl_v, stl_w, isd_metrics, isd_target, name)
 Print a face linear system to file.
 
character(len=5) function, private determine_location (ijk, node_location)
 
character(len=5) function, private determine_location_isd (ijk, ib_metrics)
 

Variables

character(len=1), dimension(0:3), parameter, private vartype_name = ["C", "U", "V", "W"]
 

Function/Subroutine Documentation

◆ determine_location()

character(len=5) function, private mod_debug_io::determine_location ( integer, dimension(3), intent(in) ijk,
integer, intent(in) node_location )
private

◆ determine_location_isd()

character(len=5) function, private mod_debug_io::determine_location_isd ( integer, dimension(3), intent(in) ijk,
type(t_immersed_boundary_metrics), intent(in) ib_metrics )
private

Variable Documentation

◆ vartype_name

character(len=1), dimension(0:3), parameter, private mod_debug_io::vartype_name = ["C", "U", "V", "W"]
private