c5908e00f5update: inside/outside detection does not work properlyMichael Krayer2021-08-16 12:58:23 +0200
d95453ad45WIP: completely messed up. trying to fix surface normal directionsMichael Krayer2021-08-13 22:05:35 +0200
6e3564c3c1implemented feature search. it should work now and perform well.Michael Krayer2021-08-13 02:04:15 +0200
cee9a661c8jit minmax is now slower than conventional: remove numba dependencyMichael Krayer2021-08-13 01:25:50 +0200
0723c0b769storing triangulation data as long list of vertices now. Seems to have improved performance due to better memory access pattern.Michael Krayer2021-08-13 01:16:27 +0200
1a8afb97d0first implementation of find_features(). At the moment it only returns whether or not a point is insideMichael Krayer2021-08-12 21:53:20 +0200
41a64ab470switched to another formulation of the algorithm which computes surface normal of triangle: this is necessary for inside/outside checkMichael Krayer2021-08-12 10:34:56 +0200
0792d87394changed computation of triangle normal: should give the same result as before. Implemented Möller-Trumbore ray-triangle intersection calculationMichael Krayer2021-08-12 10:16:06 +0200
57410abc99implemented features3d; need some testing and maybe optimization; still includes debug outputMichael Krayer2021-08-09 16:21:35 +0200
56b413cfedimplemented surface area calculation in binary data. Does not work too well.Michael Krayer2021-08-07 03:35:28 +0200
d7658ea659added structure elements and weights for voxel sruface area estimationMichael Krayer2021-08-07 01:12:25 +0200
2b4be2a375bugfix: threshold() Field3d. Removed ConnectedRegions class, it has been replaced entirely by BindaryFieldNdMichael Krayer2021-08-06 22:55:02 +0200
f5714e1987clipping and thresholding for particles; improvements for fieldMichael Krayer2021-08-06 22:02:35 +0200
00128cc24etriangulation using original scalar data or voxel basedMichael Krayer2021-08-06 04:43:24 +0200
c71f86a33bimplemented isolation/triangulation. needs to be testedMichael Krayer2021-08-06 00:34:32 +0200
2d5ff2fbe1bugfix for wrap flag: structure was being tagged as wrapped because duplicated cell had an unconnected cellMichael Krayer2021-08-05 22:33:51 +0200
296dacd82aFirst implementation of BinaryFieldNd; passed 2d testsMichael Krayer2021-08-05 22:12:28 +0200
e147024374bugfix: symmetrization chose wrong mirror plane if the lower point coincided with the boundary; also changed default internal names of derivativesMichael Krayer2021-07-30 11:13:53 +0200
f8e728149ffixed grid bug for scalar: refined grid are still not possible; created new class SequentialBlock which replaces 'baton' routines.Michael Krayer2021-06-07 16:29:51 +0200
eeb14ab818increased default glyph resolution to pyvista defaultMichael Krayer2021-06-07 13:31:00 +0200