Skip to content

Instantly share code, notes, and snippets.

@RiccardoRossi
Created March 29, 2018 13:40
Show Gist options
  • Save RiccardoRossi/1600962ee94ff5a6d50eb9dd14e10847 to your computer and use it in GitHub Desktop.
Save RiccardoRossi/1600962ee94ff5a6d50eb9dd14e10847 to your computer and use it in GitHub Desktop.
+ def RunSolutionLoop(self):
+ """This function executes the temporal loop of the analysis
+ It is NOT intended to be overridden in deriving classes!
+ """
+ while self.time < self.end_time:
fl.Predict
str.Predict
fl.InitializeSolutionStep
str.InitializeSolutionStep
while(not converged):
fl.SolveSolutionStep
str.SolveSolutionStep
movemesh
fl.FinalizeSolutionStep
str.FinalizeSolutionStep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment