Commit Graph

4795 Commits

Author SHA1 Message Date
Matthias Hochsteger
109224ebd4 Manually limit boundary layer thickness at special points 2024-10-31 16:55:49 +01:00
Matthias Hochsteger
33e76840b9 Write separate mesh with only quads on open quads error 2024-10-31 16:54:59 +01:00
Matthias Hochsteger
c27dbdef30 Fix growth vector calculation (do more vector reduction to avoid strange results from inverting badly conditioned matrix) 2024-10-31 15:49:41 +01:00
Matthias Hochsteger
c27650af0a Remove debug output 2024-10-30 21:54:04 +01:00
Matthias Hochsteger
9f3ccbb9d0 Fix CheckLimits 2024-10-30 21:53:57 +01:00
Matthias Hochsteger
e7e15069f3 Fix seg/trig intersection tolerance 2024-10-30 21:53:36 +01:00
Matthias Hochsteger
0a2479bf00 Some fixes in growth vector limitation 2024-10-30 13:46:24 +01:00
Matthias Hochsteger
99be6bbc0e Don't add new segments in blayer if 'only_add_volume_elements' is set 2024-10-25 15:04:34 +02:00
Matthias Hochsteger
4f927f5469 Fix abort criteria in boundarylayer thickness limitation 2024-10-24 17:10:10 +02:00
Matthias Hochsteger
7f294a582c Throw error earlier in intersection-check, utility function to write mesh on error 2024-10-24 16:58:27 +02:00
Matthias Hochsteger
aa2e0ace99 Stop blayer limitation if 1e-10 is reached, and throw an Exception 2024-10-24 15:50:44 +02:00
Matthias Hochsteger
72e25d45a4 Only check for self-intersection on moved boundaries 2024-10-24 15:50:21 +02:00
Matthias Hochsteger
54e5de4395 Write debug output only if debugparam.debugoutput is set 2024-10-24 11:35:35 +02:00
Matthias Hochsteger
be79facdb3 Stop meshing if boundarylayer thickness limitation reaches 1e-10 2024-10-24 11:32:13 +02:00
Matthias Hochsteger
600b33edd6 Write debug output only if debugparam.debugoutput is set 2024-10-24 11:31:54 +02:00
Matthias Hochsteger
6aa634ce1f Merge remote-tracking branch 'origin/master' into boundarylayer_fixes 2024-10-24 11:08:58 +02:00
Joachim Schoeberl
9a7a9fa445 remove unused variable 2024-10-19 14:38:48 +02:00
Lackner, Christopher
6debf03402 Merge branch 'periodic_and_cs' into 'master'
enable periodic + closesurface identification on same boundaries

See merge request ngsolve/netgen!684
2024-10-16 20:02:23 +02:00
Christopher Lackner
b981d45069 enable periodic + closesurface identification on same boundaries 2024-10-16 19:42:57 +02:00
Matthias Hochsteger
03057420f7 Merge branch 'master' into boundarylayer_fixes 2024-10-16 18:27:30 +02:00
Matthias Hochsteger
db9aaef220 Don't build for Python 3.8 anymore 2024-10-16 10:26:53 +02:00
Schöberl, Joachim
141af42887 Merge branch 'idnrs_in_merge_mesh' into 'master'
propagate idnrs in merge mesh (for ZRefine)

See merge request ngsolve/netgen!682
2024-10-13 13:34:49 +02:00
Christopher Lackner
75823e8244 propagate idnrs in merge mesh (for ZRefine) 2024-10-13 10:57:29 +02:00
Schöberl, Joachim
5b245d4de3 Merge branch 'build_with_older_pybind11' into 'master'
also allow building with older pybind11 without py::set_error

See merge request ngsolve/netgen!681
2024-10-10 09:17:12 +02:00
Lackner, Christopher
587b766418 also allow building with older pybind11 without py::set_error 2024-10-10 09:17:11 +02:00
Matthias Hochsteger
ee30afc33c Merge remote-tracking branch 'gitlab/boundarylayer_fixes' into boundarylayer_fixes 2024-10-08 18:48:53 +02:00
Matthias Hochsteger
92f4381c56 Fix RangeException 2024-10-08 18:48:15 +02:00
Matthias Hochsteger
de23efb731 Merge remote-tracking branch 'origin/master' into boundarylayer_fixes 2024-10-08 17:41:30 +02:00
Matthias Hochsteger
4a1fe78ff6 Rename blp.keep_surfaceindex to disable_curving
When disabling curving at faces, also disable it for adjacent edges
2024-10-08 17:35:53 +02:00
Matthias Hochsteger
4373def54b Don't attempt to curve edges if edgenr < 0 2024-10-08 17:35:32 +02:00
Matthias Hochsteger
82965f63b0 formatting 2024-10-08 16:23:43 +02:00
Hochsteger, Matthias
e30677169b Merge branch 'misc_fixes' into 'master'
Misc fixes

See merge request ngsolve/netgen!680
2024-10-08 14:31:40 +02:00
Matthias Hochsteger
ab985ba044 Fix optimizations in domains with non-tet elements 2024-10-08 14:01:22 +02:00
Matthias Hochsteger
8a049799e2 Fix debugging function GetOpenElements() 2024-10-08 14:00:12 +02:00
Matthias Hochsteger
a8309fae1c Update d3, fix styles in timing html chart 2024-10-08 13:59:30 +02:00
Matthias Hochsteger
267830387f PajeTrace - option to write only (small) html charts and no trace file 2024-10-08 13:58:23 +02:00
Matthias Hochsteger
e5af7bca42 Merge remote-tracking branch 'gitlab/master' into boundarylayer_fixes 2024-10-08 13:56:54 +02:00
Matthias Hochsteger
f2518b92bb Typedefs for Trig, Seg, fix limitation at prism side trigs 2024-10-08 12:37:17 +02:00
Matthias Hochsteger
96bad51dd3 Pyodide fixes 2024-10-07 18:04:20 +02:00
Matthias Hochsteger
ba8172e1fe Revert changes in divide mesh 2024-10-07 16:57:46 +02:00
Matthias Hochsteger
6975910031 PajeTrace - option to write only (small) html charts and no trace file 2024-10-07 16:56:58 +02:00
Matthias Hochsteger
6160fd4d26 Cleanup 2024-10-07 15:45:19 +02:00
Matthias Hochsteger
70eb3cc1f1 Faster boundary layer thickness limitation, fix equalizing 2024-10-07 15:32:07 +02:00
Matthias Hochsteger
d13a98231b Fix CombineImprove with non-tets in mesh 2024-10-07 15:30:38 +02:00
Matthias Hochsteger
787169d2b8 cleanup, fixes 2024-10-07 11:54:28 +02:00
Matthias Hochsteger
dbffb79550 some more 2024-10-04 20:38:58 +02:00
Matthias Hochsteger
9693a42a6a something 2024-10-03 19:11:07 +02:00
Matthias Hochsteger
3de8b2f153 Merge remote-tracking branch 'origin/master' into boundarylayer_fixes 2024-10-03 18:08:22 +02:00
Matthias Hochsteger
0daeeb20aa BLayer - Option to build only volelements without new surface elements/edges/domains 2024-10-03 18:06:37 +02:00
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