Skip to content

Commit c09db59

Browse files
committed
p2 and p3 meshes
1 parent ba07343 commit c09db59

File tree

6 files changed

+79
-0
lines changed

6 files changed

+79
-0
lines changed

circle_p3.msh

29 KB
Binary file not shown.

sphere_p2.msh

117 KB
Binary file not shown.

sphere_p3.msh

261 KB
Binary file not shown.

standard/laplace_2d_p3.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"common": "common.json",
3+
"geometry": {
4+
"advanced": {
5+
"normalize_mesh": true
6+
},
7+
"mesh": "../contact/meshes/3D/simple/cube.msh",
8+
"n_refs": 1,
9+
"surface_selection": 1
10+
},
11+
"materials": {
12+
"type": "Laplacian"
13+
},
14+
"preset_problem": {
15+
"type": "Franke"
16+
},
17+
"tests": {
18+
"err_h1": 0.4558593801787017,
19+
"err_h1_semi": 0.4061414489983321,
20+
"err_l2": 0.20701907618005955,
21+
"err_linf": 0.3797229034220728,
22+
"err_linf_grad": 0.3797229034220728,
23+
"err_lp": 0.2877752493790054,
24+
"margin": 1e-05,
25+
"time_steps": "static"
26+
}
27+
}

standard/laplace_3d_p2.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"common": "common.json",
3+
"geometry": {
4+
"advanced": {
5+
"normalize_mesh": true
6+
},
7+
"mesh": "../sphere_p2.msh",
8+
"surface_selection": 1
9+
},
10+
"materials": {
11+
"type": "Laplacian"
12+
},
13+
"preset_problem": {
14+
"type": "Franke"
15+
},
16+
"tests": {
17+
"err_h1": 0.7750404410571681,
18+
"err_h1_semi": 0.7524326586843408,
19+
"err_l2": 0.1858299744909412,
20+
"err_linf": 0.8621020416334289,
21+
"err_linf_grad": 1.1119956541384457,
22+
"err_lp": 0.43680864383201035,
23+
"margin": 1e-05,
24+
"time_steps": "static"
25+
}
26+
}

standard/laplace_3d_p3.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"common": "common.json",
3+
"geometry": {
4+
"advanced": {
5+
"normalize_mesh": true
6+
},
7+
"mesh": "../sphere_p3.msh",
8+
"surface_selection": 1
9+
},
10+
"materials": {
11+
"type": "Laplacian"
12+
},
13+
"preset_problem": {
14+
"type": "Franke"
15+
},
16+
"tests": {
17+
"err_h1": 0.7751018752867768,
18+
"err_h1_semi": 0.7524348160640961,
19+
"err_l2": 0.1860773082556492,
20+
"err_linf": 0.8622399335347074,
21+
"err_linf_grad": 1.1118244512987165,
22+
"err_lp": 0.4369012468399855,
23+
"margin": 1e-05,
24+
"time_steps": "static"
25+
}
26+
}

0 commit comments

Comments
 (0)