FEM: Update manager.py

This commit is contained in:
FEA-eng
2024-07-14 14:34:02 +02:00
committed by wwmayer
parent 8da6465795
commit 2db2048538

View File

@@ -86,7 +86,7 @@ def run_all():
run_example("rc_wall_2d", run_solver=True)
run_example("square_pipe_end_twisted_edgeforces", run_solver=True)
run_example("square_pipe_end_twisted_nodeforces", run_solver=True)
run_example("thermomech_bimetall", run_solver=True)
run_example("thermomech_bimetal", run_solver=True)
def setup_all():
@@ -124,7 +124,7 @@ def setup_all():
run_example("rc_wall_2d")
run_example("square_pipe_end_twisted_edgeforces")
run_example("square_pipe_end_twisted_nodeforces")
run_example("thermomech_bimetall")
run_example("thermomech_bimetal")
def run_analysis(doc, base_name, filepath="", run_solver=False):