Commit Graph

1130 Commits

Author SHA1 Message Date
Joachim Schöberl
fe356ab3ca 0 to py::int_ conversion 2016-11-04 14:55:15 +01:00
Joachim Schöberl
7d41e4562a Merge branch 'pybind11_merge_request' into 'master'
Pybind11 merge request

Well, the title explains it all :)

See merge request !9
2016-11-04 14:03:49 +01:00
Matthias Hochsteger
399d370463 fix some typos and add placement new operator to AlignedAlloc 2016-11-04 12:48:23 +01:00
Matthias Hochsteger
abde483216 fix wrong namespace 2016-11-04 12:19:38 +01:00
Matthias Hochsteger
96c1235184 switch from boost::python to pybind11 2016-11-04 12:14:52 +01:00
Joachim Schöberl
08a662ae77 optional use of opengl-buffers (not supported on WIN without additional library) 2016-11-02 06:05:08 +01:00
Joachim Schöberl
e780f55ddd include glew 2016-11-01 21:04:31 +01:00
Joachim Schöberl
6d4704770d solution rendering using vertex arrays 2016-11-01 11:47:49 +01:00
Joachim Schöberl
3fcb7d13d5 dummy aligned-alloc without AVX 2016-10-30 15:15:16 +01:00
Joachim Schöberl
3a631f10ca solution visualization using AVX 2016-10-30 15:01:52 +01:00
Joachim Schöberl
cdcd868712 size_t 2016-10-25 23:34:06 +02:00
Joachim Schöberl
b5571213f4 meshing parameters to vol-meshing 2016-10-20 13:19:24 +02:00
Joachim Schöberl
87656d3b87 periodic edges in 2d 2016-10-20 12:29:00 +02:00
Matthias Hochsteger
a351863f19 fix DEB file dependencies 2016-10-14 16:38:25 +02:00
Joachim Schöberl
06084bff82 fix boundary-labels in 2D 2016-10-10 19:58:14 +02:00
Joachim Schöberl
ff84375089 local mesh-size in MeshingParameters via Python 2016-09-29 16:44:16 +02:00
Joachim Schöberl
b7a869b77f stable evaluation of implizit spline-curve representation 2016-09-29 11:03:00 +02:00
Joachim Schöberl
d7a5f44c39 remove timer 2016-09-26 19:10:57 +02:00
Joachim Schöberl
8d8ce8add6 closesurfacefix 2016-09-16 15:32:19 +02:00
Joachim Schöberl
1b55504456 fixed function for surface of revolution 2016-09-07 09:06:40 +02:00
Joachim Schöberl
1d70dcf08b use convex hulls 2016-09-07 09:05:03 +02:00
Joachim Schöberl
40bb7d7c61 added function for 2d 2016-09-07 09:03:49 +02:00
Joachim Schöberl
103f0e6280 use convex hulls 2016-09-07 09:03:29 +02:00
Joachim Schöberl
0eaedadf10 modified spline projection 2016-09-07 09:02:57 +02:00
Joachim Schöberl
6c44a273ce more options 2016-09-07 09:00:39 +02:00
Joachim Schöberl
8725d45425 silence warnings 2016-09-07 06:27:32 +02:00
Joachim Schöberl
8c118c6fc9 wrap revolution solid to python 2016-09-06 16:21:33 +02:00
Matthias Hochsteger
8078c25f55 add method Draw() to CSG class in Python 2016-08-31 18:29:33 +02:00
Matthias Hochsteger
a9c0525891 allow access to global mesh pointer from Python 2016-08-30 15:32:55 +02:00
Matthias Hochsteger
93c5f98d90 export SelectFace to Python (useful to update timestamp of vsmesh) 2016-08-30 15:02:43 +02:00
Joachim Schöberl
64a6f85f12 Merge branch 'vs2015_update3_fix' into 'master'
fix for VS2015 Update 3



See merge request !8
2016-08-26 15:49:34 +02:00
Matthias
f152c4924e fix for VS2015 Update 3 2016-08-26 14:33:57 +02:00
Matthias Hochsteger
1ce39a7c56 export FaceDescriptor::SetSurfaceColor 2016-08-25 17:18:27 +02:00
Matthias Hochsteger
7f23bacbf5 Revert "new Python function SetGeometryObject to allow visualization of Python-generated…"
This reverts commit 50650d91f9
2016-08-25 17:02:37 +02:00
Matthias Hochsteger
50650d91f9 new Python function SetGeometryObject to allow visualization of Python-generated geometries in Netgen GUI 2016-08-25 15:16:45 +02:00
Joachim Schöberl
ecb7dd5dae build edges in parallel 2016-08-22 07:41:11 +02:00
Joachim Schöberl
20ea4a9e44 restructure build-edges 2016-08-22 06:47:50 +02:00
Joachim Schöberl
9c97eb5252 fix for quad-faces 2016-08-18 18:01:25 +02:00
Matthias Hochsteger
5e26af53b7 gitlab-ci: fix cache keys 2016-08-18 16:08:52 +02:00
Joachim Schöberl
a54a40a771 fix build-faces for 2D 2016-08-18 11:49:59 +02:00
Joachim Schöberl
5413493c64 vertex2pointelement ... 0 based 2016-08-18 09:50:11 +02:00
Joachim Schöberl
a7b413944d more ParallelFor in update topology 2016-08-18 08:00:47 +02:00
Joachim Schöberl
e009a8b687 started task-manager in netgen (topology) 2016-08-18 00:49:47 +02:00
Gerhard Kitzler
1a64efc213 Return useful values in Ng_GetNode<0> for 1d meshes 2016-08-17 17:31:37 +02:00
Gerhard Kitzler
05add9530d Fixed index issue for 0D elements in topology 2016-08-17 17:17:23 +02:00
Joachim Schöberl
f5a9991d24 0-dim elements in topology 2016-08-17 14:51:24 +02:00
Gerhard Kitzler
982fee589e Merge branch 'master' of data.asc.tuwien.ac.at:jschoeberl/netgen 2016-08-11 17:29:38 +02:00
Gerhard Kitzler
a18ac184b2 Python support for PRISM 2016-08-11 17:28:55 +02:00
Matthias Hochsteger
3a70d212fb fix alignment issue for SIMD code 2016-08-10 19:30:09 +02:00
Matthias Hochsteger
5f29387c0b force linking interface to nglib and nglib to netgenpy, this avoids missing symbols when importing netgen from python 2016-08-09 14:03:47 +02:00