compute_physFlux Subroutine

private subroutine compute_physFlux(nDofs, nScalars, state_der, state, rot, inv_mu, inv_epsi)

Compute the physical flux in x direction.

For other directions a properly defined variable permutation can be used. This routine covers only constant material parameters.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: nDofs

dimensions

integer, intent(in) :: nScalars

dimensions

real(kind=rk), intent(inout) :: state_der(nDofs,nScalars)
real(kind=rk), intent(in) :: state(nDofs,nScalars)

State to compute the fluxes from.

integer, intent(in) :: rot(6)

Rotationing to index the variables.

real(kind=rk), intent(in) :: inv_mu
real(kind=rk), intent(in) :: inv_epsi

Called by

proc~~compute_physflux~~CalledByGraph proc~compute_physflux compute_physFlux proc~atl_modg_maxwell_physflux_const atl_modg_maxwell_physFlux_const proc~atl_modg_maxwell_physflux_const->proc~compute_physflux

Contents