Skip to content

Commit

Permalink
Update structural_mechanics/validation/beam_nonlinear_cantilever3D_ba…
Browse files Browse the repository at this point in the history
…the/source/MainKratos.py

Co-authored-by: Philipp Bucher <[email protected]>
  • Loading branch information
clazaro and philbucher authored Nov 16, 2021
1 parent 9b1f5ab commit 8710507
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def __init__(self, model, project_parameters, flush_frequency=10.0):
def Initialize(self):
super().Initialize()
sys.stdout.flush()
KratosMultiphysics.Logger.Flush()

def FinalizeSolutionStep(self):
super().FinalizeSolutionStep()
Expand Down

0 comments on commit 8710507

Please sign in to comment.