You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1004 B
19 lines
1004 B
#!/bin/bash
|
|
|
|
prism pump.prism pump.props -prop 1 -const h0=2,h1=16,N=2 -gridresolution 40
|
|
prism pump.prism pump.props -prop 1 -const h0=2,h1=16,N=16 -gridresolution 2
|
|
|
|
prism pump.prism pump.props -prop 2 -const h0=2,h1=16,N=2 -gridresolution 40
|
|
prism pump.prism pump.props -prop 2 -const h0=2,h1=16,N=16 -gridresolution 2
|
|
|
|
prism pump.prism pump.props -prop 3 -const h0=2,h1=16,N=2,D=25 -gridresolution 40
|
|
prism pump.prism pump.props -prop 3 -const h0=2,h1=16,N=16,D=25 -gridresolution 2
|
|
|
|
prism pump.prism pump.props -prop 4 -const h0=2,h1=16,N=2,D=25 -gridresolution 40
|
|
prism pump.prism pump.props -prop 4 -const h0=2,h1=16,N=16,D=25 -gridresolution 2
|
|
|
|
# expected time (slow to converge)
|
|
# prism pump.prism pump.props -prop 5 -const h0=2,h1=16,N=2 -gridresolution 40
|
|
# prism pump.prism pump.props -prop 5 -const h0=2,h1=16,N=16 -gridresolution 2
|
|
# prism pump.prism pump.props -prop 6 -const h0=2,h1=16,N=2 -gridresolution 40
|
|
# prism pump.prism pump.props -prop 6 -const h0=2,h1=16,N=16 -gridresolution 2
|