Skip to content

Commit

Permalink
Values extraction #53 hsize divided by 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tanguypierre committed Jun 17, 2024
1 parent 44c274a commit b84f5a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/feelpp/benchmarking/cases/case2-bench.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ directory=toolboxes/heat/ThermalBridgesENISO10211/Case2

# Test default configuration:
# - discretization = P1
# - filename = $cfgdir/case2.geo
# - filename = $cfgdir/case2.json
# - hsize = 0.001

case.dimension=2
Expand All @@ -13,7 +13,7 @@ case.discretization=P2
json.filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case2.json

json.merge_patch={"Meshes":{"heat":{"Import":{"filename": "/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case2.geo"}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.0001}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.0005}}}}


#verbose=1
Expand Down
4 changes: 2 additions & 2 deletions src/feelpp/benchmarking/cases/case3-bench.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ directory=toolboxes/heat/ThermalBridgesENISO10211/Case3

# Test default configuration:
# - discretization = P1
# - filename = $cfgdir/case2.geo
# - filename = $cfgdir/case2.json
# - hsize = 0.02

case.dimension=3
Expand All @@ -13,7 +13,7 @@ case.discretization=P2
json.filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case3.json

json.merge_patch={"Meshes":{"heat":{"Import":{"filename": "/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case3.geo"}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.002}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.01}}}}


#verbose=1
Expand Down
4 changes: 2 additions & 2 deletions src/feelpp/benchmarking/cases/case4-bench.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ directory=toolboxes/heat/ThermalBridgesENISO10211/Case4

# Test default configuration:
# - discretization = P1
# - filename = $cfgdir/case4.geo
# - filename = $cfgdir/case4.json
# - hsize = 0.02

case.dimension=3
Expand All @@ -13,7 +13,7 @@ case.discretization=P2
json.filename=/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/Case4.json

json.merge_patch={"Meshes":{"heat":{"Import":{"filename": "/usr/share/feelpp/data/testcases/toolboxes/heat/cases/Building/ThermalBridgesENISO10211/case4.geo"}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.002}}}}
json.merge_patch={"Meshes":{"heat":{"Import":{"hsize": 0.01}}}}


#verbose=1
Expand Down

0 comments on commit b84f5a0

Please sign in to comment.