MmgTools / mmg

open source software for bidimensional and tridimensional remeshing
http://www.mmgtools.org
Other
369 stars 118 forks source link

Wrap splits functions - for ParMmg convenience #225

Closed laetitia-m closed 1 year ago

laetitia-m commented 1 year ago
  1. Wrap the splits functions used in LS mode (split1, split2sf, split3cone and split4op) for ParMmg convenience. In the splits, the configuration is determined based on the vertices indices. In ParMmg, we need to use the global vertices numbering instead of the local (in term of proc) vertices numbering: to allow this, split functions have been modified to be able to specify the tetra vertices numbering as argument. This change has no impact on mmg.
  2. Rename some split configuration functions for consistency (e.g. MMG3D_configSplit3op becomes MMG3D_split3op_cfg).
Algiane commented 1 year ago

Thanks