From 247382ee839fd7f24bf938ef08c10b7068dd9a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Thu, 23 Jan 2025 15:13:18 +0100 Subject: [PATCH] Remove pum mapping --- examples/mapping_tester/reference-statistics.csv | 3 +-- examples/mapping_tester/setup-test.json | 9 +-------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/examples/mapping_tester/reference-statistics.csv b/examples/mapping_tester/reference-statistics.csv index f4881f58..fc78de6a 100644 --- a/examples/mapping_tester/reference-statistics.csv +++ b/examples/mapping_tester/reference-statistics.csv @@ -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 diff --git a/examples/mapping_tester/setup-test.json b/examples/mapping_tester/setup-test.json index d16fa3c8..b61943d1 100644 --- a/examples/mapping_tester/setup-test.json +++ b/examples/mapping_tester/setup-test.json @@ -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" }