Commit Graph

  • ef3d7c9270 Propagate all user-defined CMake variables to subproject Matthias Hochsteger 2017-02-10 11:33:05 +0100
  • 360e6fba86 Fix for OCC7.1 on Windows, also support providing own OCC version by setting OCC_INCLUDE_DIR and OCC_LIBRARY_DIR Matthias 2017-02-09 12:07:09 +0100
  • e190943f4f change bc-names Joachim Schöberl 2017-02-09 10:06:34 +0100
  • d96ab0c955 fix boundary-condition dialog (needs alignment) Joachim Schöberl 2017-02-08 00:28:32 +0100
  • 48b7cd9324 Propagate CMAKE_CXX_COMPILER to subproject Matthias Hochsteger 2017-02-07 16:53:38 +0100
  • f674d5a20a Assume that malloc returns memory that is 16 byte-aligned Matthias 2017-02-07 10:26:31 +0100
  • fd3d3e28e6 fix warning Joachim Schöberl 2017-02-04 07:48:48 +0100
  • 74cb50d5ce Update for new FFMPEG version, extra header for implementation Matthias Hochsteger 2017-02-03 15:28:59 +0100
  • 515e68260d remove del environ (its not there any more) Christopher Lackner 2017-02-01 22:32:02 +0100
  • d45950c5e1 Implement internaltcl functionality Matthias Hochsteger 2017-02-01 15:53:56 +0100
  • 643ecc2e5e avoid dependency on env variable NETGENDIR in Python package Matthias Hochsteger 2017-02-01 11:06:43 +0100
  • b46895db9c Merge branch 'occ7_patch' into 'master' Joachim Schöberl 2017-01-31 19:31:49 +0100
  • fa9d918963 Apply patches for OpenCasCade 7 by Lorenz Lechner see b443cbdb13/patches Matthias Hochsteger 2017-01-31 19:21:25 +0100
  • b94c409435 Merge branch 'nogui_fixes' into 'master' Matthias Hochsteger 2017-01-31 17:30:24 +0100
  • 685981d463 Fixes for non-GUI builds Matthias Hochsteger 2017-01-31 15:35:56 +0100
  • 0cf1cfea5c Set DLL_HEADER to export in OCC subfolder Matthias Hochsteger 2017-01-31 14:58:01 +0100
  • b0117c9639 gitlab-ci: adapt settings for new runner Matthias Hochsteger 2017-01-31 14:12:22 +0100
  • e0e856f7c0 Only warn at missing write permissions Matthias Hochsteger 2017-01-31 12:20:27 +0100
  • d718e86081 Merge branch 'csgfeatures' into 'master' Joachim Schöberl 2017-01-27 20:08:43 +0100
  • 551db1627e fix CalcProj for ExtrusionFace and export to python Christoph Wintersteiger 2017-01-27 16:14:27 +0100
  • 660425ab61 fix for DEVELOP, Vec has no Get Christoph Wintersteiger 2017-01-27 16:07:08 +0100
  • 1e2ec455ab Propagate CMAKE_BUILD_TYPE to Netgen subproject Matthias Hochsteger 2017-01-26 14:52:15 +0100
  • 52517218c9 Merge branch 'elofpoint-tol' into 'master' Joachim Schöberl 2017-01-25 21:25:52 +0100
  • 673aa7103d Allow building MacOS bundles without root permissions Matthias Hochsteger 2017-01-25 18:24:31 +0100
  • 424b246eda Workaround to scale up fonts on high resolution Linux systems Matthias Hochsteger 2017-01-20 10:39:16 +0100
  • cc0f14c14c Move more widgets from tk to ttk Matthias Hochsteger 2017-01-20 10:28:15 +0100
  • c992c64401 Merge branch 'netgen_force_rebuild' into 'master' Matthias Hochsteger 2017-01-20 10:32:40 +0100
  • cb8bef9423 Force rebuild of Netgen subproject when building the Superbuild Matthias Hochsteger 2017-01-20 10:16:48 +0100
  • 0c98422172 Remove unused CMake code Matthias Hochsteger 2017-01-16 15:01:57 +0100
  • 4cff6b546a install all headers to INCDIR Matthias Hochsteger 2017-01-16 14:56:57 +0100
  • 9cbe5f7c73 only build necessary targets Matthias Hochsteger 2017-01-16 12:30:02 +0100
  • c6783a4d98 MacOS build fix Matthias Hochsteger 2017-01-16 12:12:41 +0100
  • d91127832a Add missing patch for TK on MacOS, add .gitignore file Matthias Hochsteger 2017-01-16 00:22:56 +0100
  • 2d63931130 Fixes for MacOS build Matthias Hochsteger 2017-01-15 19:32:59 +0100
  • ff8e405afb store downloaded dependencies in source tree to avoid repeating downloads after cleaning the build tree Matthias Hochsteger 2017-01-15 19:28:02 +0100
  • 60768cf9c5 use tolerance in GetElementOfPoint when using a search tree Alexander Schlüter 2017-01-12 21:09:07 +0100
  • 9987116703 Update pybind11 to v2.0.1 Matthias Hochsteger 2017-01-12 11:45:29 +0100
  • 2b16f9994f Fix write permission check Matthias Hochsteger 2017-01-10 18:45:49 +0100
  • b9018982e1 Differen default install dir on MacOS Matthias Hochsteger 2017-01-10 18:40:26 +0100
  • a08fd7a509 vec in netgen.csg Joachim Schöberl 2017-01-10 18:38:36 +0100
  • 98a43821ae osx superbuild fix Joachim Schöberl 2017-01-10 16:04:34 +0100
  • 99b5dc571e Update TCL/TK/TKDND build settings for MacOS Matthias Hochsteger 2017-01-10 14:49:35 +0100
  • d6c6fbab98 allow parallel build for netgen subproject Matthias Hochsteger 2017-01-10 12:39:12 +0100
  • d557e59a69 check for write permissions at INSTALL_DIR on Unix platforms Matthias Hochsteger 2017-01-10 12:01:48 +0100
  • 77dde0977b Search for pybind11 only at the git submodule location - Fixes a bug where pybind11 is found in the installation directory Matthias Hochsteger 2017-01-09 19:16:53 +0100
  • 35a8281d52 Fix Python include dir Matthias Hochsteger 2017-01-09 19:28:35 +0100
  • e4e1d0316c forward PYBIND_INCLUD_DIR to Netgen subproject Matthias Hochsteger 2017-01-09 19:15:44 +0100
  • 190d035809 Fix Python paths Matthias Hochsteger 2017-01-09 18:45:12 +0100
  • 745924e71a CMake: prepend NETGEN_ to set variables in NetgenConfig.cmake Matthias Hochsteger 2017-01-09 14:03:30 +0100
  • fc64b97e77 CMake: fix finding Python 3 libraries Matthias Hochsteger 2017-01-09 14:02:50 +0100
  • f44a32e4de Merge branch 'pointoutofquad' into 'master' Joachim Schöberl 2017-01-06 22:16:53 +0100
  • 5f3cf1a806 fix slash/baslash issue in CMake path Matthias Hochsteger 2017-01-05 15:05:13 +0100
  • d1de4a7cf9 Introduce NetgenGeometry base class to Python. export meshing first, then csg Joachim Schöberl 2017-01-05 05:08:24 +0100
  • 3e9ad94307 point out of quad fix Michael Neunteufel 2017-01-02 11:06:36 +0100
  • c31240580b remove test output Joachim Schöberl 2017-01-01 15:34:38 +0100
  • 80536a3308 CMake: Add External projects to fetch and install some dependencies automatically on Windows and MacOS Matthias Hochsteger 2016-12-22 19:12:11 +0100
  • d95999161d CMake: export targets Matthias Hochsteger 2016-12-20 13:06:43 +0100
  • 9790774b49 change to SurfaceElementIndex Joachim Schöberl 2016-12-15 13:05:34 +0100
  • d3e1f0e8fd Merge branch 'py_exp_ComprAndDelsurfels' into 'master' Joachim Schöberl 2016-12-15 13:03:24 +0100
  • 4267cdfaff Merge branch 'install_stlpy' into 'master' Joachim Schöberl 2016-12-15 11:50:47 +0100
  • 0f51e1375c install stl.py Christopher Lackner 2016-12-15 11:41:50 +0100
  • bf1dfb6b08 Merge branch 'stl_to_python' into 'master' Joachim Schöberl 2016-12-14 18:02:52 +0100
  • 5a940b0b13 Compress and DeleteSurfaceElements Christoph Lehrenfeld 2016-12-14 13:27:01 +0100
  • 775d998235 don't be so strict with deprecated Joachim Schöberl 2016-12-12 23:08:22 +0100
  • 54aa508fb6 fix 0/1 base Joachim Schöberl 2016-12-12 23:01:21 +0100
  • e16dfde5e7 fix libstlvis Christopher Lackner 2016-12-12 14:26:49 +0100
  • d081c1d455 Merge branch 'master' into stl_to_python Christopher Lackner 2016-12-12 14:24:09 +0100
  • 2649726692 fix DLL_HEADER export Christopher Lackner 2016-12-12 14:22:24 +0100
  • a5e411d008 load stl fix and some vis Christopher Lackner 2016-12-12 13:14:47 +0100
  • d6b16870fa PointIndex::BASE = 0 and STL, PointIndices Joachim Schöberl 2016-12-12 11:47:46 +0100
  • 25d2e497b1 add python stl submodule Christopher Lackner 2016-12-12 10:47:05 +0100
  • 6e60338987 Merge branch 'master' into stl_to_python Christopher Lackner 2016-12-12 10:39:51 +0100
  • be1e6e160b PointIndex::BASE = 0 working for CSG Joachim Schöberl 2016-12-11 20:17:07 +0100
  • 59dc0b6c6a Array::Append does not return size anymore ( will be changed to last ) Joachim Schöberl 2016-12-11 18:22:07 +0100
  • bdbc415589 more use of PointIndex Joachim Schöberl 2016-12-11 18:02:16 +0100
  • 4c32c2ac25 more use of PointIndex Joachim Schöberl 2016-12-11 12:12:05 +0100
  • e4a6d127fd dont't store orientation of edges and faces. This gives a unified memory layout for edges and faces and allows to access facets without copying (in 2D and 3D) Joachim Schöberl 2016-12-10 19:02:00 +0100
  • 6513fa3a44 Merge branch 'mesh_only_one_domain' into 'master' Joachim Schöberl 2016-12-09 19:38:20 +0100
  • 8870108846 Merge branch 'master' into mesh_only_one_domain Christopher Lackner 2016-12-09 16:36:50 +0100
  • 561cf4e75f add files Christopher Lackner 2016-12-09 16:34:22 +0100
  • a423258f54 Merge branch 'genmesh_firststep_as_meshingparam' into 'master' Joachim Schöberl 2016-12-07 20:01:54 +0100
  • bb85bb01a3 quads are curved (in general) Joachim Schöberl 2016-12-06 21:54:40 +0100
  • 9f9a5e4304 fix typo Christopher Lackner 2016-12-06 13:38:18 +0100
  • c771ca5bdc fix occ genmesh Christopher Lackner 2016-12-06 13:23:08 +0100
  • 7743503c1d fix and use in swapimprove as well Christopher Lackner 2016-12-06 11:32:16 +0100
  • 93d16ed1c3 Tix is not needed anymore Matthias Hochsteger 2016-12-05 23:07:00 -0800
  • 1f314ae0ee fix wrong order of arguments Christopher Lackner 2016-12-05 15:37:05 +0100
  • 181eea5038 typo fix Christopher Lackner 2016-12-05 15:10:34 +0100
  • dc3a214994 merge endMeshStep Christopher Lackner 2016-12-05 15:08:25 +0100
  • 16ecf99cce remove onlySurface again (use MeshingSteps instead) Christopher Lackner 2016-12-05 14:59:44 +0100
  • bd39b8df88 export enum MeshingStep Christopher Lackner 2016-12-05 14:39:09 +0100
  • f582c7935f remove perfstepsstart from python interface Christopher Lackner 2016-12-05 14:31:12 +0100
  • 7e4892a9e7 firststep and laststep as meshingparameters to be exported to python Christopher Lackner 2016-12-05 13:50:21 +0100
  • a0326d490d some fixes Christopher Lackner 2016-12-05 13:15:06 +0100
  • ee833ff362 add onlySurface to generate only surface mesh Christopher Lackner 2016-12-02 19:00:34 +0100
  • 0d36c69c25 domainwise meshing and optimization enabled Christopher Lackner 2016-12-02 14:59:59 +0100
  • 953bd13cf4 Support for OpenGL buffer objects on Windows Matthias 2016-12-02 12:27:26 +0100
  • e31cc7dfa1 Not necessary to cast py::list to python object Matthias Hochsteger 2016-12-01 14:24:30 +0100
  • 867ee51fcb Merge branch 'quadbug' into 'master' Joachim Schöberl 2016-11-28 12:36:57 +0100
  • f65651ce0e bug fix PointContainedIn2DElement Michael Neunteufel 2016-11-27 19:25:25 +0100