1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-04-25 18:32:03 +05:00

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
libsrc/meshing
tests/pytest

@ -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)

@ -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