Skip to content

Commit

Permalink
Remove pum mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Jan 23, 2025
1 parent 008ede0 commit 247382e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions examples/mapping_tester/reference-statistics.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
count,abs_min,abs_max,signed_min:,signed_max,median(abs),relative-l2,99th percentile(abs),95th percentile(abs),90th percentile(abs),mapping,constraint,mesh A,mesh B,ranks A,ranks B,globalTime,mapDataTime,initializeTime,computeMappingTime,peakMemA,peakMemB
3458,0.0,0.30692922919422094,-0.30692922919422094,0.24061844202860838,0.04128682075571033,0.07155821185793043,0.19914987149239097,0.14571976813321605,0.12332753716546282,nn,consistent,coarse_mesh,fine_mesh,2,2,426799.0,152.0,247645.0,77724.0,115100.0,122380.0
3458,1.9984014443252818e-15,0.015823902672544188,-0.015823902672544188,0.015021340046327936,0.00040468910963686877,0.0025420451904765258,0.011347271673681693,0.0059278315196862165,0.0037941465905990636,tps-global,consistent,coarse_mesh,fine_mesh,2,2,999330.0,9689.0,811718.0,4203.0,116504.0,133780.0
3458,0.0,0.009609520722490661,-0.009544014596919004,0.009609520722490661,0.00044845060526578495,0.0016460327584767462,0.00682406722008267,0.003941607593095801,0.0024668028988583677,tps-pum,consistent,coarse_mesh,fine_mesh,2,2,595355.0,11111.0,401460.0,250004.0,116108.0,132080.0
3458,1.9984014443252818e-15,0.015823902672544188,-0.015823902672544188,0.015021340046327936,0.00040468910963686877,0.0025420451904765258,0.011347271673681693,0.0059278315196862165,0.0037941465905990636,tps,consistent,coarse_mesh,fine_mesh,2,2,999330.0,9689.0,811718.0,4203.0,116504.0,133780.0
9 changes: 1 addition & 8 deletions examples/mapping_tester/setup-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,13 @@
"consistent"
],
"cases": {
"tps-global": {
"tps": {
"kind": "rbf-global-direct",
"options": "",
"basis-function": "thin-plate-splines",
"executor": "cpu",
"executor-options": ""
},
"tps-pum": {
"kind": "rbf-pum-direct",
"options": "",
"basis-function": "thin-plate-splines",
"executor": "cpu",
"executor-options": ""
},
"nn": {
"kind": "nearest-neighbor"
}
Expand Down

0 comments on commit 247382e

Please sign in to comment.