code:ls_scf
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| code:ls_scf [2015/01/24 19:15] – created oschuett | code:ls_scf [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| < | < | ||
| digraph ls_scf { | digraph ls_scf { | ||
| - | start [shape=ellipse, | + | splines=" |
| + | start [shape=ellipse, | ||
| - | node [shape=box, width=3]; | + | node [shape=box, width=4]; |
| - | do_init [label=" | + | do_init [label=" |
| start -> do_init; | start -> do_init; | ||
| Line 13: | Line 14: | ||
| { | { | ||
| rank=same; | rank=same; | ||
| - | if_precon_ks [shape=diamond, | + | if_precon_ks [shape=diamond, |
| - | do_precon_ks [label=" | + | do_precon_ks [label=" |
| - | if_precon_ks -> do_precon_ks [label=" | + | if_precon_ks -> do_precon_ks [taillabel=" |
| } | } | ||
| do_qs_to_ls -> if_precon_ks; | do_qs_to_ls -> if_precon_ks; | ||
| - | do_filter_ks[label=" | + | do_filter_ks[label=" |
| - | if_precon_ks -> do_filter_ks; | + | if_precon_ks -> do_filter_ks[label=" |
| - | do_precon_ks -> do_filter_ks[weight=0]; | + | do_precon_ks |
| { | { | ||
| rank=same; | rank=same; | ||
| - | if_curvy [shape=diamond, | + | if_curvy [shape=diamond, |
| - | do_curvy [label=" | + | do_curvy [label=" |
| - | if_curvy -> do_curvy [label=" | + | if_curvy -> do_curvy [taillabel=" |
| } | } | ||
| do_filter_ks -> if_curvy; | do_filter_ks -> if_curvy; | ||
| do_mixing; | do_mixing; | ||
| - | if_curvy -> do_mixing; | + | if_curvy -> do_mixing[label=" |
| { | { | ||
| rank=same; | rank=same; | ||
| - | if_trans [shape=diamond, | + | if_trans [shape=diamond, |
| - | do_trans [label=" | + | do_trans [label=" |
| - | if_trans -> do_trans [label=" | + | if_trans -> do_trans [taillabel=" |
| } | } | ||
| do_mixing -> if_trans; | do_mixing -> if_trans; | ||
| - | select_method[shape=diamond, | + | select_method[shape=diamond, |
| - | if_trans -> select_method; | + | if_trans -> select_method[label=" |
| { | { | ||
| rank=same; | rank=same; | ||
| - | dm_sign; | + | dm_sign[label=" |
| - | dm_tc2; | + | dm_tc2[label=" |
| - | dm_trs4; | + | dm_trs4[label=" |
| } | } | ||
| - | select_method -> dm_sign; | + | select_method -> dm_sign |
| - | select_method -> dm_tc2; | + | select_method -> dm_tc2 |
| - | select_method -> dm_trs4; | + | select_method -> dm_trs4 |
| { | { | ||
| rank=same; | rank=same; | ||
| - | if_precon_p [shape=diamond, | + | if_precon_p [shape=diamond, |
| - | do_precon_p [label=" | + | do_precon_p [label=" |
| - | if_precon_p -> do_precon_p [label=" | + | if_precon_p -> do_precon_p [taillabel=" |
| } | } | ||
| Line 66: | Line 67: | ||
| dm_trs4 -> if_precon_p; | dm_trs4 -> if_precon_p; | ||
| - | do_filter_p[label=" | + | do_filter_p[label=" |
| - | if_precon_p -> do_filter_p; | + | if_precon_p -> do_filter_p[label=" |
| do_precon_p -> do_filter_p[weight=0]; | do_precon_p -> do_filter_p[weight=0]; | ||
| do_dm_to_ks[label=" | do_dm_to_ks[label=" | ||
| - | do_filter_p -> do_dm_to_ks; | + | |
| + | do_filter_p | ||
| + | do_curvy | ||
| + | do_trans | ||
| + | |||
| + | if_converged[shape=diamond, | ||
| + | do_dm_to_ks -> if_converged; | ||
| + | do_qs_to_ls -> if_converged[headlabel=" | ||
| do_post [label=" | do_post [label=" | ||
| - | do_dm_to_ks | + | if_converged |
| - | return [shape=ellipse, | + | return [shape=ellipse, |
| do_post -> return; | do_post -> return; | ||
| } | } | ||
| </ | </ | ||
code/ls_scf.1422126954.txt.gz · Last modified: (external edit)
