meshmagick icon indicating copy to clipboard operation
meshmagick copied to clipboard

A command line tool and a python package to manipulate hydrodynamics meshes

Results 15 meshmagick issues
Sort by recently updated
recently updated
newest added

It seems that meshmagick cannot read `.msh` files created with with the latest version of gmsh (4.*). I'm aware that you can use gmsh's command line option `-format msh22` to...

The computation of the hydrostatic coefficients fails (without any clear error message) for fully submerged bodies. ``` $ meshmagick meshmagick/tests/data/submarine.wrl -tz -50 -hs ============================================= meshmagick - version 1.0.6 Copyright 2014-2018,...

Useful for clipping operations with projection as well as nonlinear hydrodynamics

enhancement

At that moment, the matrix is only expressed at the mesh's origin. We should add a class for this matrix in hydrostatics module. This class has to be quite similar...

enhancement