Open cpethrick opened 1 year ago
PR #214 implemented a structure where physics_base handles nan or other non-physical values, such as negative density. Other physics classes should also call handle_non_physical_result() when a nan or other non-physical value is detected.
handle_non_physical_result()
PR #214 implemented a structure where physics_base handles nan or other non-physical values, such as negative density. Other physics classes should also call
handle_non_physical_result()
when a nan or other non-physical value is detected.