mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-12 22:20:35 +05:00
unify surface optimization strategy
This commit is contained in:
parent
ee7360ad19
commit
27bb2c8e0e
@ -1234,7 +1234,7 @@ namespace netgen
|
|||||||
// P .. plot, pause
|
// P .. plot, pause
|
||||||
// c .. combine
|
// c .. combine
|
||||||
**/
|
**/
|
||||||
string optimize2d = "smsmsmSmSmSm";
|
string optimize2d = "smcmSmcmSmcm";
|
||||||
/// number of 2d optimization steps
|
/// number of 2d optimization steps
|
||||||
int optsteps2d = 3;
|
int optsteps2d = 3;
|
||||||
/// power of error (to approximate max err optimization)
|
/// power of error (to approximate max err optimization)
|
||||||
|
@ -66,7 +66,7 @@ optimize3d: str = "cmdmustm"
|
|||||||
optsteps3d: int = 3
|
optsteps3d: int = 3
|
||||||
Number of 3d optimization steps.
|
Number of 3d optimization steps.
|
||||||
|
|
||||||
optimize2d: str = "smsmsmSmSmSm"
|
optimize2d: str = "smcmSmcmSmcm"
|
||||||
2d optimization strategy:
|
2d optimization strategy:
|
||||||
s .. swap, opt 6 lines/node
|
s .. swap, opt 6 lines/node
|
||||||
S .. swap, optimal elements
|
S .. swap, optimal elements
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user