-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvement of interface post processor performance (#746)
* update dict converstion in DataSet, fix HistorySetSampling * update test and regold for issue #739 * remove unused xml files * PointSet is handled differently in the _convertToDict of DataSets
- Loading branch information
Showing
35 changed files
with
124 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
tests/framework/PostProcessors/InterfacedPostProcessor/gold/HS2PS/PrintPPPointSet_dump.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.../PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShot/PrintPPpointSet_dump1.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.../PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShot/PrintPPpointSet_dump2.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.../PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShot/PrintPPpointSet_dump3.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
.../PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShot/PrintPPpointSet_dump4.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...work/PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShotMixed/history_dump.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ework/PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShotMixed/point_dump1.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ework/PostProcessors/InterfacedPostProcessor/gold/HistorySetSnapShotMixed/point_dump2.xml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...rk/PostProcessors/InterfacedPostProcessor/gold/HistorySetSync/PrintPPHistorySet_dump1.xml
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...rk/PostProcessors/InterfacedPostProcessor/gold/HistorySetSync/PrintPPHistorySet_dump2.xml
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...work/PostProcessors/InterfacedPostProcessor/gold/TypicalHistoryFromHS/writeTypDataOut.xml
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
...k/PostProcessors/InterfacedPostProcessor/gold/historySampling/PrintPPHistorySet_dump1.xml
This file was deleted.
Oops, something went wrong.
22 changes: 11 additions & 11 deletions
22
...PostProcessors/InterfacedPostProcessor/gold/historySampling/PrintPPHistorySet_dump1_0.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
y,x,z,time | ||
4.34359778869,3.24346738646,4.15626305329,0.0 | ||
8.70873346803,4.54560146877,4.74821383001,0.0544444444444 | ||
14.9350741187,7.5098172182,7.3944487416,0.108888888889 | ||
22.9312220448,12.3226460228,15.3278350715,0.163333333333 | ||
26.2689310028,18.0422627229,32.5071756938,0.217777777778 | ||
11.6874705955,19.4888099493,49.5699281169,0.272222222222 | ||
-8.36348704689,11.6636017187,45.4112588876,0.326666666667 | ||
-13.3433117535,1.49496346427,35.2325304154,0.381111111111 | ||
-12.3516934344,-4.84420932516,31.3951750805,0.435555555556 | ||
-10.6857759075,-7.79953251639,30.8501670182,0.49 | ||
time,x,y,z | ||
0.0,3.24346738646,4.34359778869,4.15626305329 | ||
0.0544444444444,4.54560144726,8.70873348729,4.74821381305 | ||
0.108888888889,7.50981721821,14.9350741187,7.3944487416 | ||
0.163333333333,12.3226460228,22.9312220448,15.3278350715 | ||
0.217777777778,18.0422627229,26.2689310028,32.5071756938 | ||
0.272222222222,19.4888099493,11.6874705955,49.5699281169 | ||
0.326666666667,11.6636017187,-8.36348704689,45.4112588876 | ||
0.381111111111,1.49496346427,-13.3433117535,35.2325304154 | ||
0.435555555556,-4.84420933392,-12.3516934332,31.3951750587 | ||
0.49,-7.79953251639,-10.6857759075,30.8501670182 |
3 changes: 0 additions & 3 deletions
3
...k/PostProcessors/InterfacedPostProcessor/gold/historySampling/PrintPPHistorySet_dump2.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.