Update Handy test cases authored by Matthieu Constant's avatar Matthieu Constant
......@@ -120,17 +120,14 @@ for i in range(nsub) :
The loop also contains instruction to write output files. It is important to note that after moving the grains in the computational loop you have to use the _set_particles()_ function to search the new location of the grains in the mesh.
__The handy test cases are:__
## Handy Test Cases
Prerequisite Directory | Prerequisite Run | Test Case Directory | Test Case
a | a | ~/MigFlow/testcases/ | a
|------------------------|------------------|----------------------------------------------|------------------------------|
| depot/ | depot.py | avalanch/avalanch1fluid/ | avalanch1fluidnofriction.py |
| | | avalanch/avalanch2fluids/ | avalanch2fluids.py |
|------------------------|------------------|----------------------------------------------|------------------------------|
| __Prerequisite Directory__ | __Prerequisite Run__ | __Test Case Directory__ | __Test Case__ |
| ------ | ------ | ------ | ------ |
| ~MigFlow/testcases/ | | ~MigFlow/testcases/ | |
| avalanch/depot/ | depot.py | avalanch/avalanch1fluid/ | avalanch1fluidnofriction.py |
| avalanch/depot/ | depot.py | avalanch/avalanch2fluids/ | avalanch2fluids.py |
| | | avalanch/avalanch2fluids/ | avalanch2fluidsnofriction.py |
| | | couette-2d/ | melangeur.py |
| | | depot-2d/ | depot.py |
......
......