We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f792c commit fc7fe90Copy full SHA for fc7fe90
2 files changed
multiphysics/TFC_python/adiabatic/run.py
@@ -220,7 +220,7 @@ def main():
220
sys.stdout.flush()
221
222
# run N iterations
223
- N = 5000
+ N = 10
224
for inner_iter in range(N):
225
if (rank==0):
226
print("python iteration ", inner_iter)
multiphysics/TFC_python/enthalpy/run.py
0 commit comments