Joachim Schoeberl
65006d3436
hp/macro-refinement hierarchy routed through Python
2024-04-18 11:58:50 +02:00
Joachim Schoeberl
8045611375
added missing dll-header
2024-04-13 08:32:16 +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
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
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
13867ef1a0
Extra optimization steps for bad elements
2024-02-28 10:07:57 +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
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
Christopher Lackner
282c3e5c0a
fix glued point in sphere (was removed by compress)
2024-02-07 15:05:03 +01:00
Joachim Schoeberl
adbdf194e0
fix Powell-Sabin split
2024-02-06 21:41:15 +01:00
Christopher Lackner
45362b588b
dont curve faces with boundarylayers
2024-01-31 15:13:20 +01:00
Christopher Lackner
e155700bc3
throw if surface is extruded that is not named (if map surface-> new
...
mat is given)
2024-01-31 12:27:03 +01:00
Joachim Schoeberl
5a4b89c1ed
merge hp face-refinement with limiting fac2
2024-01-16 12:54:06 +01:00
Umberto Zerbinati
87c4e543ad
Introduced fac2 to fix issue with face splits
2024-01-15 23:54:44 +00:00
Umberto Zerbinati
d2bba6cb3c
Merging master
2024-01-15 22:50:49 +00:00
Umberto Zerbinati
00747fb947
Powell Sabin splits
2024-01-15 22:43:18 +00:00
Joachim Schoeberl
696620828f
don't restrict refinement parameter in HPRefinement (more user responsibility)
2024-01-15 21:42:27 +01:00
Umberto Zerbinati
890f59b8b4
Exposed Alfeld splits
2024-01-15 11:42:00 +00:00
Joachim Schoeberl
8362349bb8
fix metis warnings
2024-01-06 18:19:11 +01:00
Joachim Schoeberl
87b65fb5ff
remove warnings
2024-01-05 20:07:04 +01:00
Christopher Lackner
fb211a5ee4
fix cake identification, allow until revolve axis
2023-12-28 11:11:48 +01:00
Matthias Hochsteger
a272a8d420
Init debugparam write_mesh_on_error with env variable NG_WRITE_MESH_ON_ERROR
2023-12-18 20:22:46 +01:00
Christopher Lackner
b4d0e5f8fc
don't invert on periodic boundary (only if normal vectors do not match)
2023-12-04 11:01:10 +01:00
Christopher Lackner
3afdd80333
export parentelements to python
2023-11-28 21:30:57 +01:00
Joachim Schoeberl
69025e5ef4
return some nonsense for undefined element-type
2023-11-17 12:00:48 +01:00
Christopher Lackner
1d67567c02
export geom info of 2d elements
2023-11-16 14:00:37 +01:00
Matthias Hochsteger
b8fe52edf2
Fix build error
2023-11-06 17:38:11 +01:00
Matthias Hochsteger
5af59aba66
Export ReadMedit/WriteMedit
2023-10-24 10:41:27 +02:00
Matthias Hochsteger
73c2eded15
Fix edge case in BoundaryLayer 2d growth vector limitation
2023-10-13 14:03:58 +02:00