Commit Graph

3401 Commits

Author SHA1 Message Date
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
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
Christopher Lackner
75823e8244 propagate idnrs in merge mesh (for ZRefine) 2024-10-13 10:57:29 +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
92f4381c56 Fix RangeException 2024-10-08 18:48:15 +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
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
f2518b92bb Typedefs for Trig, Seg, fix limitation at prism side trigs 2024-10-08 12:37:17 +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
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
27e594382d Merge remote-tracking branch 'origin/master' into boundarylayer_fixes 2024-10-01 13:29:27 +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
Joachim Schoeberl
c4dbe60f78 create edge from two vertices 2024-09-28 20:29:22 +02:00
Christopher Lackner
10986ffbab convert gp_Dir to gp_Vec 2024-09-28 16:39:19 +02:00
Christopher Lackner
6b662a9634 export occ MakePolygon 2024-09-28 15:15:44 +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