Function for physical flux of the Maxwell equations in terms of D and B.
Type | Intent | Optional | 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 |
The resulting flux in x direction
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | inv_mu | ||||
real(kind=rk), | private | :: | inv_epsi | ||||
real(kind=rk), | private | :: | chi | ||||
real(kind=rk), | private | :: | gam |