-
- Downloads
Merge branch 'testPeriodicBC' into 'master'
Test periodic bc This tests the periodic boundary conditions which are generated in `space_getsid()` and used in `runner_dopair1_density`. An 8x8x8 mesh is generated that is periodic and 26 pair interactions are computed for the following cells: * All 8 corner cells * The cell at the centre of each face * The cell at the centre of each edge These checks are performed for both unperturbed and perturbed cells. See merge request !350
Showing
- .gitignore 7 additions, 0 deletions.gitignore
- configure.ac 12 additions, 7 deletionsconfigure.ac
- src/runner.c 1 addition, 1 deletionsrc/runner.c
- src/tools.c 7 additions, 0 deletionssrc/tools.c
- tests/Makefile.am 9 additions, 6 deletionstests/Makefile.am
- tests/difffloat.py 4 additions, 10 deletionstests/difffloat.py
- tests/test125cells.c 1 addition, 1 deletiontests/test125cells.c
- tests/testPair.c 0 additions, 1 deletiontests/testPair.c
- tests/testPeriodicBC.c 587 additions, 0 deletionstests/testPeriodicBC.c
- tests/testPeriodicBC.sh.in 30 additions, 0 deletionstests/testPeriodicBC.sh.in
- tests/testPeriodicBCPerturbed.sh.in 30 additions, 0 deletionstests/testPeriodicBCPerturbed.sh.in
- tests/tolerance_125_normal.dat 1 addition, 0 deletionstests/tolerance_125_normal.dat
- tests/tolerance_125_perturbed.dat 2 additions, 1 deletiontests/tolerance_125_perturbed.dat
- tests/tolerance_27_normal.dat 1 addition, 0 deletionstests/tolerance_27_normal.dat
- tests/tolerance_27_perturbed.dat 1 addition, 0 deletionstests/tolerance_27_perturbed.dat
- tests/tolerance_27_perturbed_h.dat 1 addition, 0 deletionstests/tolerance_27_perturbed_h.dat
- tests/tolerance_pair_normal.dat 1 addition, 0 deletionstests/tolerance_pair_normal.dat
- tests/tolerance_pair_perturbed.dat 1 addition, 0 deletionstests/tolerance_pair_perturbed.dat
- tests/tolerance_periodic_BC_normal.dat 4 additions, 0 deletionstests/tolerance_periodic_BC_normal.dat
- tests/tolerance_periodic_BC_perturbed.dat 4 additions, 0 deletionstests/tolerance_periodic_BC_perturbed.dat
Loading
Please register or sign in to comment