Compare commits

...

1 Commits

Author SHA1 Message Date
eap
b9de6a53b5 Remove MEFISTO
Set NETGEN_2D as default algorithm
2022-04-15 13:10:43 +03:00

View File

@ -354,6 +354,9 @@ class NETGEN_2D_Only_Algorithm(NETGEN_Algorithm):
## type of algorithm used with helper function in smeshBuilder.Mesh class
# @internal
algoType = NETGEN_2D
## flag pointing whether this algorithm should be used by default in dynamic method
# of smeshBuilder.Mesh class
isDefault = True
## doc string of the method
# @internal
docHelper = "Creates triangle 2D algorithm for faces"