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(7) | State to compute the fluxes from (D,B). |
||
real(kind=rk), | intent(in) | :: | material(3) | 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 |