File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ digraph ses {
4343
4444 // ── [0] Newtonian RTI ─────────────────────────────────────────────
4545 subgraph cluster_rti {
46- label =" [0] Newtonian RTI\n Physics spaces"
46+ label =" [0] Atomic Newtonian RTI\n Physics spaces"
4747 fontname =" Helvetica"
4848 fontsize =11
4949 fontcolor =" #FFFFFF"
@@ -63,15 +63,17 @@ digraph ses {
6363 ]
6464
6565 node [ fillcolor =" #085041" color =" #5DCAA5" fontcolor =" #9FE1CB" fontsize =10 width =0.9 ]
66+ MOL [ label =" Molecular\n Component" ]
6667 IRF [ label =" Inertial\n Ref. Frame" ]
6768 ACC [ label =" Accel.\n Component" ]
6869 INT [ label =" Interact.\n Component" ]
6970
7071 { rank =IRF ACC INT }
71- IRF -> ACC -> INT [ style =invis ]
72+ MOL -> IRF -> ACC -> INT [ style =invis ]
7273 EN_rti -> IRF [ style =dashed color =" #AFA9EC" arrowhead =none penwidth=0.6 ]
7374 EN_rti -> ACC [ style =dashed color =" #AFA9EC" arrowhead =none penwidth=0.6 ]
7475 EN_rti -> INT [ style =dashed color =" #AFA9EC" arrowhead =none penwidth=0.6 ]
76+ EN_rti -> MOL [ style =dashed color =" #AFA9EC" arrowhead =none penwidth=0.6 ]
7577
7678 // ── [1] Physics Mechanics — specialization of EN_rti ─────────
7779 subgraph cluster_physics {
You can’t perform that action at this time.
0 commit comments