|
| 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) |
| |