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