Skip to content
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

Print element coordinates in case of a negative Jacobian #217

Open
yslan opened this issue Jan 23, 2021 · 0 comments
Open

Print element coordinates in case of a negative Jacobian #217

yslan opened this issue Jan 23, 2021 · 0 comments

Comments

@yslan
Copy link
Contributor

yslan commented Jan 23, 2021

When building the multigrid levels, I saw some negative jacobian.

Nq: 8 cubNq: 11
J in range [2.15238e-06,0.204362] and max Skew = 292.403
...
=============BUILDING MULTIGRID LEVEL OF DEGREE 3==================
J in range [-0.00112095,0.20436] and max Skew = 177.422
=============BUILDING MULTIGRID LEVEL OF DEGREE 1==================
J in range [2.14651e-06,0.20435] and max Skew = 100.446

It'd be nice if it can print the following information at each levels when jac<0

  1. how many bad elements
  2. Element ID or coordinates of first 10 bad elements
@stgeke stgeke changed the title Print more info w.r.t. bad Jacobian in multigrid levels Print elemments coordinates in case of a negative Jacobian Jan 24, 2021
@stgeke stgeke changed the title Print elemments coordinates in case of a negative Jacobian Print element coordinates in case of a negative Jacobian Jun 11, 2021
stgeke pushed a commit that referenced this issue Sep 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant