Kevin Mattheus Moerman

Results 22 issues of Kevin Mattheus Moerman

I just tried to test the [hyperelastic demo](https://github.com/gridap/Tutorials/blob/master/src/hyperelasticity.jl) but get the below error on this line: ``` σ(∇u) = (1.0/J(F(∇u)))*F(∇u)⋅S(∇u)⋅(F(∇u))' ``` ``` ERROR: LoadError: error in method definition: function NNlib.σ...

It would be great to have the feature: ` @whedon invite @arfon as reviewer` This could perhaps generate some default invitation message e.g.: > Hi @arfon, @Kevin-Mattheus-Moerman, an editor for...

Jamie Concannon should be added and listed as a collaborator/contributor.

- [x] are you running newest version (version from docs) ? - > yes - [x] can you reproduce the bug with a fresh environment ? (`]activate --temp; add Makie`)...

bug

As also described [over at `Tetgen.jl`](https://github.com/JuliaGeometry/TetGen.jl/issues/34), Makie's `normal_mesh` function (and/or `mesh` function) does not help display tetrahedral elements properly. I believe some triangles are skipped. Each tetrahedron should spawn 4...

bug

I'm relatively new to Julia but started working a lot with GeometryBasics entities, such as their 3D point types. Here is an example to create a hand full: ```julia using...

When trying to convert quadrilateral faces `F` and their vertices `V` to a mesh using: ```julia M=GeometryBasics.Mesh(V,F) ``` One correctly obtains a quadrilateral mesh description: ```julia julia> typeof(GeometryBasics.Mesh(V,F)) GeometryBasics.Mesh{3, Float64,...

The example in the README contains something like: ```julia mesh!(ax1,normal_mesh(result),color=:blue, transparency=false, overdraw=false,shading = FastShading) ``` Where use is made of `normal_mesh`. However this function does not correctly obtain the triangles....

Fixed minor typo kernal should be kernel in: ``` pip install matlab_kernal ```

@DanielVandH I am working on a minimal example (only have a clunky one currently), but I've noticed that when one has added interior points that happen to be exactly on...