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

Inverse mass matrix zeroed when simulation domain is small #119

Closed
stvdwtt opened this issue Feb 15, 2019 · 1 comment
Closed

Inverse mass matrix zeroed when simulation domain is small #119

stvdwtt opened this issue Feb 15, 2019 · 1 comment
Assignees
Labels
Milestone

Comments

@stvdwtt
Copy link
Member

stvdwtt commented Feb 15, 2019

The values in the mass matrix is related to the "real" area/volume of the elements. If the simulation domain is small (with domain size X etc. smaller than 1e-6), the element areas/volumes are dipping below a threshold designed to keep them from blowing up when I take its inverse.

That threshold should depend on the size of the domain.

@stvdwtt stvdwtt added the bug label Feb 15, 2019
@stvdwtt stvdwtt added this to the v2.2 milestone Apr 18, 2019
@stvdwtt stvdwtt self-assigned this Apr 18, 2019
@stvdwtt
Copy link
Member Author

stvdwtt commented Jul 16, 2019

Fixed in v2.1.2

@stvdwtt stvdwtt closed this as completed Jul 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant