Matthias Hochsteger
2d653b2672
Multiple changes in boundarylayer code
...
- Separate file for interpolation functions
- Look in "segments" and "new_segments" for interpolation along new edge
numbers (also optimize this code building tables)
- Better surface vector interpolation
- Build points_set sequentially (std::set is not thread safe)
2024-10-02 11:24:03 +02:00
Matthias Hochsteger
1e20c1860b
Fix RemoveIllegalElements
...
- Only search in relevant domain
- Break if number of illegal elements increases (avoids infinite loop)
-> This shouldn't actually happen and is just a workaround until the
optimization routines are fixed
2024-10-01 13:34:19 +02:00
Matthias Hochsteger
b1182e48b8
Fix RemoveIllegalElements
...
- Only search in relevant domain
- Break if number of illegal elements increases (avoids infinite loop)
-> This shouldn't actually happen and is just a workaround until the
optimization routines are fixed
2024-10-01 13:28:16 +02:00
Matthias Hochsteger
40fc4bf0dc
Multiple limitation passes in boundary layer, better symmetry
2024-10-01 13:27:50 +02:00
Matthias Hochsteger
f6902c1f6e
Multiple blayer limitation passes with decreasing smothing
2024-10-01 11:50:41 +02:00
Matthias Hochsteger
d82c96ba2b
Move limits array to Limiter
2024-09-27 18:30:47 +02:00
Matthias Hochsteger
c0422c160b
Revert skipping prismrules in volume mesher
2024-09-27 17:33:25 +02:00
Matthias Hochsteger
a6e8abca3e
cleanup
2024-09-27 17:32:07 +02:00
Matthias Hochsteger
bb2646945a
format boundarylayer.cpp
2024-09-27 17:30:36 +02:00
Matthias Hochsteger
2124ab5980
Merge branch 'blayer_parameters' into boundarylayer_fixes_cleanup
2024-09-27 17:30:01 +02:00
Matthias Hochsteger
7f8172aaf6
Allow vector<int> as domain, project_boundaries in BoundaryLayerParameters
2024-09-27 17:29:05 +02:00
Matthias Hochsteger
719ab271d4
start to cleanup blayer code
2024-09-27 17:03:26 +02:00
Matthias Hochsteger
565bc2dc6a
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes_cleanup
2024-09-27 16:43:59 +02:00
Schöberl, Joachim
2ff62bc283
Merge branch 'blayer_as_meshing_parameter' into 'master'
...
Add BoundarylayerParameters to MeshingParameters
See merge request ngsolve/netgen!677
2024-09-27 16:30:50 +02:00
Hochsteger, Matthias
833a177e34
Add BoundarylayerParameters to MeshingParameters
2024-09-27 16:30:50 +02:00
Schöberl, Joachim
592221ee19
Merge branch 'fix_identified_point_handling' into 'master'
...
Fix handling identified points in Compress and MeshVolume
See merge request ngsolve/netgen!676
2024-09-27 16:30:29 +02:00
Hochsteger, Matthias
27b8b5e7c8
Fix handling identified points in Compress and MeshVolume
2024-09-27 16:30:29 +02:00
Hochsteger, Matthias
61bed581ec
Don't do mesh smoothing at non-tet elements
2024-09-27 16:29:47 +02:00
Matthias Hochsteger
663eaffbb2
Apply blayer_as_meshing_parameter changes
2024-09-27 13:17:20 +02:00
Matthias Hochsteger
7774b6ccd7
cleanup
2024-09-27 11:52:39 +02:00
Matthias Hochsteger
13d962acdd
Write more debug output meshes on failure
2024-09-27 11:48:42 +02:00
Matthias Hochsteger
5e3743df31
Code cleanup
2024-09-27 11:43:54 +02:00
Matthias Hochsteger
dd85220021
Clean up debugging code
2024-09-27 11:42:11 +02:00
Matthias Hochsteger
08a00cb32a
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-09-27 11:34:56 +02:00
Hochsteger, Matthias
9f6c64a4f9
Fix splitimprove edge
2024-09-27 01:00:50 +02:00
Matthias Hochsteger
e26513814f
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-09-26 20:04:49 +02:00
Hochsteger, Matthias
0ddcfdd0c7
Propagate OCC maxh settings correctly
2024-09-23 13:36:44 +02:00
Matthias Hochsteger
f603fef130
Ensure sequential/parallel consistency in generated mesh
2024-09-13 13:18:58 +02:00
Hochsteger, Matthias
73c75240f8
Skip SplitImproveEdge if it would insert tets with negative volume
2024-09-13 10:22:50 +02:00
Matthias Hochsteger
4d04dcd97d
Skip SplitImproveEdge if it would insert tets with negative volume
2024-09-11 16:10:06 +02:00
Lackner, Christopher
f807be50c2
Project added Element1D/Element2D
2024-09-09 17:18:04 +02:00
Matthias Hochsteger
a504372f82
Fix Mesh::GetSubMesh for 2d meshes
2024-09-05 14:46:57 +02:00
Matthias Hochsteger
75fbd86a7a
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-09-04 15:59:38 +02:00
Matthias Hochsteger
c8d99c0e9e
Some fixes for boundarylayers on special points (4 faces)
2024-09-04 15:51:03 +02:00
Joachim Schoeberl
bb3c3ff565
fix warning
2024-09-03 11:11:51 +02:00
Christopher Lackner
d014119b19
pickle identification names
2024-09-02 16:35:57 +02:00
Christopher Lackner
bda192ba90
write identification names into mesh
2024-08-30 11:01:03 +02:00
Christopher Lackner
1497bf36cc
fix periodic identifications for meshes where edges touch
2024-08-28 11:07:11 +02:00
Christopher Lackner
72e861be80
add check if any inner points are in polygon when adding inner point
2024-08-27 17:41:20 +02:00
Christopher Lackner
c032ad58ca
add property setter for index and edgenr for segment
2024-08-26 16:37:50 +02:00
Christopher Lackner
1772e01edb
update IdentifyPeriodicBoundaries to also support 2d meshes (and more stable)
2024-08-26 16:37:08 +02:00
Christopher Lackner
d9247d094b
netgen trafo.mat returns Mat<3,3> and takes Mat<3,3>
2024-08-26 11:49:35 +02:00
Christopher Lackner
d72801d19a
fix IdentifyPeriodic points in mesh in 2d mesh
2024-08-26 11:13:56 +02:00
Matthias Hochsteger
24a0f47856
Fix boundary layer thicknesses
...
Height values should be interpreted per-layer, not total (accumulated) height
2024-07-26 18:09:42 +02:00
Joachim Schoeberl
325175c88f
comment deprecated function
2024-07-20 10:53:59 +02:00
Joachim Schoeberl
e075d32f14
fix unused warning
2024-07-16 16:50:28 +02:00
Joachim Schoeberl
54d59cff1e
fix warnings
2024-07-16 13:03:49 +02:00
Joachim Schoeberl
304ce7364a
mpi-send of 0D-elements
2024-07-14 20:38:36 +02:00
Joachim Schoeberl
f1e06f0a6d
pickling 0D-elements
2024-07-12 18:21:46 +02:00
Matthias Hochsteger
da743467fb
Fix reading face_colors and face_transparencies for faces without attached geometry surface
2024-07-10 10:36:03 +02:00
Matthias Hochsteger
d987051f2b
Fix building without Python
2024-07-04 17:26:47 +02:00
Matthias Hochsteger
000a312dc2
Use same color for shifted faces in boundary layer generation
2024-07-04 15:00:50 +02:00
Christopher Lackner
3974191ffa
correctly check for degenerated edges
2024-06-27 21:00:52 +02:00
Matthias Hochsteger
433247b09b
Boundarylayers - fix finding non-relevant intersections in growth vector limitation
2024-06-27 11:16:50 +02:00
Joachim Schoeberl
f9d7d3a4fd
store newest vertex from bisection
2024-06-24 15:30:08 +02:00
Matthias Hochsteger
af5e003790
Fix GIL issue (see previous commit for details)
2024-06-21 11:51:12 +02:00
Christopher Lackner
eff5e946f7
fix export of submesh faces
2024-06-20 11:12:01 +02:00
Joachim Schoeberl
cc3f27e514
comment occ.Mirror
2024-06-11 08:06:25 +02:00
Christopher Lackner
236f14553c
fix project on edge in MapSurfacemesh if no trafo is given
2024-06-03 17:19:41 +02:00
Matthias Hochsteger
571cbbe4df
Optional identification_name argument in Face::Offset to apply CLOSE_SURFACE identifications
2024-06-03 12:37:26 +02:00
Matthias Hochsteger
6b7cb4942e
Boundary layer thickness limitation seems to work now
2024-05-31 21:52:03 +02:00
Matthias Hochsteger
5bf7f6623b
More work on boundary layers, todo: cut also with sides of new prisms
2024-05-31 19:24:11 +02:00
Matthias Hochsteger
6d65f18c90
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-05-31 10:37:10 +02:00
Matthias Hochsteger
fefea90133
Fix pyodide build
2024-05-29 20:32:32 +02:00
Matthias Hochsteger
c7c4478426
some bug fixes ,todo : dont divide by trig_shift
2024-05-27 15:00:57 +02:00
Christopher Lackner
e404ce737b
export localh set/get from mesh
2024-05-24 08:30:24 +02:00
Matthias Hochsteger
a253fa4e18
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-05-23 20:35:02 +02:00
Matthias Hochsteger
1dc353d3c5
Remove output while generating fieldlines
2024-05-21 16:10:13 +02:00
Matthias Hochsteger
a778c606d2
Merge remote-tracking branch 'origin/master' into boundarylayer_fixes
2024-05-14 15:49:03 +02:00
Christopher Lackner
12aaaf1e6c
do not EdgeSwap with quads
2024-05-14 13:57:01 +02:00
Hochsteger, Matthias
335b926f8b
Runtime MPI wrapper
2024-05-13 13:43:53 +02:00
Umberto Zerbinati
cdb5b74f53
Added ``curved'' field for Datalayout of Element and Elements2D
...
Signed-off-by: Umberto Zerbinati <zerbinati@maths.ox.ac.uk>
2024-05-02 12:28:06 +01:00
Joachim Schoeberl
331e47830e
fix warning by throwing
2024-04-27 15:13:17 +02:00
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
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