Commit Graph

  • 412fd372d0 Merge branch 'fix_1_solid_in_glue' Christopher Lackner 2022-09-06 17:50:29 +0200
  • 606485f00c Fix segmentation fault introduced in 78dfd10: missing local variable name was causing the global variable to be used Francesco Ballarin 2022-09-01 21:24:42 +0200
  • e05b8960d7 if list with 1 element in glue -> return that element Christopher Lackner 2022-09-01 15:10:14 +0200
  • 78dfd10475 mesh argument in GeneratMesh (to continue meshing from higher perfstepstart Christopher Lackner 2022-09-01 10:43:16 +0200
  • 85d4874320 Merge branch 'fixes_closesurface_identification' Christopher Lackner 2022-08-31 10:05:15 +0200
  • 666fb2ee86 fix boundarylayer 2d code (now single line segments, not per face) Matthias Hochsteger 2022-08-08 11:11:15 +0200
  • 7c2070ab0d fix closesurface identification IsSame instead of operator == Christopher Lackner 2022-08-29 14:43:01 +0200
  • cee2ca18fc Merge branch 'fix_windows_avx2' into 'master' Hochsteger, Matthias 2022-08-23 09:33:38 +0200
  • 54ee68d847 fix optimizing mesh without geometry Christopher Lackner 2022-08-22 17:49:12 +0200
  • 43fbd57a67 Merge branch 'use_shape_instead_tshape' into 'master' Schöberl, Joachim 2022-08-19 13:06:46 +0200
  • a6852cf41b Merge branch 'ignore_export_errors_stubgen' into 'master' Schöberl, Joachim 2022-08-19 12:58:51 +0200
  • b7e0288a34 use Shape hash instead of TShape Christopher Lackner 2022-08-19 12:51:39 +0200
  • 82a59defc2 Merge branch 'fix_webgui_face_name_list' into 'master' Hochsteger, Matthias 2022-08-19 11:33:51 +0200
  • ba20cfff5c update ubuntu version for tests Matthias Hochsteger 2022-08-19 11:03:35 +0200
  • 28efccccf4 faces may be multiple time in explorer iteration -> skip if already in map Christopher Lackner 2022-08-19 09:44:58 +0200
  • de0d706ec2 Merge branch 'solid_face_map_renderdata' into 'master' v6.2.2204 Hochsteger, Matthias 2022-08-10 09:03:10 +0200
  • 27aaae9fb5 add solid -> faces map in renderData of occ geom Christopher Lackner 2022-08-10 07:45:30 +0200
  • 456654dd6b Merge branch 'stl_manifold' into 'master' Lackner, Christopher 2022-08-09 18:17:34 +0200
  • 35337e083c add unintentionally removed part again Christopher Lackner 2022-08-09 18:06:11 +0200
  • 9130daa0b9 stl manifold meshing Christopher Lackner 2022-08-09 17:40:21 +0200
  • b98a0e1f88 add pybind11 stubgen do test scripts Christopher Lackner 2022-08-08 09:35:45 +0200
  • 56aa4581ea use --ignore-invalid=all flag to be able to upgrade pybind11-stubgen Christopher Lackner 2022-08-08 09:31:29 +0200
  • 78ec53424e fix AVX2 for Windows build Michael Neunteufel 2022-08-04 18:11:18 +0200
  • ec0fc05fd6 Merge branch 'visualize_failed_mesh' into 'master' Schöberl, Joachim 2022-08-04 15:57:16 +0200
  • 42b92263fa Merge branch 'fix_invert_periodic_bc' into 'master' Lackner, Christopher 2022-08-04 15:12:15 +0200
  • d36a6746b7 Update python_occ.cpp Schöberl, Joachim 2022-08-04 14:16:16 +0200
  • 4e860f4ca2 set global shared ptr only if meshing fails Christopher Lackner 2022-08-04 14:14:39 +0200
  • 71a2c4f6f4 do invert if periodic bc face domin & domout do not match Christopher Lackner 2022-08-04 10:35:06 +0200
  • 00a1d1a496 visualized failed mesh after generatemesh Christopher Lackner 2022-08-04 10:31:33 +0200
  • 354898498f switch off tracer if TaskManager is called without arguments Joachim Schoeberl 2022-07-24 11:53:51 +0200
  • 83b4fba403 DLL_HEADER for SplineSeg3 Matthias Hochsteger 2022-07-20 14:18:41 +0200
  • 56ae4fdc48 Merge branch 'fix_occ_err_faces' into 'master' Schöberl, Joachim 2022-07-19 13:20:37 +0200
  • 9468e476a7 fix occ error faces in topology explorer Christopher Lackner 2022-07-19 12:45:23 +0200
  • 54705bc572 Fix use of unitialized stlgeometry member in constructor Stefan Brüns 2022-07-13 12:09:39 +0200
  • 93842302b4 Merge branch 'use_center_coords_sol_scene' into 'master' Lackner, Christopher 2022-07-13 11:10:26 +0200
  • e72662836c remove cout Christopher Lackner 2022-07-12 13:14:14 +0200
  • ea071bed4f use center coords and set center on dbl click also in solution scene Christopher Lackner 2022-07-12 11:34:42 +0200
  • 0402ca07cd fix setting boundarylayer boundaries Christopher Lackner 2022-07-12 09:58:35 +0200
  • cf992b04da fix setting boundaries of neighbouring domains in create boundarylayer Christopher Lackner 2022-07-11 13:46:21 +0200
  • 68a1a225b6 Merge branch 'zlib_private_link_interface' into 'master' Hochsteger, Matthias 2022-07-11 11:21:06 +0200
  • 0e45a07c6a cmake - private linking of zlib Matthias Hochsteger 2022-07-11 11:10:54 +0200
  • fa05864df4 CSG - consistent parameters for FindIdenticSurfaces, call it in Draw() before CalcTriangleApproximation Matthias Hochsteger 2022-07-11 10:43:35 +0200
  • 95b4b49fc7 Optionally prefer system wide pybind11 Stefan Brüns 2022-07-06 17:20:53 +0200
  • 69f990d8bf Merge branch 'fix_meshing_bug' into 'master' Schöberl, Joachim 2022-07-06 16:27:03 +0200
  • b28baf0cd7
    Merge de7ffc5906 into 00d6c94bd9 Christopher "Monty" Montgomery 2022-07-06 14:12:13 +0200
  • 47de18a508 Avoid loading geometry from mesh file twice Matthias Hochsteger 2022-07-06 13:57:53 +0200
  • 00d6c94bd9 Consistent parameters for CSGeometry::FindIdenticSurfaces Matthias Hochsteger 2022-07-06 12:49:00 +0200
  • 99e463146f Fix meshing bug (close surface on boundary) Matthias Hochsteger 2022-07-05 12:12:13 +0200
  • 6f0a486d20 pip: remove --use-feature=in-tree-build flag Matthias Hochsteger 2022-06-28 15:04:50 +0200
  • 00d9583af3 fix non-gui build on Windows Matthias Hochsteger 2022-06-23 04:04:38 -0700
  • 5acb38eabd fix dll loading path on Windows with Python 3.10 Matthias Hochsteger 2022-06-22 00:36:03 -0700
  • 7eb76b67c7 DLL_HEADER for Mesh::SetLocalH Matthias Hochsteger 2022-06-21 01:53:58 -0700
  • 06f35594c6 add norm of gp_Vec Christopher Lackner 2022-06-13 10:35:26 +0200
  • 36ac5e5bcc Merge branch 'boundarylayer_improvements' into 'master' Hochsteger, Matthias 2022-06-09 15:47:26 +0200
  • c6a4f90915 fix FillCloseSurface for multiple identifications Matthias Hochsteger 2022-06-09 15:32:17 +0200
  • c71d142738 fix double segments in getedgetangent of boundarylayer Christopher Lackner 2022-06-09 09:58:25 +0200
  • a3408b537a fixes for boundarylayer edge tangent computation and some more Christopher Lackner 2022-06-07 14:51:41 +0200
  • 6b12050fd1 Merge branch 'listofshape_from_list' into 'master' Lackner, Christopher 2022-06-09 10:07:38 +0200
  • 3531f9c9d4 fix typo Christopher Lackner 2022-06-08 20:59:06 +0200
  • 03e21d5c5f [occ] create ListOfShape from list of shapes Christopher Lackner 2022-06-08 20:52:51 +0200
  • 8f33f4fed8 Don't rely on type deduction for std::function ctor Matthias Hochsteger 2022-06-08 10:40:19 +0200
  • 1497404a4c Fix mesh saving/loading with OCC 7.6 Matthias Hochsteger 2022-05-25 16:29:34 +0200
  • b113ec48ed fix Tk gui from jupyter Matthias Hochsteger 2022-05-25 10:28:35 +0200
  • 499c4ebcc0
    Merge da386ea674 into ca3cee02c3 Christopher "Monty" Montgomery 2022-05-23 09:56:08 +0200
  • de7ffc5906 Eliminate a "C++ initialization order fiasco" for geometryregister Monty Montgomery 2022-05-22 11:29:10 -0400
  • ca3cee02c3 Merge branch 'fix_for_trefftz' into 'master' Hochsteger, Matthias 2022-05-20 20:26:43 +0200
  • c9776a7c86 add some DLL_HEADER von Wahl, Henry 2022-05-20 20:26:43 +0200
  • da386ea674 Add a fedora package spec and setup Monty Montgomery 2022-05-15 01:03:52 -0400
  • 6159d89386 Numerous changes to python bindings for clean stub generation Monty Montgomery 2022-05-15 00:47:44 -0400
  • 2da94c3e6b Export additional classes to provide typeinfo visibility Monty Montgomery 2022-05-15 00:43:27 -0400
  • 6f5eae828d Type corrections in rw_cgns Monty Montgomery 2022-05-15 00:41:32 -0400
  • ae87c7005c Two nullptr deref fixes in table Monty Montgomery 2022-05-15 00:39:44 -0400
  • 6ba4a6e6c6 Correct deletion of non-allocated memory in ngarray Monty Montgomery 2022-05-15 00:36:17 -0400
  • 5ee4e43393 Fix nullptr deref in archive Monty Montgomery 2022-05-15 00:33:11 -0400
  • 97d3c1ce9e Adjust python module path in __init__, add checks to pytest Monty Montgomery 2022-05-15 00:29:37 -0400
  • 5d0e69c7ed Alter name use of 'netgen' and 'netgen-mesher' Monty Montgomery 2022-05-15 00:24:40 -0400
  • b82796e58d CMake enhancements for automated external package building Monty Montgomery 2022-05-14 23:57:10 -0400
  • e9eae568ff Don't fail silently in VersionInfo(), print useful message Monty Montgomery 2022-05-14 23:37:22 -0400
  • 668f0945c4 Merge branch 'surf_color_to_mesh' into 'master' Schöberl, Joachim 2022-05-10 18:44:39 +0200
  • 95be76d8ee surface color to mesh from geometry Christopher Lackner 2022-05-10 18:18:29 +0200
  • e8ec2b3550 netgen-std includes before tcl v6.2.2203 Joachim Schoeberl 2022-05-07 20:40:40 +0200
  • bac77b1f58 define ng_tcl_volatile, ... Joachim Schoeberl 2022-05-07 19:54:43 +0200
  • 1a634c1957 Tcl_FreeProc + volatile/static/dynamic constants of correct type Joachim Schoeberl 2022-05-07 19:45:38 +0200
  • 03332c1146 define type Tcl_FreeProc Joachim Schoeberl 2022-05-07 19:40:16 +0200
  • 81f5ed5415 fix ngsolve loading Matthias Hochsteger 2022-05-07 15:13:00 +0200
  • 1a174508db Merge branch 'occ_consistent_maxh' into 'master' Schöberl, Joachim 2022-05-07 15:10:57 +0200
  • 4f09633b80 remove old mpi-wrapper Joachim Schoeberl 2022-05-06 18:21:37 +0200
  • 9b44069e54 fix tuple creation in return color Christopher Lackner 2022-05-06 17:47:50 +0200
  • c61753d89d FD color gives 3-tuple, transparency as separate property Christopher Lackner 2022-05-06 17:14:10 +0200
  • cad2391e34 unify MPI Joachim Schoeberl 2022-05-06 16:39:06 +0200
  • 165947295e move ngtcl.hpp interface to meshing/visual_interface.hpp Matthias Hochsteger 2022-05-06 12:02:28 +0200
  • 22e57a1159 Don't load gui libraries when importing netgen Matthias Hochsteger 2022-05-06 10:29:02 +0200
  • 456cb927d1 make shape.solids.maxh = ... consistent with solid.maxh = ... Christopher Lackner 2022-05-05 18:09:42 +0200
  • 81b22633cd Merge branch 'ge_directionalintervall' into 'master' Schöberl, Joachim 2022-05-05 18:09:09 +0200
  • 03347e8e33 fix tcl/tk build flags Matthias Hochsteger 2022-05-05 18:04:18 +0200
  • a04b7b5d5d __ge__ and __le__ operator for DirectionalInterval Christopher Lackner 2022-05-05 17:32:25 +0200
  • 66078cb285 private tcl include dir Matthias Hochsteger 2022-05-05 16:45:43 +0200
  • 8076407e08 Merge branch 'separate_gui_code' into 'master' Hochsteger, Matthias 2022-05-05 14:55:32 +0200
  • b694b4667a rework build system, separate gui and non-gui code Matthias Hochsteger 2022-04-27 13:42:04 +0200
  • 233dba2408 handle multiple closesurface identifications correctly Matthias Hochsteger 2022-05-05 11:21:48 +0200