This website requires JavaScript.
00128cc24e
triangulation using original scalar data or voxel based
c71f86a33b
implemented isolation/triangulation. needs to be tested
2d5ff2fbe1
bugfix for wrap flag: structure was being tagged as wrapped because duplicated cell had an unconnected cell
296dacd82a
First implementation of BinaryFieldNd; passed 2d tests
Compare 3 commits »
44bdf5865b
needed another cell in masking bounding box
2a779c3a2d
renamed set_noslip_bc because this symmetry should (maybe) not be used
d197683edc
Reverted to symmetrization [u,v,w](x,-y,z) -> [-u,v,-w](x,y,z)
3da3169aa4
noslip is now [u,v,w](x,-y,z) -> [-u,-v,-w](x,y,z)
68c879ad43
forgot to impose boundary conditions when setting noslip
e147024374
bugfix: symmetrization chose wrong mirror plane if the lower point coincided with the boundary; also changed default internal names of derivatives
b78886a00b
added -u flag: matching files with newer timestamps at destination are skipped
34d77ad2ac
convenience method for grid as numpy array