forked from ElmerCSC/elmerfem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The test `rotflow` occasionally fails and valgrind flags an out-of-range error when running that test. That error occurs because bubble degrees of freedom with indices larger than the number of nodes are used. Avoid that error by optionally not including the indices of bubble degrees of freedom in `mGetElementDOFs`. Only use non-bubble DOFs in `UpdateGlobalEquations`.
- Loading branch information
Showing
2 changed files
with
16 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters