Matthias Hochsteger
1430b89e39
Update pybind11 to version 2.2.0
...
- Replace PYBIND11_PLUGIN with PYBIND11_MODULE
- Fix warnings about symbol visibility by replacing
'namespace pybind11' with 'namespace PYBIND11_NAMESPACE'
- Pybind sets the default visibility of its namespace to 'hidden'
Thus, our export functions like ExportCSG(py::module &m) also are
hidden by default. To work around that define DLL_HEADER
'__attribute__ ((visibility ("default")))
on GNUC platforms.
2017-09-01 10:16:56 +02:00
Joachim Schöberl
5de14c63a4
set color of CSG top-level object
2017-09-01 09:12:50 +02:00
Joachim Schöberl
7e83edabf1
order of d'tors for global variables: create VSSolution on demand, which is later
2017-08-28 18:19:20 +02:00
Joachim Schöberl
e33c859a43
delete global mesh the old way
2017-08-28 17:23:31 +02:00
Joachim Schöberl
74c8fa5cf4
little polish of bisect
2017-08-27 14:52:57 +02:00
Joachim Schöberl
6d39c78ffb
close surfs with additional sub-domain
2017-08-27 14:52:11 +02:00
Joachim Schöberl
2d4bed6a77
fix crash at netgen exit
2017-08-27 14:51:35 +02:00
Joachim Schöberl
eccccfea62
Merge branch 'check_file_exists' into 'master'
...
Check if mesh file exists before loading
See merge request !59
2017-08-24 15:00:50 +02:00
Matthias Hochsteger
d4a2d4c87b
Check if mesh file exists before loading
...
Also derive NgException from std::exception to print the error message
in Python / on the command line.
2017-08-24 13:59:16 +02:00
Joachim Schöberl
a0485eece0
wasn't worth it
2017-08-17 20:58:08 +02:00
Joachim Schöberl
b20f428eae
to make also gcc-6.3 happy
2017-08-17 20:35:35 +02:00
Joachim Schöberl
3955916ac5
atomic fix
2017-08-17 20:27:41 +02:00
Joachim Schöberl
463c564c98
atomic workaround
2017-08-17 20:24:03 +02:00
Joachim Schöberl
4fe9abcc0e
atomic workaround
2017-08-17 20:20:30 +02:00
Joachim Schöberl
5f211234d1
thread-safe insertion of surface elements
2017-08-17 20:08:08 +02:00
Joachim Schöberl
a86c9d19e0
fix multidim in Netgen
2017-08-16 15:49:45 +02:00
Joachim Schöberl
c5ad77ad0c
Merge branch 'fix_negative_edgenrs' into 'master'
...
delete edges with negative edgenr in mesh.Compress
See merge request !58
2017-08-09 18:51:56 +02:00
Christopher Lackner
180ebbda92
delete edges with negative edgenr in mesh.Compress
2017-08-09 14:31:26 +02:00
Joachim Schöberl
408a3efb3c
Merge branch 'fix_splinesurface' into 'master'
...
fix splinesurface when points are not given exactly
See merge request !55
2017-08-08 08:01:32 +02:00
Christopher Lackner
e910eb5613
fix splinesurface when points are not given exactly
2017-08-02 14:45:03 +02:00
Joachim Schöberl
fd9fe340e6
Merge branch 'fix_import_neutral_mesh' into 'master'
...
fix import of neutral file format with multiple surface numbers
See merge request !54
2017-08-01 10:16:36 +02:00
Christopher Lackner
ad490200a0
fix import of neutral file format with multiple surface numbers
2017-08-01 10:15:07 +02:00
Matthias Hochsteger
0fe8f9bfcf
Merge remote-tracking branch 'luzpaz/misc-typo-fixes'
2017-07-26 12:37:33 +02:00
luzpaz
cea3f3e2b9
Misc. typo fixes
2017-07-25 23:29:41 -04:00
Joachim Schöberl
043e3403ba
use geometry from mesh on export user format
2017-07-24 22:26:18 +02:00
Joachim Schöberl
046f473619
Merge branch 'master' of data.asc.tuwien.ac.at:jschoeberl/netgen
2017-07-24 21:49:59 +02:00
Joachim Schöberl
8377ab058d
switch off creation of hexes per default
2017-07-24 21:49:49 +02:00
Joachim Schöberl
f8735f7098
Merge branch 'python_meshingparameters' into 'master'
...
Add 3 meshingparameters to python interface
See merge request !52
2017-07-24 17:14:15 +02:00
Bernd Schwarzenbacher
2a37793f72
Add 3 meshingparameters to python interface
2017-07-24 11:00:56 -04:00
Matthias Hochsteger
5646a725dd
Fix non-GUI build on Windows
2017-07-21 05:24:49 -07:00
Matthias Hochsteger
3082f82498
Fix configure errors with USE_PYTHON=OFF
2017-07-20 11:18:34 +02:00
Matthias Hochsteger
0fc62e7920
Some DLL_HEADERs for Windows
2017-07-19 11:26:12 -07:00
Matthias Hochsteger
82c61f04a8
gitlab-ci: push to github repository
2017-07-18 11:53:52 +02:00
Gerhard Kitzler
f992503499
Fix NgOCC.py
2017-06-30 09:32:12 +02:00
Gerhard Kitzler
fe21f0aff1
Fix FFMPEG for Windows
2017-06-30 09:31:18 +02:00
Joachim Schöberl
f2f3e92125
second order segments available for Python
2017-06-28 07:23:28 +02:00
Joachim Schöberl
792ff477be
respect 2nd order segment when exporting neutral format
2017-06-28 00:16:56 +02:00
Joachim Schöberl
ee476e154d
set MeshPoint coordinates
2017-06-26 23:26:09 +02:00
Joachim Schöberl
4cb120047c
replace char* by string
2017-06-25 18:22:46 +02:00
Joachim Schöberl
5d62946130
Merge branch 'master' of data.asc.tuwien.ac.at:jschoeberl/netgen
2017-06-23 22:10:14 +02:00
Joachim Schöberl
4309c1c656
facets for 0D elements
2017-06-23 22:09:50 +02:00
Matthias
80355b43cb
Set path to TCL/TK libs explicitly on Windows
2017-06-22 15:01:11 +02:00
Joachim Schöberl
584f4506a9
Merge branch 'par_fixes' into 'master'
...
Par fixes
See merge request !51
2017-06-21 09:31:12 +02:00
Lukas Kogler
4c0c5aac8c
correctly use delete[] instead of delete in python_mesh.cpp
2017-06-20 10:27:26 +02:00
Lukas Kogler
7677da04a6
Merge remote-tracking branch 'origin/master' into par_fixes
2017-06-19 11:24:41 +02:00
Matthias Hochsteger
95366beb54
Fix spaces in install dir
2017-06-14 01:10:41 -07:00
Joachim Schöberl
837e92bb16
set geometry (thx Lukas)
2017-06-12 12:33:20 +02:00
Joachim Schöberl
7a13049ab8
name faces of unit_cube
2017-06-11 09:45:15 +02:00
Joachim Schöberl
a50f65b7f7
remove python test-output
2017-06-10 18:44:01 +02:00
lkogler
1e9e376d2e
prettied it all up a bit
2017-06-09 20:56:19 +02:00