You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
Dear all,
First of all I am using dealii version 9.5.0.
I created a mesh and got into some problems which I hope to describe with the following minimal example.The code is in "mesh_code.txt".
In there I merge the unrefined triangulations of a hyper_shell and a hyper_ball_balanced where the vertices fitted together. Then I use a PolarManifold for the outer hyper_shell and a TransfiniteInterpolationManifold on the inner hyper_ball except for the boundary which is set as a PolarManifold. With this I get the mesh depicted in figure "mesh_unrefined.png".
Then I refine only the outer hyper_shell which results in the second figure "mesh_refined.png". Here comes the problem. As one can see the mesh is leaking in between. First I thought of a problem resulting from paraview but I looked into the distance of the vertex and the center of the face which should coincide but have a rather large distance from another.
Did I do something wrong and does someone know a solution to this problem?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dea...@googlegroups.com
On 8/27/24 08:19, Malik wrote:
>
> Then I refine only the outer hyper_shell which results in the second figure
> "mesh_refined.png". Here comes the problem. As one can see the mesh is leaking
> in between. First I thought of a problem resulting from paraview but I looked
> into the distance of the vertex and the center of the face which should
> coincide but have a rather large distance from another.