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


Main Page   Class Hierarchy   Compound List   File List  

3d/integrator_ex/rcombl.f

c     =====================================================
      subroutine rcombl(t,dt,dx,dy,dz,mp)
c     =====================================================
c     
c     Create and initialize common-blocks for time step specific data
c
      implicit double precision (a-h,o-z)
      include "call.i"
c
      tcom = t
      dtcom = dt
      dxcom = dx
      dycom = dy
      dzcom = dz
c
      mpass = mp
c
      return
      end


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



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