-
Notifications
You must be signed in to change notification settings - Fork 10
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
Unexpected kernel crash with essential boundary conditions #221
Comments
|
Thanks for the upload @gthyagi. For now if you replace |
yes, |
@knepley, |
@lmoresi @knepley I'm trying to debug this issue and have included the details of the error below. Could you suggest any possible fixes based on the provided information? Here are the UW3 lines: Error happens in the line where I am using
|
Hi @lmoresi @julesghub @knepley ,
Issue: It is currently not possible to implement a essential boundary condition using a mesh variable that is not available in the Stokes object. In the example below,
v_uw
is the primary mesh variable available in the Stokes object, whilev_ana
is the mesh variable used just to store the top boundary velocities.Issue lies here: https://github.com/underworldcode/underworld3/blob/d0b6f3b71ca9dea282571e7ad470c7de6b90925f/src/underworld3/cython/petsc_generic_snes_solvers.pyx#L2720C9-L2750C1
Here the block of code to replicate the essential boundary issue.
The text was updated successfully, but these errors were encountered: