unify surface optimization strategy

This commit is contained in:
Christopher Lackner 2019-10-08 16:46:16 +02:00
parent ee7360ad19
commit 27bb2c8e0e
3 changed files with 677 additions and 677 deletions

View File

@ -1234,7 +1234,7 @@ namespace netgen
// P .. plot, pause
// c .. combine
**/
string optimize2d = "smsmsmSmSmSm";
string optimize2d = "smcmSmcmSmcm";
/// number of 2d optimization steps
int optsteps2d = 3;
/// power of error (to approximate max err optimization)

View File

@ -66,7 +66,7 @@ optimize3d: str = "cmdmustm"
optsteps3d: int = 3
Number of 3d optimization steps.
optimize2d: str = "smsmsmSmSmSm"
optimize2d: str = "smcmSmcmSmcm"
2d optimization strategy:
s .. swap, opt 6 lines/node
S .. swap, optimal elements

File diff suppressed because it is too large Load Diff