Differing results for same trimmed structure on different background meshes #920
Unanswered
MichaelLoibl
asked this question in
Q&A
Replies: 0 comments
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.
-
Dear all,
I am using the trimming functionality of Nutils. When playing around with different background meshes, I obtained different results even though I expected from the underlying methodology that they should be the same. I add a simple example below which computes the area of a triangle in different background meshes. The nodes of the triangle are: [0,0.9;0.9,0;0.9,0.9]. Am I doing a mistake in the definition of the background mesh or the evaluation of the integral?
The reference area is 0.045 which I obtain with the second background mesh definition. For the other two cases, I obtain 0.4034640609100461 and 0.406677201144048, respectively.
The geometry and the quadrature points for the first background mesh look as follows. Which seems to be fine, leaving it unclear to me whether there is a problem with the weights respectively the mapping.
Any help is appreciated.
Best, Michael Loibl
Beta Was this translation helpful? Give feedback.
All reactions