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 | |||
) |
check point routine - can only call at end of coarse grid cycle
Definition at line 5 of file check_hdf.f.
References amr_module::alloc, dump_double_array(), dump_double_vector(), dump_integer_array(), dump_integer_vector(), amr_module::evol, amr_module::hxposs, amr_module::hyposs, amr_module::ibuff, amr_module::icheck, amr_module::intratx, amr_module::intraty, amr_module::iorder, amr_module::iregsz, amr_module::jregsz, amr_module::kcheck, amr_module::kratio, amr_module::lendim, amr_module::lenf, amr_module::lenmax, amr_module::lentot, amr_module::lfdim, amr_module::lfine, amr_module::lfree, amr_module::listsp, amr_module::lstart, amr_module::matlabu, amr_module::maxgr, amr_module::maxlv, amr_module::memsize, amr_module::mstart, amr_module::mxnest, amr_module::ndfree, amr_module::ndfree_bnd, amr_module::newstl, amr_module::node, amr_module::possk, amr_module::rnode, amr_module::rsize, amr_module::rvol, amr_module::rvoll, and amr_module::tol.
subroutine dump_double_array | ( | integer | sd_id, |
idim1, | |||
idim2, | |||
character*6 | qname, | ||
dimension(idim1,idim2) | out | ||
) |
Definition at line 190 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 119 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 326 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 267 of file check_hdf.f.
Referenced by restrt().