You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/source/HeatEquation_UQ.rst
+73Lines changed: 73 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,79 @@ Understanding GNU Parallel Workflow Pattern
118
118
Understanding the Output
119
119
------------------------
120
120
121
+
|`pnames.txt`, `outnames.txt`
122
+
|-names of input and output parameters
123
+
124
+
|`param_margpc.txt`
125
+
|-Each row contains the mean and standard deviation for an uncertain input parameter
126
+
127
+
|`qtrain.txt`, `qtest.txt`
128
+
|-each row is a separate set of normal random variables used to generate uncertain inputs
129
+
130
+
|`ptrain.txt`, `ptest.txt`, `pall.txt`
131
+
|-each row is a separate set of input parameters for each simulation
132
+
133
+
|`stdoutlog_train##.txt`, `stdoutlog_test##.txt`
134
+
|-All standard output from AMReX simulations for training and testing data. The numbers refer to separate simulations.
135
+
136
+
|`datalog_train##.txt`, `datalog_test##.txt`
137
+
|-Specifically-chosen output from AMReX simulations for training and testing data. In this example it reports the outputs (max, mean, standard deviation, and specific cell temperature) at user-specified intervals.
138
+
139
+
|`ytrain.txt`, `ytest.txt`, `yall.txt`
140
+
|-agglomeration of outputs of interest from all simulations
141
+
142
+
|`results.pk`
143
+
|-Python pickle file encapsulating the results
144
+
145
+
|`labels.txt`
146
+
|-list of labels of simulation types (training or testing) for diagnostic/plot generation purposes
147
+
148
+
|`xx_<INVAR1>_<INVAR2>.png`
149
+
|-scatter plot of 2 inputs for training and testing
|-graphical representation of how inputs correlate to outputs for each individual simulation
153
+
154
+
|`yx_<OUTVAR>.png`, `yx_<OUTVAR>_log.png`
155
+
|-scatter plots of output as a function of each input
156
+
157
+
|`yxx_#.png`
158
+
|-scatter plots of output a function of multiple inputs
159
+
160
+
|`pdf_tri_inputs.png`, `pdf_tri_output.png`
161
+
|-PDFs of inputs and outputs
162
+
163
+
|`ensemble.png`
164
+
|-graphical display of all output values
165
+
166
+
|`idm_#_training.png`, `idm_#_testing.png`
167
+
|-graphical display of output values
168
+
169
+
|`dm_#.png`
170
+
|-”data vs model” parity plots for each output; compares the predicted values from a surrogate model or approximation against the true or actual values from the full computational model
171
+
172
+
|`fit_s#_training.png`, `fit_s#_testing.png`
173
+
|-Shows model vs PC approximation for a single simulation.
174
+
175
+
|`pdf_output_#.png`, `pdf_joyplot.png`
176
+
|-PDF of output variables
177
+
178
+
|`allsens_main.txt`, `sens_main.png`
179
+
|-raw data and plot for parameter sensitivities
180
+
181
+
|`jsens_#.png`, `Jsens_ave.png`
182
+
|-joint sensitivities of output with respect to inputs
183
+
184
+
|`sensmat_main.png`
185
+
|-sensitivity matrix
186
+
187
+
|`pcslices_o#.png`
188
+
|-polynomial chaos fits
189
+
190
+
|`pccont_o#_d#_d#.png`
191
+
|-polynomial chaos fits of output variables with respect to two input variables
0 commit comments