mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Do not use NETGEN as it's unavailable during 'make test'
This commit is contained in:
parent
b2f41043c8
commit
c614b162dd
@ -25,6 +25,6 @@ deflection = 0.05
|
|||||||
|
|
||||||
mesh = smesh.Mesh( shape )
|
mesh = smesh.Mesh( shape )
|
||||||
mesh.Segment().Adaptive( minSize, maxSize, deflection )
|
mesh.Segment().Adaptive( minSize, maxSize, deflection )
|
||||||
mesh.Triangle( smeshBuilder.NETGEN_2D )
|
mesh.Triangle().MaxElementArea( 300 )
|
||||||
mesh.Compute()
|
mesh.Compute()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user