|
subroutine | mod_input_output::read_arguments () |
| Read the command line arguments passed to amrvac. More...
|
|
subroutine | mod_input_output::read_par_files () |
| Read in the user-supplied parameter-file. More...
|
|
subroutine | mod_input_output::get_fields_string (line, delims, n_max, fields, n_found, fully_read) |
| Routine to find entries in a string. More...
|
|
subroutine | mod_input_output::saveamrfile (ifile) |
|
logical function | mod_input_output::snapshot_exists (ix) |
|
integer function | mod_input_output::get_snapshot_index (filename) |
|
subroutine, public | mod_input_output::snapshot_write_header (fh, offset_tree, offset_block) |
| Write header for a snapshot. More...
|
|
subroutine | mod_input_output::snapshot_read_header (fh, offset_tree, offset_block) |
| Read header for a snapshot. More...
|
|
subroutine | mod_input_output::write_snapshot |
|
subroutine | mod_input_output::read_snapshot |
| Routine to read in snapshots (.dat files). When it cannot recognize the file version, it will automatically try the 'old' reader. More...
|
|
subroutine | mod_input_output::read_snapshot_old () |
|
subroutine | mod_input_output::printlog_default |
| Write volume-averaged values and other information to the log file. More...
|
|
subroutine | mod_input_output::printlog_regression_test () |
| Print a log that can be used to check whether the code still produces the same output (regression test) More...
|
|
subroutine | mod_input_output::get_volume_average (power, mode, volume) |
| Compute mean(w**power) over the leaves of the grid. The first mode (power=1) corresponds to the mean, the second to the mean squared values and so on. More...
|
|
subroutine | mod_input_output::get_volume_coverage (vol_cov) |
| Compute how much of the domain is covered by each grid level. This routine does not take a non-Cartesian geometry into account. More...
|
|
subroutine | mod_input_output::get_volume_average_func (func, f_avg, volume) |
| Compute the volume average of func(w) over the leaves of the grid. More...
|
|
subroutine | mod_input_output::get_global_maxima (wmax) |
| Compute global maxima of iw variables over the leaves of the grid. More...
|
|
subroutine | mod_input_output::get_global_minima (wmin) |
| Compute global minima of iw variables over the leaves of the grid. More...
|
|