p-convergence #37
fdrmrc
started this conversation in
Show and tell
Replies: 0 comments 3 replies
-
Perfect. We see indeed that in this case the gain with r-tree is superior in the structured case. In the unstructured case the two fixed meshes are similar. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've validated the code with some 3D sanity checks, and a manufactured solution |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After the meeting I've been investigating the convergence in$p$ against $\sqrt{DoFs}$ for the different types of agglomerated grids for $\Omega = [0,1]^2$ :
with manufactured solution$u=\sin(\pi x)\sin(\pi y)$ .
1. Structured square
The fixed mesh is with 1024 agglomerates. The Rtree version is not shown as it's "perfectly" structured, I'm displaying here only the METIS' one. The underlying triangulation is quite fine so the polygons are not bad for this mesh.
Here's the p-convergence for$p=1,2,3,4$ .

2. Unstructured square
The fixed meshes are the following ones, with 364 agglomerates.
Here's the p-convergence for$p=1,2,3,4$ .
@andreacangiani @luca-heltai
Beta Was this translation helpful? Give feedback.
All reactions