MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
mod_mhd_hllc Module Reference

Functions/Subroutines

subroutine, public mhd_hllc_init ()
 
subroutine mhd_diffuse_hllcd (ixIL, ixOL, idim, wLC, wRC, fLC, fRC, patchf)
 
subroutine mhd_get_lcd (wLC, wRC, fLC, fRC, cmin, cmax, idim, ixIL, ixOL, whll, Fhll, lambdaCD, patchf)
 
subroutine mhd_get_wcd (wLC, wRC, whll, fRC, fLC, Fhll, patchf, lambdaCD, cmin, cmax, ixIL, ixOL, idim, f)
 

Function/Subroutine Documentation

◆ mhd_diffuse_hllcd()

subroutine mod_mhd_hllc::mhd_diffuse_hllcd ( integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
integer, intent(in)  idim,
double precision, dimension(ixi^s,1:nw), intent(in)  wLC,
double precision, dimension(ixi^s,1:nw), intent(in)  wRC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  fLC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  fRC,
integer, dimension(ixi^s), intent(inout)  patchf 
)

Definition at line 20 of file mod_mhd_hllc.t.

◆ mhd_get_lcd()

subroutine mod_mhd_hllc::mhd_get_lcd ( double precision, dimension(ixi^s,1:nw), intent(in)  wLC,
double precision, dimension(ixi^s,1:nw), intent(in)  wRC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  fLC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  fRC,
double precision, dimension(ixi^s), intent(in)  cmin,
double precision, dimension(ixi^s), intent(in)  cmax,
integer, intent(in)  idim,
integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
double precision, dimension(ixi^s,1:nwflux), intent(out)  whll,
double precision, dimension(ixi^s,1:nwflux), intent(out)  Fhll,
double precision, dimension(ixi^s), intent(out)  lambdaCD,
integer, dimension(ixi^s), intent(inout)  patchf 
)

Definition at line 54 of file mod_mhd_hllc.t.

◆ mhd_get_wcd()

subroutine mod_mhd_hllc::mhd_get_wcd ( double precision, dimension(ixi^s,1:nw), intent(in)  wLC,
double precision, dimension(ixi^s,1:nw), intent(in)  wRC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  whll,
double precision, dimension(ixi^s,1:nwflux), intent(in)  fRC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  fLC,
double precision, dimension(ixi^s,1:nwflux), intent(in)  Fhll,
integer, dimension(ixi^s), intent(in)  patchf,
double precision, dimension(ixi^s), intent(in)  lambdaCD,
double precision, dimension(ixi^s), intent(in)  cmin,
double precision, dimension(ixi^s), intent(in)  cmax,
integer, intent(in)  ixI,
integer, intent(in)  L,
integer, intent(in)  ixO,
  L,
integer, intent(in)  idim,
double precision, dimension(ixi^s,1:nwflux), intent(out)  f 
)

Definition at line 148 of file mod_mhd_hllc.t.

◆ mhd_hllc_init()

subroutine, public mod_mhd_hllc::mhd_hllc_init

Definition at line 11 of file mod_mhd_hllc.t.

Here is the call graph for this function: