atl_physCheck_maxwell Function

private function atl_physCheck_maxwell(statedata, nElems_fluid, nDofs) result(isPhysical)

Routine to check if the physical values of a state are physically meaningful or not for the Maxwell equation.

Arguments

Type IntentOptional Attributes Name
type(atl_statedata_type), intent(in) :: statedata
integer, intent(in) :: nElems_fluid
integer, intent(in) :: nDofs

Return Value logical