-
Notifications
You must be signed in to change notification settings - Fork 81
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
Add MeshTet.init_ball #498
Conversation
Great! init_ball is very clever and very useful. May I ask whether you came up with this trick or where you found it? I'm not sure about the triaxial scaling though. It might be better to change the example to the special case of the sphere—until we have some kind of tetrahedral smoother or optimizer. Are the elements quite pointy? I look forward to sketching out the action of init_ball when I get back to the desk and pencil and paper. A sphere would be fine anyway for demonstrating the effectiveness of the block diagonal preconditioner. |
I think I learned it from @ahhuhtal like 6 years ago but I'm not completely
sure. The shape of the elements can be an issue but at least the test seems
to pass. Not sure how strict the bounds are in this case.
|
@gdmcbain will you make a new PR when it's ready? |
don't stretch ball
@gdmcbain you think this closes #490 ?