AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

1d/dummy-routines/chk1xx.f

c
c
c     ==========================================================
      subroutine chk1(q,mx,lb,ub,lbr,ubr,shaper,meqn,mresult)
c     ==========================================================
c
c     # Check the consistency of physical values.
c     # An essential debugging tool for AMROC.
c
      implicit none
c
      integer meqn, mx
      real*8  q(meqn,mx)
      integer  lb(1), ub(1), lbr(1), ubr(1), shaper(1), 
     &     mresult, stride, imin(1), imax(1), i, getindx
c
      return
      end


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04