Gmsh.jl icon indicating copy to clipboard operation
Gmsh.jl copied to clipboard

Tests fail

Open nickbrady opened this issue 6 months ago • 1 comments

test_t1.jl can run without error if

Gmsh.initialize() --> gmsh.initialize() Gmsh.finalize() --> gmsh.finalize()

test_t16.jl fails on line 9 gmsh.model.occ.addBox(0,0,0, 1,1,1, 1) with error: gmshModelOccAddBox returned non-zero error code: 1

this seems to happen for all of the gmsh.model.occ elements

nickbrady avatar Aug 09 '24 21:08 nickbrady