Commit Graph

4637 Commits

Author SHA1 Message Date
Hochsteger, Matthias
6e2eae70ad Merge branch 'fix_blayer_meshopt' into 'master'
Fix blayer meshoptimization

See merge request ngsolve/netgen!647
2024-04-02 23:25:10 +02:00
Schöberl, Joachim
284024dca5 Merge branch 'reset_occ_shape_properties' into 'master'
function to reset occ global shape properties

See merge request ngsolve/netgen!646
2024-04-02 23:06:42 +02:00
Christopher Lackner
9b9ad1fd82 function to reset occ global shape properties 2024-04-02 22:46:55 +02:00
Matthias Hochsteger
78a3d24fde Do bad element Optimization only when requested 2024-04-02 21:59:27 +02:00
Matthias Hochsteger
ff505f1e41 Add range check in table 2024-04-02 21:58:58 +02:00
Matthias Hochsteger
db500f3cae Make /bigobj a public build flag again 2024-03-28 09:51:36 +01: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
a4b2b46c0e Merge branch 'master' of https://github.com/xiaodaxia-2008/netgen into master 2024-03-27 09:51:22 +01:00
Matthias Hochsteger
c53d0e29a7 Fix/enable stub files for pip package
- set PYTHONPATH when generating stub files
- also generate for pyngcore
- build python packages with stub files
2024-03-27 09:48:24 +01:00
xiaodaxia
7c72410c84 no exporting compile options of ngcore 2024-03-27 11:32:17 +08:00
Matthias Hochsteger
f96ccabeb6 Use OCC 7.6.3 again (and update changed md5 sum for 7.8.0) 2024-03-26 09:51:29 +01:00
Schöberl, Joachim
36367e4219 Merge branch 'get_sub_mesh' into 'master'
Utility function to extract a subregion of the mesh

See merge request ngsolve/netgen!644
2024-03-25 20:02:35 +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
Hochsteger, Matthias
dfba4edd26 Merge branch 'occ_78_compatibility' into 'master'
Opencascade 7.8.0 compatibility

See merge request ngsolve/netgen!643
2024-03-25 13:06:26 +01:00
Matthias Hochsteger
afb2f2f0ea Opencascade 7.8.0 compatibility 2024-03-25 10:19:25 +01:00
Matthias Hochsteger
e5513d9417 Print "Remove Illegal Elements" only when having illegal elements 2024-03-22 15:43:40 +01:00
Matthias Hochsteger
d4c211f04a Fix cmake config path generation 2024-03-20 20:23:33 +01:00
Schöberl, Joachim
5e54efb57b Merge branch 'propagate_gcc_abi_version_flag' into 'master'
Propagate -fabi-version=xx when compiling with GCC

See merge request ngsolve/netgen!642
2024-03-20 18:30:17 +01:00
Hochsteger, Matthias
b090bd1937 Propagate -fabi-version=xx when compiling with GCC 2024-03-20 18:30:17 +01:00
Matthias Hochsteger
09769c3283 Fix python warning when running python -m netgen.config, remove unused config_cli.py 2024-03-20 11:40:21 +01:00
Matthias Hochsteger
fb6a34f7c9 Fix wrong compile flag on Windows for pip (packages will now be compiled for AVX2) 2024-03-19 20:07:06 +01:00
Matthias Hochsteger
9cd533fbac Print cmake dir when running python -m netgen.cmake 2024-03-19 18:52:31 +01:00
Christopher Lackner
11e8914dd8 face points need to have geominfo for face meshing (thx MrSmile) 2024-03-18 08:58:40 +01:00
Schöberl, Joachim
5ac80f21d8 Merge branch 'consistent_illegal_tet_penalty' into 'master'
Consistent penalty for illegal tets

See merge request ngsolve/netgen!641
2024-03-11 21:10:56 +01:00
Hochsteger, Matthias
d0ba2934df Consistent penalty for illegal tets 2024-03-11 21:10:56 +01:00
Joachim Schoeberl
43b707bcfb wrap inertia of occ-shape to Python 2024-03-07 12:39:56 +01:00
Lackner, Christopher
486c7d9bcb Merge branch 'occ_7.8_compatibility' into 'master'
Compatibility with Opencascade 7.8

See merge request ngsolve/netgen!619
2024-03-06 16:29:11 +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
Hochsteger, Matthias
989216178a Merge branch 'fix_identification_prolongation' into 'master'
fix primary face computation in identification

See merge request ngsolve/netgen!639
2024-03-06 12:21:50 +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
Christopher Lackner
bb7a3fe692 show properties in topology view in netgen gui 2024-03-05 14:38:25 +01:00
Hochsteger, Matthias
70abacaf82 Merge branch 'identifications_in_step' into 'master'
fix identifications write and load to step

See merge request ngsolve/netgen!638
2024-03-05 08:37:56 +01:00
Christopher Lackner
1a213a1588 fix identifications write and load to step 2024-03-04 21:57:54 +01:00
Christopher Lackner
37df61b233 don't segfault on internal or external orientations in occ viewer 2024-03-04 19:49:40 +01:00
Hochsteger, Matthias
9e2e467751 Merge branch 'pyodide' into 'master'
Pyodide build fixes

See merge request ngsolve/netgen!637
2024-03-01 20:58:08 +01:00
Matthias Hochsteger
421c1ecb0e Pyodide build fixes 2024-03-01 20:39:24 +01:00
Matthias Hochsteger
4417b17d12 Fix order of members in MeshOptimize3d 2024-03-01 20:35:49 +01:00
Schöberl, Joachim
56f86b0fba Merge branch 'utility_function_for_occ_triangulation' into 'master'
Utility function to generate OCC shape triangulation -> always use same parameters

See merge request ngsolve/netgen!636
2024-02-29 17:29:25 +01:00
Matthias Hochsteger
b8aa568626 Utility function to generate OCC shape triangulation -> always use same parameters 2024-02-29 17:19:47 +01:00
Matthias Hochsteger
ebcca37714 No Python 3.7 build on linux 2024-02-29 14:14:38 +01:00
Matthias Hochsteger
caae0192f7 Build Python 3.7 package 2024-02-29 13:42:23 +01:00
Schöberl, Joachim
f9820953be Merge branch 'fix_meshing_bug' into 'master'
Fix meshing bug

See merge request ngsolve/netgen!635
2024-02-28 18:19:12 +01:00
Matthias Hochsteger
231b7af795 skip very fine cylinder.geo test (inconsistent results) 2024-02-28 16:03:00 +01:00
Matthias Hochsteger
76c224c366 gitignore 2024-02-28 10:08:01 +01:00
Matthias Hochsteger
13867ef1a0 Extra optimization steps for bad elements 2024-02-28 10:07:57 +01:00