natschil
natschil
This is https://github.com/KristofferC/JuAFEM.jl/pull/228 but without the erroneous commits at the end. Add a function for generating regular P2 triangulations with Quadratic Tetrahedral elements I've briefly tested the code and it...
I've noticed that get_local_wavenumbermesh() returns a list as opposed to a numpy array(at least for scaled=False, and using one process). Is this intentional?
The following code incorrectly returns `2`, which according to the documentation means that the point is in the triangle: ``` using GeometricalPredicates a = Point(1.1, 1.1) b = Point(1.1,1.3) c...
It seems like the link to the documentation in the README is broken.