2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | check (nsteps, time, nvar, naux) |
subroutine | dump_double_vector (sd_id, idims, qname, out) |
subroutine | dump_double_array (sd_id, idim1, idim2, qname, out) |
subroutine | read_double_vector (sd_id, idims, index, qname, out) |
subroutine | read_double_array (sd_id, idim1, idim2, index, qname, out) |
subroutine check | ( | nsteps, | |
time, | |||
nvar, | |||
naux | |||
) |
Definition at line 4 of file check_hdf.f.
References dump_double_array(), dump_double_vector(), dump_integer_array(), and dump_integer_vector().
subroutine dump_double_array | ( | integer | sd_id, |
idim1, | |||
idim2, | |||
character*6 | qname, | ||
dimension(idim1,idim2) | out | ||
) |
Definition at line 189 of file check_hdf.f.
Referenced by check().
subroutine dump_double_vector | ( | integer | sd_id, |
idims, | |||
character*6 | qname, | ||
dimension(idims) | out | ||
) |
Definition at line 118 of file check_hdf.f.
Referenced by check().
subroutine read_double_array | ( | integer | sd_id, |
idim1, | |||
idim2, | |||
index, | |||
character*6 | qname, | ||
dimension(idim1,idim2) | out | ||
) |
Definition at line 325 of file check_hdf.f.
Referenced by restrt().
subroutine read_double_vector | ( | integer | sd_id, |
idims, | |||
index, | |||
character*6 | qname, | ||
dimension(idims) | out | ||
) |
Definition at line 266 of file check_hdf.f.
Referenced by restrt().