We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db21a33 + 0b01500 commit 53fcfc3Copy full SHA for 53fcfc3
2 files changed
QuickStart/.gitignore
@@ -8,5 +8,10 @@
8
*.csv
9
*.plt
10
*.szplt
11
-*.vtk
+*.vtu
12
+*.log
13
+*.out
14
+*.aux
15
+*.pdf
16
+*.png
17
config_*.cfg
QuickStart/inv_NACA0012.cfg
@@ -285,6 +285,9 @@ SURFACE_ADJ_FILENAME= surface_adjoint
285
%
286
% Writing solution file frequency
287
OUTPUT_WRT_FREQ= 250
288
+%
289
+% Output file format
290
+OUTPUT_FILES= (RESTART, PARAVIEW, SURFACE_CSV)
291
292
% --------------------- OPTIMAL SHAPE DESIGN DEFINITION -----------------------%
293
% Available flow based objective functions or constraint functions
0 commit comments