Skip to content
Snippets Groups Projects
Commit f15104be authored by Adrien Crovato's avatar Adrien Crovato
Browse files

Merge remote-tracking branch 'origin/master' into adri

parents 055fe5ce 2a47a7f4
No related branches found
No related tags found
Loading
......@@ -53,8 +53,9 @@ class Dart(FluidSolver):
"""
status = self.solver.run()
if status > 1:
raise RuntimeError('DART solver diverged!\n')
return False
self.__setCurrentState()
return True
def __setCurrentState(self):
"""Compute nodal forces from nodal normalized forces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment