hexmachina icon indicating copy to clipboard operation
hexmachina copied to clipboard

Hexahedral meshing based on 'SRF' approach.

Results 2 hexmachina issues
Sort by recently updated
recently updated
newest added

Hi, Is the work still in progress? The code "extraction.py" works after changing "if iso_pt != None:" to "if iso_pt is not None:". However, the incomplete code only extracts the...

Are you also sure about the way to compute the discrete divergence ? In [this paper](http://www.geometry.caltech.edu/pubs/TLHD03.pdf), section 2.2.1 & 2.2.2, you can find a formula to get the discrete divergence...