12 integer,
intent(in) :: ixI^L,ixO^L,ixL^L,ixR^L
13 double precision,
intent(in) :: w(ixI^S,nw),d2w(ixI^S,1:nwflux)
14 double precision,
intent(inout) :: drho(ixI^S),dp(ixI^S)
17 subroutine sub_ppm_flatsh(ixI^L,ixO^L,ixLL^L,ixL^L,ixR^L,ixRR^L,idims,w,drho,dp,dv)
19 integer,
intent(in) :: ixI^L,ixO^L,ixLL^L,ixL^L,ixR^L,ixRR^L
20 integer,
intent(in) :: idims
21 double precision,
intent(in) :: w(ixI^S,nw)
22 double precision,
intent(inout) :: drho(ixI^S),dp(ixI^S),dv(ixI^S)
38 integer,
intent(in) :: ixI^L,ixO^L,ixL^L,ixR^L
39 double precision,
intent(in) :: w(ixI^S,nw),d2w(ixI^S,1:nwflux)
40 double precision,
intent(inout) :: drho(ixI^S),dp(ixI^S)
45 subroutine dummy_ppm_flatsh(ixI^L,ixO^L,ixLL^L,ixL^L,ixR^L,ixRR^L,idims,w,drho,dp,dv)
47 integer,
intent(in) :: ixI^L,ixO^L,ixLL^L,ixL^L,ixR^L,ixRR^L
48 integer,
intent(in) :: idims
49 double precision,
intent(in) :: w(ixI^S,nw)
50 double precision,
intent(inout) :: drho(ixI^S),dp(ixI^S),dv(ixI^S)
This module contains definitions of global parameters and variables and some generic functions/subrou...
subroutine dummy_ppm_flatsh(ixIL, ixOL, ixLLL, ixLL, ixRL, ixRRL, idims, w, drho, dp, dv)
subroutine phys_ppm_check
procedure(sub_ppm_flatcd), pointer phys_ppm_flatcd
subroutine dummy_ppm_flatcd(ixIL, ixOL, ixLL, ixRL, w, d2w, drho, dp)
procedure(sub_ppm_flatsh), pointer phys_ppm_flatsh