MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Data Types | Functions/Subroutines | Variables
mod_physics_ppm Module Reference

Data Types

interface  sub_ppm_flatcd
 
interface  sub_ppm_flatsh
 

Functions/Subroutines

subroutine phys_ppm_check
 
subroutine dummy_ppm_flatcd (ixIL, ixOL, ixLL, ixRL, w, d2w, drho, dp)
 
subroutine dummy_ppm_flatsh (ixIL, ixOL, ixLLL, ixLL, ixRL, ixRRL, idims, w, drho, dp, dv)
 

Variables

procedure(sub_ppm_flatcd), pointer phys_ppm_flatcd => null()
 
procedure(sub_ppm_flatsh), pointer phys_ppm_flatsh => null()
 

Function/Subroutine Documentation

◆ dummy_ppm_flatcd()

subroutine mod_physics_ppm::dummy_ppm_flatcd ( integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
integer, intent(in)  ixL,
  L,
integer, intent(in)  ixR,
  L,
double precision, dimension(ixi^s,nw), intent(in)  w,
double precision, dimension(ixi^s,1:nwflux), intent(in)  d2w,
double precision, dimension(ixi^s), intent(inout)  drho,
double precision, dimension(ixi^s), intent(inout)  dp 
)

Definition at line 36 of file mod_physics_ppm.t.

◆ dummy_ppm_flatsh()

subroutine mod_physics_ppm::dummy_ppm_flatsh ( integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
integer, intent(in)  ixLL,
  L,
integer, intent(in)  ixL,
  L,
integer, intent(in)  ixR,
  L,
integer, intent(in)  ixRR,
  L,
integer, intent(in)  idims,
double precision, dimension(ixi^s,nw), intent(in)  w,
double precision, dimension(ixi^s), intent(inout)  drho,
double precision, dimension(ixi^s), intent(inout)  dp,
double precision, dimension(ixi^s), intent(inout)  dv 
)

Definition at line 45 of file mod_physics_ppm.t.

◆ phys_ppm_check()

subroutine mod_physics_ppm::phys_ppm_check

Definition at line 28 of file mod_physics_ppm.t.

Here is the call graph for this function:

Variable Documentation

◆ phys_ppm_flatcd

procedure(sub_ppm_flatcd), pointer mod_physics_ppm::phys_ppm_flatcd => null()

Definition at line 6 of file mod_physics_ppm.t.

◆ phys_ppm_flatsh

procedure(sub_ppm_flatsh), pointer mod_physics_ppm::phys_ppm_flatsh => null()

Definition at line 7 of file mod_physics_ppm.t.