Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengshunShang1996 committed Jul 20, 2024
1 parent 8681692 commit fb95ed7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def GetProblemNameWithPath(self):

def FinalizeSolutionStep(self):
super().FinalizeSolutionStep()
tolerance = 1e-7
tolerance = 1e-6
for node in self.spheres_model_part.Nodes:
velocity = node.GetSolutionStepValue(Kratos.VELOCITY)
angular_velocity = node.GetSolutionStepValue(Kratos.ANGULAR_VELOCITY)
Expand Down

0 comments on commit fb95ed7

Please sign in to comment.