Skip to content

Plugin for computing the volume of a mesh

Nicolas Marsic requested to merge MeshVolumePlugin into master

I wrote a small plugin to compute the volume of a mesh. It basically takes all the MElements associated to a given dimension and physical of the current GModel. It loops then through these MElements and calls .getVolume();

It seems to works :-p.

Merge request reports