|
|
5ebac27fd5
|
safety for division by zero in scaling of the projection
|
2020-08-10 15:15:47 -05:00 |
|
|
|
a83147ce20
|
fixed bug in respa neighbor list
|
2020-08-10 16:01:28 -04:00 |
|
|
|
7d8dcb0fb0
|
Remove strtok from reader_native.cpp
|
2020-08-10 15:56:06 -04:00 |
|
|
|
2de98999c1
|
bug fix formula for frame of reference rotation for granular tangential history
|
2020-08-10 14:51:00 -05:00 |
|
|
|
1370090586
|
Move comm destruction to after modify to leave available for fixes
Needed in some cases to cleanup asynchronous inter-step transfers.
|
2020-08-10 15:49:52 -04:00 |
|
|
|
3993f53946
|
must skip DeathTests if no data file loaded
|
2020-08-10 15:46:28 -04:00 |
|
|
|
67af8c000e
|
fix r-RESPA bug in storing global total force data
|
2020-08-10 15:46:00 -04:00 |
|
|
|
b12f9d5150
|
Remove strtok in thermo.cpp
|
2020-08-10 13:53:59 -04:00 |
|
|
|
079cc123e5
|
Remove unused function
|
2020-08-10 12:27:08 -04:00 |
|
|
|
e2b113b5e1
|
Merge branch 'master' into refactor-reading
|
2020-08-10 12:25:16 -04:00 |
|
|
|
6f1055a9b1
|
Merge pull request #2281 from jtclemm/patch_fix_store
Patch fix store to encode the size of per-atom data consistently with other related fixes for restarting.
|
2020-08-10 12:09:08 -04:00 |
|
|
|
bf724332d4
|
implement tangential force history in mindlin/force and mindlin_rescale/force
|
2020-08-10 10:53:30 -05:00 |
|
|
|
e3beec8b95
|
revert permission change and replace 'b/c' with 'because'
|
2020-08-10 11:37:52 -04:00 |
|
|
|
0025140902
|
flag which table - identified by keyword - has a warning
|
2020-08-10 11:09:10 -04:00 |
|
|
|
869b09a78f
|
fix typo
|
2020-08-10 11:08:30 -04:00 |
|
|
|
b92eda8ab8
|
enable testing with r-RESPA for real
|
2020-08-09 17:36:15 -04:00 |
|
|
|
c3903efb46
|
add test for berendsen barostat
|
2020-08-09 16:45:21 -04:00 |
|
|
|
4b7356f5af
|
add support for testing virial contributions from fixes (as an option)
|
2020-08-09 16:39:31 -04:00 |
|
|
|
f1da1ed180
|
document restart capability of fix temp/csld and fix temp/csvr
|
2020-08-09 15:29:12 -04:00 |
|
|
|
e51bec10a8
|
one more test variant for fix setforce
|
2020-08-09 15:18:28 -04:00 |
|
|
|
4708cd7e1f
|
always call MPI_Finalize() before exiting tester program
|
2020-08-09 15:17:53 -04:00 |
|
|
|
b223ca1436
|
cleanup and bugfix
|
2020-08-09 15:12:38 -04:00 |
|
|
|
2fcd7b79ab
|
make certain that internal data in RanMars is initialized to avoid false positive with valgrind
|
2020-08-09 15:12:10 -04:00 |
|
|
|
f1da2b2f5f
|
add tests for fix/csvr and fix/csld
|
2020-08-09 14:56:43 -04:00 |
|
|
|
bbcae3b20c
|
added restart capability to fix temp/csld and fix temp/csvr
|
2020-08-09 14:56:27 -04:00 |
|
|
|
383bb7f905
|
added restart capability to RanMars
|
2020-08-09 14:56:00 -04:00 |
|
|
|
897ae681d3
|
remove dead code
|
2020-08-09 14:55:35 -04:00 |
|
|
|
548e108695
|
simplify
|
2020-08-09 14:55:11 -04:00 |
|
|
|
6e9bf8709e
|
add tests for fix rattle
|
2020-08-09 13:58:10 -04:00 |
|
|
|
d8cd12b285
|
print warning only on MPI rank 0
|
2020-08-09 13:57:04 -04:00 |
|
|
|
3ebd194090
|
update documentation for unit testing to include timestepping fix tests
|
2020-08-09 08:18:35 -04:00 |
|
|
|
cabb166041
|
add tests for fix shake
|
2020-08-09 07:40:24 -04:00 |
|
|
|
a4eea29d90
|
add fix setforce test with variables
|
2020-08-09 07:32:46 -04:00 |
|
|
|
a6cc775241
|
add example for wall fix
|
2020-08-09 07:25:27 -04:00 |
|
|
|
1989279442
|
no need to list all dependencies. if atom style full is available, the rest is, too.
|
2020-08-09 07:25:15 -04:00 |
|
|
|
2053776118
|
increase code coverage
|
2020-08-09 07:13:26 -04:00 |
|
|
|
d7c1162e9d
|
make plain and omp test consistent
|
2020-08-09 07:12:56 -04:00 |
|
|
|
a27a03bc1a
|
now also test for global scalars and vectors and t_target for thermostats
|
2020-08-09 01:48:12 -04:00 |
|
|
|
b1e9b6d3fc
|
set variable for checking thermostat target temperature
|
2020-08-09 01:33:37 -04:00 |
|
|
|
88f89c8f14
|
correctly read entire vector
|
2020-08-09 01:27:56 -04:00 |
|
|
|
62a501ebda
|
store cumulative energy change in restart file
|
2020-08-09 01:27:14 -04:00 |
|
|
|
e94d1c5537
|
add function to query whether ErrorStats class has data
|
2020-08-09 01:01:35 -04:00 |
|
|
|
2edad432ce
|
add support for storing a global scalar and global vector
|
2020-08-09 00:03:43 -04:00 |
|
|
|
4b5bc8f63b
|
some more fix tests
|
2020-08-08 23:14:16 -04:00 |
|
|
|
6276e72509
|
also check fix styles. properly detect upper case.
|
2020-08-08 23:13:57 -04:00 |
|
|
|
511944d9bd
|
add a first set of tests for timestepping fixes
|
2020-08-08 22:54:58 -04:00 |
|
|
|
faac18ffd2
|
add tester tool for timestep related fixes: integrators, thermostats, force manipulations, constraints
|
2020-08-08 22:54:17 -04:00 |
|
|
|
0ce43efc34
|
reorder folders, so that the fast tests are run first
|
2020-08-08 22:52:41 -04:00 |
|
|
|
6cea5a9aef
|
added missing restart_settings() in morse/soft
|
2020-08-08 17:11:25 -04:00 |
|
|
|
9bbd6099af
|
unit tests for /soft pair styles
|
2020-08-08 16:30:27 -04:00 |
|