netgen/libsrc
Christopher Lackner f808a2bb64 Propagate maxh to children only in occgeom constructor
Allows resetting maxh to larger values again:

```
from netgen.occ import *
from ngsolve import *

b1 = Box((-1,-1,-1), (1,1,1))

b1.faces.Max(X).maxh = 0.1
b1.faces.Max(X).maxh = 0.2

geo = OCCGeometry(b1)
mesh = Mesh(geo.GenerateMesh(maxh=0.5))
Draw(mesh)
```

Needed for example in meshing app. Before it was not possible to set
maxh to larger value again.
2024-04-26 09:55:53 +02:00
..
core makePyTuple from BaseArrayObject 2024-04-04 15:20:17 +02:00
csg Archive with nondefault constructor 2023-08-28 10:02:22 +02:00
general Add range check in table 2024-04-02 21:58:58 +02:00
geom2d rename INT to IVec (avoiding windows name conflict) 2024-02-12 07:36:26 +01:00
gprim fix inconsistent dll linkage (to libsrc/general/template.hpp::39) 2023-10-16 16:50:55 +02:00
include include cassertk 2024-04-12 09:55:38 +02:00
interface replace INT by IVec (cgns) 2024-02-12 07:44:26 +01:00
linalg dont include archive.hpp, use template function 2023-09-05 13:23:37 +02:00
meshing hp/macro-refinement hierarchy routed through Python 2024-04-18 11:58:50 +02:00
occ Propagate maxh to children only in occgeom constructor 2024-04-26 09:55:53 +02:00
stlgeom Removewinheader 2024-02-11 11:02:18 +01:00
visualization rename INT to IVec (avoiding windows name conflict) 2024-02-12 07:36:26 +01:00
CMakeLists.txt rework build system, separate gui and non-gui code 2022-05-05 14:39:31 +02:00