Matthias Hochsteger
dd5276994d
Fix header include
2024-04-10 20:26:54 +02:00
Matthias Hochsteger
a08dfa443d
disable debugging gui
2024-04-10 20:22:29 +02:00
Matthias Hochsteger
7cd448c958
Cleanup, fix growthvector interpolation
2024-04-10 17:34:43 +02:00
Matthias Hochsteger
cb2a8ddbb1
Some fixes and cleanup
2024-04-10 16:04:16 +02:00
Matthias Hochsteger
907377f947
Disable thickness limitation, fix endless loop, no need to move elements anymore
2024-04-10 11:13:57 +02:00
Matthias Hochsteger
7e13aa4f82
cleanup
2024-04-05 17:09:34 +02:00
Matthias Hochsteger
20e89de7e9
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-04-04 10:46:34 +02:00
Matthias Hochsteger
78a3d24fde
Do bad element Optimization only when requested
2024-04-02 21:59:27 +02:00
Schöberl, Joachim
ea380ecb47
Merge branch 'explicit_edge_partition' into 'master'
...
[occ] allow giving explicit edge partition
See merge request ngsolve/netgen!645
2024-03-27 21:08:24 +01:00
Matthias Hochsteger
d8beec758e
Fix Mesh::operator=
...
- assign pointelements
- sometimes region names were not copied correctly
- add some basic pytests for Mesh.Copy()
2024-03-27 21:03:45 +01:00
Christopher Lackner
bfcd77ff9c
[occ] allow giving explicit edge partition
2024-03-27 14:55:29 +01:00
Matthias Hochsteger
7b54f95a27
Utility function to extract a subregion of the mesh
2024-03-25 18:02:33 +01:00
Matthias Hochsteger
29c6b8e06f
Fix Mesh::operator=
...
bcnames are now stored in FaceDescriptor (as string members, no
pointers), so the name mapping must be applied to materials/bcnames
(depending on the mesh dimension).
2024-03-25 18:00:29 +01:00
Matthias Hochsteger
241f6eb9e5
Some debug output cleanup
2024-03-24 20:39:50 +01:00
Matthias Hochsteger
a0788a4928
Merge branch 'webgui_debugging' into boundarylayer_fixes
2024-03-22 15:44:55 +01:00
Matthias Hochsteger
6af4eb3990
Merge branch 'master' into boundarylayer_fixes
2024-03-22 15:44:49 +01:00
Matthias Hochsteger
5be5567f79
Use webgui for debugging
2024-03-22 15:44:24 +01:00
Matthias Hochsteger
e5513d9417
Print "Remove Illegal Elements" only when having illegal elements
2024-03-22 15:43:40 +01:00
Christopher Lackner
11e8914dd8
face points need to have geominfo for face meshing (thx MrSmile)
2024-03-18 08:58:40 +01:00
Hochsteger, Matthias
d0ba2934df
Consistent penalty for illegal tets
2024-03-11 21:10:56 +01:00
Matthias Hochsteger
bdfc920688
more
2024-03-11 13:31:00 +01:00
Matthias Hochsteger
66033f3ae7
some fixes
2024-03-08 15:12:49 +01:00
Matthias Hochsteger
8d05e3a213
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-03-07 12:10:37 +01:00
Hochsteger, Matthias
6b89d2cf62
Compatibility with Opencascade 7.8
2024-03-06 16:29:11 +01:00
Lackner, Christopher
a5c11df37e
Merge branch 'remove_search_tree_in_face_mapping' into 'master'
...
Remove search tree in face mapping
See merge request ngsolve/netgen!640
2024-03-06 15:22:28 +01:00
Christopher Lackner
5f0276179f
fix primary face computation in identification
2024-03-06 12:12:34 +01:00
Matthias Hochsteger
7e4f171b16
Remove search tree in face mapping
2024-03-06 11:20:20 +01:00
Matthias Hochsteger
4417b17d12
Fix order of members in MeshOptimize3d
2024-03-01 20:35:49 +01:00
Matthias Hochsteger
9a8796043d
more
2024-03-01 12:01:08 +01:00
Matthias Hochsteger
4a95414ec8
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-02-29 09:45:11 +01:00
Matthias Hochsteger
ccafd3bd63
more
2024-02-28 18:08:08 +01:00
Matthias Hochsteger
f97aafb162
something
2024-02-28 15:24:09 +01:00
Matthias Hochsteger
13867ef1a0
Extra optimization steps for bad elements
2024-02-28 10:07:57 +01:00
Matthias Hochsteger
855ee34224
some more
2024-02-26 09:09:42 +01:00
Matthias Hochsteger
6be1c57999
Call CalcTotalBad only if testout is active
2024-02-23 18:26:07 +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
Matthias Hochsteger
23c6b96b47
Move RemoveIllegalElements to MeshVolume()
2024-02-23 17:39:43 +01:00
Matthias Hochsteger
e5b544e02b
Don't optimize when goal==OPT_LEGAL and all affected elements are legal
2024-02-23 17:01:40 +01:00
Matthias Hochsteger
cc8d6a3a35
some tryout
2024-02-20 10:25:31 +01:00
Matthias Hochsteger
86d47b5614
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-02-19 09:23:33 +01:00
Matthias Hochsteger
4e31878f89
Utility function to split faces when they have more than two adjacent domains
2024-02-14 09:46:39 +01:00
Christopher Lackner
8e94de7a73
fix isendpoint check in boundarylayer code
2024-02-13 13:01:42 +01:00
Christopher Lackner
803eb73d2d
allow internal edges on boundarylayer (for sphere, ellipsoid)
2024-02-13 09:35:44 +01:00
Matthias Hochsteger
cee5d55b7d
Fix dangling reference in ZRefinement
2024-02-12 07:12:17 -08:00
Hochsteger, Matthias
dfaf270670
Remove windows.h include where possible.
2024-02-12 11:57:54 +01:00
Joachim Schoeberl
c87aea14eb
rename INT to IVec (avoiding windows name conflict)
2024-02-12 07:36:26 +01:00
Schöberl, Joachim
b88535621f
Removewinheader
2024-02-11 11:02:18 +01:00
Matthias Hochsteger
b8267d046e
Remove debug output
2024-02-09 15:40:05 +01:00
Matthias Hochsteger
dd68bae1a3
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-02-09 12:01:54 +01:00