netgen/libsrc
Monty Montgomery 6159d89386 Numerous changes to python bindings for clean stub generation
I'm uncertain about earlier/alternate versions, but the current
version of mainline pybind11_stubgen requires a number of changes in
the python binding cpp files to succeed:

__repr__ implementation added for some basic types

Added default descriptions via py::arg_v variant syntax for those
cases where a __repr__ implementation made no sense (eg, for a default
sonstructor of a complex type)

Moved class declarations to precede first use in arguments/returns

Added trailing default arguments, so that mandatory args did not
follow optional args (without resorting to kwargs trickery).
2022-05-15 01:16:58 -04:00
..
core Fix nullptr deref in archive 2022-05-15 01:16:58 -04:00
csg Numerous changes to python bindings for clean stub generation 2022-05-15 01:16:58 -04:00
general Two nullptr deref fixes in table 2022-05-15 01:16:58 -04:00
geom2d Numerous changes to python bindings for clean stub generation 2022-05-15 01:16:58 -04:00
gprim rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
include move ngtcl.hpp interface to meshing/visual_interface.hpp 2022-05-06 12:23:50 +02:00
interface Type corrections in rw_cgns 2022-05-15 01:16:58 -04:00
linalg rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00
meshing Numerous changes to python bindings for clean stub generation 2022-05-15 01:16:58 -04:00
occ Numerous changes to python bindings for clean stub generation 2022-05-15 01:16:58 -04:00
stlgeom Export additional classes to provide typeinfo visibility 2022-05-15 01:16:58 -04:00
visualization Don't load gui libraries when importing netgen 2022-05-06 10:59:59 +02:00
CMakeLists.txt rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00