atl_physFluxMaxwell_2d Function

private function atl_physFluxMaxwell_2d(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(7)

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

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

Material parameters (mu, epsilon) the flux calculation

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

The resulting flux in x direction


Called by

proc~~atl_physfluxmaxwell_2d~~CalledByGraph proc~atl_physfluxmaxwell_2d atl_physFluxMaxwell_2d proc~compute_physflux_nonconst_2d compute_physFlux_nonConst_2d proc~compute_physflux_nonconst_2d->proc~atl_physfluxmaxwell_2d proc~atl_modg_maxwell_2d_physflux_nonconst atl_modg_maxwell_2d_physFlux_NonConst proc~atl_modg_maxwell_2d_physflux_nonconst->proc~compute_physflux_nonconst_2d

Contents