Matthias Hochsteger
|
4417b17d12
|
Fix order of members in MeshOptimize3d
|
2024-03-01 20:35:49 +01:00 |
|
Matthias Hochsteger
|
13867ef1a0
|
Extra optimization steps for bad elements
|
2024-02-28 10:07:57 +01:00 |
|
Matthias Hochsteger
|
0d481b1104
|
Use badness stored in Element
|
2024-02-23 18:20:14 +01:00 |
|
Matthias Hochsteger
|
d3ea87bd1e
|
Store mesh and goal im MeshOptimize3d
|
2024-02-23 17:42:06 +01:00 |
|
Christopher Lackner
|
95ca834605
|
move namespaces in meshing.hpp into headers
|
2023-09-04 13:43:47 +02:00 |
|
Matthias Hochsteger
|
39cc7ae0a3
|
remove (outdated and untested) sequential optimization code
|
2022-04-15 10:36:20 +02:00 |
|
Joachim Schoeberl
|
50398c18c4
|
simplify edge/face-id types (just an int)
|
2021-11-06 15:52:35 +01:00 |
|
Matthias Hochsteger
|
ae268637cf
|
revert pyramid-specific code in optimizations
|
2020-07-27 18:06:43 +02:00 |
|
Matthias Hochsteger
|
c0b8b1c0cc
|
Parallel SplitImprove2, update test results
Due to prallelization, the order of splits is changed (sort by
improvement of badness, like in other optimization passes)
|
2020-07-27 14:26:45 +02:00 |
|
Matthias Hochsteger
|
e17de17385
|
SplitImprove2 - further cleanup, handle Pyramids
|
2020-07-23 12:26:07 +02:00 |
|
Matthias Hochsteger
|
df97e45bd1
|
SplitImprove2 - cleanup, new point at min dist of edges
|
2020-07-20 18:56:36 +02:00 |
|
Matthias Hochsteger
|
a0a189869e
|
SplitImprove2 optimization path
|
2020-07-17 18:17:09 +02:00 |
|
Matthias Hochsteger
|
63aab9076c
|
parallel SplitImprove
|
2019-10-28 09:38:53 +01:00 |
|
Matthias Hochsteger
|
ab024c2e6c
|
Sort edges by improvement in SwapImprove2
|
2019-10-24 18:04:56 +02:00 |
|
Matthias Hochsteger
|
6fb8f90a73
|
Sort edges by improvement in SwapImprove
|
2019-10-24 17:40:20 +02:00 |
|
Matthias Hochsteger
|
19c86a9f3d
|
Move BuildEdgeList to improve2.hpp
|
2019-10-14 13:50:56 +02:00 |
|
Matthias Hochsteger
|
f42ee7b02d
|
Use Mesh::CreatePoint2ElementTable() in optimizations
|
2019-10-01 15:12:37 +02:00 |
|
Joachim Schöberl
|
47641c9b2c
|
swapimprove2 with core tables
|
2019-09-29 20:47:41 +02:00 |
|
Matthias Hochsteger
|
26865d6470
|
Parallelize SwapImprove() (again)
|
2019-09-25 14:10:52 +02:00 |
|
Matthias Hochsteger
|
5724b397d1
|
Revert "Separate function SwapImproveEdge(), iterate over list of edges instead of elements and edges per element"
This reverts commit c22f44617b .
|
2019-09-20 12:51:13 +02:00 |
|
Matthias Hochsteger
|
8688c135b2
|
Revert "Parallelize SwapImprove()"
This reverts commit 8c9d75f5f4 .
|
2019-09-20 12:51:13 +02:00 |
|
Matthias Hochsteger
|
8c9d75f5f4
|
Parallelize SwapImprove()
|
2019-09-10 17:52:24 +02:00 |
|
Matthias Hochsteger
|
c22f44617b
|
Separate function SwapImproveEdge(), iterate over list of edges instead of elements and edges per element
|
2019-09-10 16:58:53 +02:00 |
|
Matthias Hochsteger
|
d95e9afb92
|
Utility function MeshOptimize3d::BuildEdgeList()
|
2019-09-10 16:19:04 +02:00 |
|
Matthias Hochsteger
|
88ac5456ab
|
Parallelize SwapImprove2
|
2019-09-10 11:45:04 +02:00 |
|
Matthias Hochsteger
|
d0586a6366
|
Separate function to perform SwapImprove2 on one face of an element
|
2019-09-10 11:45:04 +02:00 |
|
Matthias Hochsteger
|
1584da69ae
|
Rename BitArray to NgBitArray
|
2019-08-28 14:04:05 +02:00 |
|
Matthias Hochsteger
|
ad526ef2bc
|
Parallelize CombineImprove
|
2019-08-14 17:41:26 +02:00 |
|
Joachim Schöberl
|
b03705c37d
|
more use of Index types
|
2019-08-09 00:23:12 +02:00 |
|
Joachim Schöberl
|
e8960ebae1
|
use ngscore::Array for surface elements
|
2019-08-08 08:44:59 +02:00 |
|
Matthias Hochsteger
|
cb87362f64
|
Rename Array to NgArray
|
2019-07-09 10:39:16 +02:00 |
|
Joachim Schoeberl
|
34d9ea3da5
|
remove missing
|
2014-08-19 11:01:15 +00:00 |
|
Joachim Schoeberl
|
9c4f4221ec
|
non-global variable mparam
|
2011-07-25 11:33:19 +00:00 |
|
Joachim Schoeberl
|
a582fc6231
|
on the way to thread-save meshing
|
2011-07-25 08:40:23 +00:00 |
|
Joachim Schoeberl
|
611a53801d
|
vector/matrix access, small optimization in CalcTetBadness
|
2009-06-06 19:33:32 +00:00 |
|
Joachim Schoeberl
|
91d5c9888d
|
ARRAY -> Array
|
2009-01-25 12:35:25 +00:00 |
|
Joachim Schoeberl
|
310cb00b13
|
autotools
|
2009-01-12 23:40:13 +00:00 |
|