atl_physFluxMaxwellDivCor Function

public function atl_physFluxMaxwellDivCor(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(8)

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

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

Material parameters (mu, epsilon) the flux calculation

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

The resulting flux in x direction


Called by

proc~~atl_physfluxmaxwelldivcor~~CalledByGraph proc~atl_physfluxmaxwelldivcor atl_physFluxMaxwellDivCor proc~maxwell_hc_flux_cube maxwell_hc_flux_cube proc~maxwell_hc_flux_cube->proc~atl_physfluxmaxwelldivcor proc~compute_physfluxdivcor_nonconst compute_physFluxDivCor_nonConst proc~compute_physfluxdivcor_nonconst->proc~atl_physfluxmaxwelldivcor proc~maxwell_hc_flux_cube_vec maxwell_hc_flux_cube_vec proc~maxwell_hc_flux_cube_vec->proc~atl_physfluxmaxwelldivcor proc~maxwell_hc_flux_nonconst_cube_vec maxwell_hc_flux_nonconst_cube_vec proc~maxwell_hc_flux_nonconst_cube_vec->proc~maxwell_hc_flux_cube proc~atl_modg_maxwelldivcor_physflux_nonconst atl_modg_maxwellDivCor_physFlux_NonConst proc~atl_modg_maxwelldivcor_physflux_nonconst->proc~compute_physfluxdivcor_nonconst interface~atl_maxwell_hc_flux atl_maxwell_hc_flux interface~atl_maxwell_hc_flux->proc~maxwell_hc_flux_cube interface~atl_maxwell_hc_flux->proc~maxwell_hc_flux_cube_vec interface~atl_maxwell_hc_flux->proc~maxwell_hc_flux_nonconst_cube_vec proc~atl_modg_maxwelldivcor_numflux atl_modg_maxwellDivCor_numFlux proc~atl_modg_maxwelldivcor_numflux->interface~atl_maxwell_hc_flux proc~compute_rhs_cubes_modg compute_rhs_cubes_modg proc~compute_rhs_cubes_modg->proc~atl_modg_maxwelldivcor_numflux

Contents