Skip to content
Snippets Groups Projects
Commit 412e718b authored by Bentriou Mahmoud's avatar Bentriou Mahmoud
Browse files

add of R4 in models_exps_er_2d

parent d880650f
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ load_automaton("automaton_F") ...@@ -7,6 +7,7 @@ load_automaton("automaton_F")
load_automaton("automaton_G") load_automaton("automaton_G")
load_automaton("automaton_G_and_F") load_automaton("automaton_G_and_F")
A_F_R4 = create_automaton_F(ER, 5.0, 15.0, 8.0, 10.0, :P)
x1, x2, t1, t2 = 50.0, 100.0, 0.0, 0.8 x1, x2, t1, t2 = 50.0, 100.0, 0.0, 0.8
A_G_R5 = create_automaton_G(ER, x1, x2, t1, t2, :E) A_G_R5 = create_automaton_G(ER, x1, x2, t1, t2, :E)
x3, x4, t3, t4 = 30.0, 100.0, 0.8, 0.9 x3, x4, t3, t4 = 30.0, 100.0, 0.8, 0.9
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment