compute_physFlux_2d Subroutine

private subroutine compute_physFlux_2d(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(:,:)

Array to store the fluxes in.

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

State to compute the fluxes from.

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

Rotationing to index the variables.

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

Called by

proc~~compute_physflux_2d~~CalledByGraph proc~compute_physflux_2d compute_physFlux_2d proc~atl_modg_maxwell_2d_physflux_const atl_modg_maxwell_2d_physFlux_const proc~atl_modg_maxwell_2d_physflux_const->proc~compute_physflux_2d

Contents