-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secondary solution (grad u) is not computed correctly #4
Comments
Running this with the flag "-LR" gives the following output
It looks like it tries to enter 2D projection methods for this 3D example. Is similar things the reason for the errors in tensor product? |
"somebody" was eager on the copy-paste when doing ASMu3D is all. |
Hehe, would you look at that. It appears that you are right 😸 Then back to the drawing board. I have no idea what causes this. |
debugged a bit further. B-splines = all good. what happens is that gotools give us broken basis function derivatives whenever the evaluation point hit the node of a spline for rationals - which explain why the nastyness is near the boundary. haven't digged further yet, i hope to find a 2D case to ease debugging. |
Where PipeFlow3D.g2 is a straight cylinder:
The pressure should form a linear drop from left to right with a gradient that is constant [a,0,0] for some value a. Instead, this is what I get:
The text was updated successfully, but these errors were encountered: