ONSAS / ONSAS.jl

An Open Nonlinear Structural Analysis Solver in Julia
MIT License
7 stars 1 forks source link

Add verbose mode to `Gmsh` methods #249

Open mforets opened 1 year ago

mforets commented 1 year ago

Make @capture_out work on the ONSAS module directly, adding a verbose option. Clean up the tests / examples once done.

mvanzulli commented 1 year ago

I agree this would be useful, do u think we shall close #212 ?

mforets commented 1 year ago

I agree this would be useful, do u think we shall close https://github.com/ONSAS/ONSAS.jl/issues/212 ?

I would say so; we can make verbose=false to be the default, and store / return nodes and elems where needed.

mvanzulli commented 3 weeks ago

@mforets I checked the status of this and it seems that @capture_out is used in the examples but not within ONSAS itself. This is because messages are printed in the create_<example>_mesh function which utilizes Gmsh. Therefore, I don't think ONSAS should be responsible for this. Additionally, this approach means we have one less dependency to compile. WDYT, shall we close this?