jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
27 stars 9 forks source link

Fix tolerances for high `N` tet elements #173

Closed jlchan closed 2 weeks ago

jlchan commented 2 weeks ago

At high N (e.g., N > 10) the tolerances were sometimes too tight. This PR scales the tolerance with the number of nodes.