|
2D AMRCLAW
|
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | restrt (nsteps, time, nvar) |
| subroutine | read_integer_vector (sd_id, idims, index, qname, iout) |
| subroutine | read_integer_array (sd_id, idim1, idim2, index, qname, iout) |
| subroutine | dump_integer_vector (sd_id, idims, qname, iout) |
| subroutine | dump_integer_array (sd_id, idim1, idim2, qname, iout) |
| subroutine dump_integer_array | ( | integer | sd_id, |
| idim1, | |||
| idim2, | |||
| character*6 | qname, | ||
| dimension(idim1,idim2) | iout | ||
| ) |
Definition at line 432 of file restrt_hdf.f.
Referenced by check().

| subroutine dump_integer_vector | ( | integer | sd_id, |
| idims, | |||
| character*6 | qname, | ||
| dimension(idims) | iout | ||
| ) |
Definition at line 361 of file restrt_hdf.f.
Referenced by check().

| subroutine read_integer_array | ( | integer | sd_id, |
| idim1, | |||
| idim2, | |||
| index, | |||
| character*6 | qname, | ||
| dimension(idim1,idim2) | iout | ||
| ) |
Definition at line 298 of file restrt_hdf.f.
Referenced by restrt().

| subroutine read_integer_vector | ( | integer | sd_id, |
| idims, | |||
| index, | |||
| character*6 | qname, | ||
| dimension(idims) | iout | ||
| ) |
Definition at line 239 of file restrt_hdf.f.
Referenced by restrt().

| subroutine restrt | ( | nsteps, | |
| time, | |||
| nvar | |||
| ) |
Definition at line 4 of file restrt_hdf.f.
References igetsp(), read_double_array(), read_double_vector(), read_integer_array(), read_integer_vector(), and reclam().

1.8.6