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
..
2022-05-05 14:39:31 +02:00
2024-03-06 16:29:11 +01:00
2024-03-06 16:29:11 +01:00
2024-03-06 16:29:11 +01:00
2024-03-06 16:29:11 +01:00
2024-04-26 09:55:53 +02:00
2024-02-29 17:19:47 +01:00
2024-03-07 12:39:56 +01:00
2024-03-06 16:29:11 +01:00
2024-03-06 16:29:11 +01:00
2009-02-01 23:08:39 +00:00
2024-02-29 17:19:47 +01:00
2024-04-26 09:55:53 +02:00
2024-04-19 09:46:02 +02:00
2023-08-05 12:01:01 +02:00
2021-11-28 15:14:41 +00:00
2022-12-08 15:19:16 +01:00
2024-01-05 20:07:04 +01:00
2017-01-31 19:21:25 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2022-03-25 18:22:05 -04:00
2019-10-07 15:17:03 +02:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2021-03-10 00:46:58 +01:00
2017-01-31 19:21:25 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-12 23:40:13 +00:00
2024-03-25 10:19:25 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2024-01-05 20:07:04 +01:00
2017-01-31 19:21:25 +01:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2024-01-05 20:07:04 +01:00
2019-10-07 15:17:03 +02:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2024-03-07 12:39:56 +01:00
2024-04-26 09:55:53 +02:00
2024-02-10 09:57:37 +01:00
2018-02-06 14:12:24 -05:00
2024-02-10 20:55:45 +01:00
2023-08-05 12:01:01 +02:00