atl_physFluxMaxwell Function

private function atl_physFluxMaxwell(state, material) result(flux)

Function for physical flux of the Maxwell equations in terms of D and B.

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(in) :: state(6)

State to compute the fluxes from (D,B).

real(kind=rk), intent(in) :: material(2)

Material parameters (mu, epsilon) the flux calculation

Return Value real(kind=rk), (6)

The resulting flux in x direction


Called by

proc~~atl_physfluxmaxwell~~CalledByGraph proc~atl_physfluxmaxwell atl_physFluxMaxwell proc~compute_physflux_nonconst compute_physFlux_nonConst proc~compute_physflux_nonconst->proc~atl_physfluxmaxwell proc~atl_modg_maxwell_physflux_nonconst atl_modg_maxwell_physFlux_NonConst proc~atl_modg_maxwell_physflux_nonconst->proc~compute_physflux_nonconst

Contents