Joachim Schöberl
60c80fe9fc
use (double) factor for 2D hprefinement for strength of geometric refinement
2017-10-03 06:34:09 +02:00
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
d1de4a7cf9
Introduce NetgenGeometry base class to Python. export meshing first, then csg
2017-01-05 05:08:24 +01:00
Christopher Lackner
7e4892a9e7
firststep and laststep as meshingparameters to be exported to python
2016-12-05 13:50:21 +01:00
Matthias Hochsteger
e31cc7dfa1
Not necessary to cast py::list to python object
2016-12-01 14:24:30 +01:00
Joachim Schöberl
fe356ab3ca
0 to py::int_ conversion
2016-11-04 14:55:15 +01:00
Matthias Hochsteger
96c1235184
switch from boost::python to pybind11
2016-11-04 12:14:52 +01:00
Joachim Schöberl
87656d3b87
periodic edges in 2d
2016-10-20 12:29:00 +02:00
Matthias
f152c4924e
fix for VS2015 Update 3
2016-08-26 14:33:57 +02:00
Joachim Schöberl
f3a1325ca8
2d hprefinement
2016-07-08 17:40:59 +02:00
Joachim Schöberl
7165c90fb1
features for 2d meshing
2015-11-01 12:07:26 +01:00
Joachim Schöberl
5bcf28d196
mesh size and bcnames for 2d geometries
2015-10-30 19:50:40 +01:00
Joachim Schöberl
2ea47dc455
maxh for 2D geometries, draw mesh douring mesh generation
2015-10-15 16:11:23 +02:00
Joachim Schöberl
105111f5c9
materials in 2D
2015-09-12 15:02:56 +02:00
Joachim Schoeberl
8c6cf8ded4
mesh has geometry-ptr
2015-08-26 13:56:06 +02:00
Joachim Schoeberl
714385724c
meshing from python in 2d
2015-08-08 13:02:54 +02:00
Matthias Hochsteger
cb5c6b477c
DLL_HEADER, togl include
2015-01-16 10:29:25 +00:00
Christoph Wintersteiger
17fe06468d
ModuleScope
2014-10-08 15:48:48 +00:00
Joachim Schoeberl
aa3ce9653f
2d bc
2014-09-26 11:51:10 +00:00
Joachim Schoeberl
1437009867
makefile, mesh shared ptr
2014-09-26 10:10:16 +00:00
Christoph Wintersteiger
908ac2bf0b
Boost Python Module added
2014-09-26 09:34:25 +00:00
Christoph Wintersteiger
be3ee96678
new method "Append" to add segments
2014-09-16 16:39:54 +00:00
Christoph Wintersteiger
55e3841eea
Python interface for SplineGeometry2d
2014-09-10 11:16:09 +00:00