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


Calls

proc~~atl_physcheck_maxwell~~CallsGraph proc~atl_physcheck_maxwell atl_physCheck_maxwell proc~tem_isnan tem_isNaN proc~atl_physcheck_maxwell->proc~tem_isnan

Called by

proc~~atl_physcheck_maxwell~~CalledByGraph proc~atl_physcheck_maxwell atl_physCheck_maxwell proc~atl_check_val atl_check_val proc~atl_check_val->proc~atl_physcheck_maxwell proc~atl_solve_program atl_solve_program proc~atl_solve_program->proc~atl_check_val program~ateles ateles program~ateles->proc~atl_solve_program

Contents