netgen/libsrc/meshing
Matthias Hochsteger 8ba6bad6fd Delaunay for 2d mesh generation
Squashed commit of the following:

commit 84f36ffeb409f5fddb389c75ee48b4872b516ae9
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 18:27:15 2020 +0200

    revert change in spline partitioning

commit d4aef23a22a9beb26c4453267c99dd7533174ced
Merge: 15a467aa 97dfecd0
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 17:59:00 2020 +0200

    Merge branch 'master' into delaunay2d

commit 15a467aa7f7cb09f9ea3d984905fe3da69f0b238
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 17:44:31 2020 +0200

    delaunay2d - fix trig orientation

commit be223412ad972722a51b64a5bccf7ca2bec566c8
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 17:29:46 2020 +0200

    fix delaunay swapping

commit 48b95ae2ee1cbabcfae79dfd1cb7af1fd69d77f3
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 17:27:51 2020 +0200

    testout only with debug settings

commit d82b7a7cecb6f65f42b79b666fc58d0116dc0365
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 16:37:10 2020 +0200

    delaunay only for large domains

commit 1f51eaca1ff7a3777e4f32ba9e35e48d496a2854
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 16:21:33 2020 +0200

    compress points in delaunay

commit 20a223f36f3912a208db80c717d9dd87851ba43f
Merge: 2446b746 4c15146d
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 14:31:14 2020 +0200

    Merge branch 'master' into delaunay2d

commit 2446b74687ee56633a86e748e85343919edbd5ad
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 14:22:01 2020 +0200

    optimize CalcPartition() and PartitionBoundary()

commit 3baa58833348a72f16853530a5d17e73424186df
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 16 12:24:17 2020 +0200

    MeshingParameters - delaunay2d option (default is off)

commit e79b113dde9b9c4c5b92239817c6058ca468c319
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Thu Oct 15 16:12:45 2020 +0200

    fix windows build error

commit 92c7b9c1ed4016458980bbc21c61dae07f4444c7
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Thu Oct 15 17:51:44 2020 +0200

    delaunay bugfix

commit 6880194107819cfb2d23206e7e0f48ff5aa3fc10
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Thu Oct 15 17:51:05 2020 +0200

    csg2d - fix bug with splines

commit 1d9baa299d49e1f6fa16f4368885601ed01c5de7
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 18:40:23 2020 +0200

    CSG2d - faster AddIntersections (search tree per loop)

commit 2679ef0dee10cdf486441af47ca4c081aa7eb50b
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 17:13:17 2020 +0200

    bounding box for Loop

commit 894c6345b737693e32cbda368e56f56764e11085
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 12:48:51 2020 +0200

    remove debug check, output in blockfill

commit 2b0a0892c41e746b12e5e852cdb138acd3d2c4e3
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 12:40:53 2020 +0200

    compress mesh after delaunay

commit 1de33c87eee3199d4d9b18544f66e53329b47a2f
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 12:37:07 2020 +0200

    revert change in improve2d

commit 41a60e89533e94b93b92202ac17852d3aee9acbb
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 12:25:07 2020 +0200

    cleanup delaunay2d

commit c16aae324969cd5a90748953019933690d013337
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 11:39:56 2020 +0200

    sunburst chart - tooltip formatting

commit 4d61e1fdeab302ba357904f22f951361935791f0
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Oct 14 11:03:37 2020 +0200

    delaunay seems to work

commit 8bd43f54d1efd6862f1b403cdb6c8ce9b5f7b3c6
Merge: 90ac7adb 25efdadd
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Tue Oct 13 12:08:01 2020 +0200

    Merge remote-tracking branch 'gitlab/master' into delaunay2d

commit 90ac7adb562cf2402345c5dfb4281bd097b5d62d
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Tue Oct 13 12:04:49 2020 +0200

    fix Loop::operator=

commit 1eb4f2de3b6576f503a073011a208fa8f609524e
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Tue Oct 13 12:04:13 2020 +0200

    more statistics in sunburst chart

commit db8b97ffbbc7db2a3413c4f8a5528eebe3488d57
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Tue Oct 13 11:17:28 2020 +0200

    more work on delaunay2d

commit eaa675f2351252b5fde423f241b10e231d1eb97e
Merge: 0eb9f9bd 8f837cb9
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Mon Oct 12 12:51:31 2020 +0200

    Merge remote-tracking branch 'gitlab/delaunay2d' into delaunay2d

commit 0eb9f9bd1c31a0e3c3c796c9280b1c1d007ace26
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Mon Oct 12 12:50:10 2020 +0200

    further csg2d optimization

commit 8f837cb9a281acca7c33159985da3b6992fe638f
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Tue Oct 6 19:02:31 2020 +0200

    csg2d - optimize Loop::operator=

commit 7bb4f16b886b20902b0d3563716055fc1734d47e
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Tue Oct 6 10:28:20 2020 +0200

    csg2d performance (search tree, inside tests)

commit 2c9ebce04d7989223327a1875e1b65bf180c95f5
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Fri Oct 2 16:33:24 2020 +0200

    [WIP] delaunay2d

commit 749df2311a3ac1976faaa9f0b60846709a2087b9
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Thu Oct 1 11:36:03 2020 +0200

    something

commit cda9fffde33a86b71467debb86848fdb9cfbf80c
Author: Matthias Hochsteger <mhochsteger@cerbsim.com>
Date:   Wed Sep 30 12:06:53 2020 +0200

    delaunay2d - fix size of starting trig
2020-10-16 18:34:13 +02:00
..
adfront2.cpp little cleanup in adfront2 2019-10-23 14:44:07 +02:00
adfront2.hpp change PointNd to Point<N> adfront2 2019-09-29 16:22:00 +02:00
adfront3.cpp Remove BitArrayChar 2019-08-28 13:49:11 +02:00
adfront3.hpp fixing PointIndex::Valid 2019-08-07 21:21:05 +02:00
basegeom.cpp fixes for mac and windows 2019-11-05 15:19:54 +01:00
basegeom.hpp some default implementations for basegeometry 2019-11-18 11:14:02 +01:00
bcfunctions.cpp proper terms 2020-06-17 19:11:17 +02:00
bcfunctions.hpp proper terms 2020-06-17 19:11:17 +02:00
bisect.cpp clear solutiondata object on python-exit 2020-08-17 15:55:32 +02:00
bisect.hpp clear solutiondata object on python-exit 2020-08-17 15:55:32 +02:00
boundarylayer.cpp comment code for non orthogonal boundarylayers 2020-07-17 18:00:38 +02:00
boundarylayer.hpp improve functionality of boundarylayer 2020-04-23 15:44:32 +02:00
classifyhpel.hpp fix hp-ref fix for 3d 2019-09-27 17:29:17 +02:00
clusters.cpp clear solutiondata object on python-exit 2020-08-17 15:55:32 +02:00
clusters.hpp clear solutiondata object on python-exit 2020-08-17 15:55:32 +02:00
CMakeLists.txt Surface geom 2020-06-24 06:41:55 +00:00
curvedelems.cpp set ParallelTop functions 2020-08-29 20:56:29 +02:00
curvedelems.hpp circumventing compiler bug ? 2020-01-13 21:19:09 +01:00
delaunay2d.cpp Delaunay for 2d mesh generation 2020-10-16 18:34:13 +02:00
delaunay.cpp move DelaunayTree to adtree.hpp 2020-10-14 12:00:37 +02:00
findip2.hpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
findip.hpp Rework on 3D SplitImprove 2019-10-29 17:58:37 +01:00
geomsearch.cpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
geomsearch.hpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
global.cpp cmake - use git to generate version string 2020-05-18 15:55:40 +02:00
global.hpp Check badness quality in tests 2019-10-04 10:25:14 +00:00
hexarls.cpp fixes for hex-filling 2016-04-20 08:11:59 +02:00
hpref_hex.hpp autotools 2009-01-12 23:40:13 +00:00
hpref_prism.hpp autotools 2009-01-12 23:40:13 +00:00
hpref_pyramid.hpp autotools 2009-01-12 23:40:13 +00:00
hpref_quad.hpp autotools 2009-01-12 23:40:13 +00:00
hpref_segm.hpp autotools 2009-01-12 23:40:13 +00:00
hpref_tet.hpp autotools 2009-01-12 23:40:13 +00:00
hpref_trig.hpp autotools 2009-01-12 23:40:13 +00:00
hprefinement.cpp HPRefinement: curve new elements only if coarse el was curved 2020-02-11 16:04:13 +01:00
hprefinement.hpp get rid of 10000 segments limit in hp-refinement 2019-12-04 17:33:16 +01:00
improve2.cpp geo GetNormal and ProjectPointEdge with geoinfo pointer 2019-11-04 11:27:01 +01:00
improve2.hpp Handle triangles correctly in BuildEdgeList() 2020-01-10 17:58:37 +01:00
improve2gen.cpp geo GetNormal and ProjectPointEdge with geoinfo pointer 2019-11-04 11:27:01 +01:00
improve3.cpp revert pyramid-specific code in optimizations 2020-07-27 18:06:43 +02:00
improve3.hpp revert pyramid-specific code in optimizations 2020-07-27 18:06:43 +02:00
localh.cpp Rename ArrayMem to NgArrayMem 2019-07-09 18:00:12 +02:00
localh.hpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
meshclass.cpp throw if IdentifyBoundaries mapped point is outside of mesh 2020-09-03 11:06:34 +02:00
meshclass.hpp fix uninizialized area and maybe deleted value being appended 2020-09-07 15:19:53 +02:00
meshfunc2d.cpp Do edge swapping for faces individually with tensor product meshes 2020-06-08 10:42:26 +02:00
meshfunc.cpp Parallel SplitImprove2, update test results 2020-07-27 14:26:45 +02:00
meshfunc.hpp meshingparameter only visible in nglib and const ref to funcs 2019-08-06 10:42:53 +02:00
meshing2.cpp fix uninizialized area and maybe deleted value being appended 2020-09-07 15:19:53 +02:00
meshing2.hpp implement meshing2 functionality for 3d geometries 2019-10-28 13:44:51 +01:00
meshing3.cpp remove timer, PointIndex::INVALID 2019-08-07 07:48:15 +02:00
meshing3.hpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
meshing.hpp Surface geom 2020-06-24 06:41:55 +00:00
meshtool.cpp Remove BitArrayChar 2019-08-28 13:49:11 +02:00
meshtool.hpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
meshtype.cpp parallel pickling with mesh-merging 2020-08-19 14:50:11 +02:00
meshtype.hpp Delaunay for 2d mesh generation 2020-10-16 18:34:13 +02:00
msghandler.cpp reduce message and log level in python 2019-10-08 16:51:32 +02:00
msghandler.hpp dll_headers for geometry dll (only 2D yet) 2011-03-03 21:42:20 +00:00
netrule2.cpp change more PointNd to Point<N> 2019-09-30 10:19:35 +02:00
netrule3.cpp Rename ArrayMem to NgArrayMem 2019-07-09 18:00:12 +02:00
parallelmesh.cpp keep global vertex enumeration on coarse grid 2020-09-21 07:49:56 +02:00
paralleltop.cpp set ParallelTop functions 2020-08-29 20:56:29 +02:00
paralleltop.hpp set ParallelTop functions 2020-08-29 20:56:29 +02:00
parser2.cpp more PointNd to Point<N> 2019-09-30 10:36:42 +02:00
parser3.cpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
prism2rls_2.cpp autotools 2009-01-12 23:40:13 +00:00
prism2rls.cpp autotools 2009-01-12 23:40:13 +00:00
pyramid2rls.cpp autotools 2009-01-12 23:40:13 +00:00
pyramidrls.cpp autotools 2009-01-12 23:40:13 +00:00
python_mesh.cpp tuple implicitly convertible to Pnt and Vec 2020-09-29 18:57:56 +02:00
python_mesh.hpp Delaunay for 2d mesh generation 2020-10-16 18:34:13 +02:00
quadrls.cpp autotools 2009-01-12 23:40:13 +00:00
refine.cpp parallel enumerate after refinement 2020-08-28 08:57:30 +02:00
ruler2.cpp more PointNd to Point<N> 2019-09-30 10:36:42 +02:00
ruler2.hpp change more PointNd to Point<N> 2019-09-30 10:19:35 +02:00
ruler3.cpp remove timer, PointIndex::INVALID 2019-08-07 07:48:15 +02:00
ruler3.hpp Rename Array to NgArray 2019-07-09 10:39:16 +02:00
secondorder.cpp refactor a lot of the old code, stl still needs to be done 2019-10-07 15:17:03 +02:00
smoothing2.5.cpp refactor a lot of the old code, stl still needs to be done 2019-10-07 15:17:03 +02:00
smoothing2.cpp geo GetNormal and ProjectPointEdge with geoinfo pointer 2019-11-04 11:27:01 +01:00
smoothing3.cpp revert pyramid-specific code in optimizations 2020-07-27 18:06:43 +02:00
specials.cpp Rename BitArray to NgBitArray 2019-08-28 14:04:05 +02:00
specials.hpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00
surfacegeom.cpp Surface geom 2020-06-24 06:41:55 +00:00
surfacegeom.hpp Surface geom 2020-06-24 06:41:55 +00:00
tetrarls.cpp autotools 2009-01-12 23:40:13 +00:00
topology.cpp clear solutiondata object on python-exit 2020-08-17 15:55:32 +02:00
topology.hpp clear solutiondata object on python-exit 2020-08-17 15:55:32 +02:00
triarls.cpp fix triangle generation rule (thx to TDM) 2017-11-07 11:36:54 +01:00
validate.cpp refactor a lot of the old code, stl still needs to be done 2019-10-07 15:17:03 +02:00
validate.hpp Rename BitArray to NgBitArray 2019-08-28 14:04:05 +02:00