2132b1d904
update developer reference text
2022-10-24 11:08:26 -04:00
cccf3f6f78
change email for contacting LAMMPS developers, add to homepage checker
2022-10-20 20:36:03 -04:00
d55e7f9e51
Merge branch 'develop' into region-lookup-refactor
2022-04-23 07:14:28 -04:00
5fd2311951
Pulled develop. Solved false_positives.txt bond.cpp and bond.h files conflict.
2022-04-22 00:24:50 +02:00
69d9c5187e
refactor group access, enable and apply clang-format
2022-04-15 15:29:43 -04:00
200b4f13c7
use dynamic cast instead of c-style cast when casting from base type to derived class
2022-04-10 18:18:06 -04:00
6f2c09c187
Merge branch 'develop' of github.com:lammps/lammps into Elastic_stress
2022-03-21 10:46:53 +01:00
a0996da644
apply new APIs to a few representative cases
2022-03-02 21:31:35 -05:00
3ff1902b57
Renamed born method born_matrix in all classes. Changed compute_born to compute_born_matrix. Changed the compute coding to suit the LAMMPS style rules better.
2022-01-21 18:39:16 +01:00
f420bce07e
First commit of the Elastic constant computation compute modification
2022-01-20 09:52:24 +01:00
495f424a67
apply clang-format to pair_lj_cut.cpp so it can serve as example
2021-09-01 20:08:06 -04:00
09c19a936b
update URLs in source code and manual
2021-05-24 14:18:20 -04:00
07cb55ef7f
Merge branch 'master' into prepare-clang-format
2021-05-14 20:43:51 -04:00
5a7e784447
Add missing copymode to parent classes
2021-05-14 10:08:05 -06:00
d1941392d3
disable clang-format for all existing .cpp files (for now)
2021-05-05 23:53:38 -04:00
0876684780
energy/virial flags with CENTROID enum
2020-11-18 12:17:14 -07:00
1ba9dd7435
Apply CENTROID_* constants
2020-11-16 11:01:31 -05:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
f1ef7d85a8
T2345: Replace instances of NULL with nullptr
...
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
Manually ~14 cases back to "NULL" in src, ~2 in lib
regex finds a few false positive where nullptr appears between two
strings in a function call
2020-09-12 09:34:38 -06:00
6113169a47
IWYU based include statement cleanup
2020-09-02 17:39:34 -04:00
96d8d12a88
replace calls to force->*numeric() with the corresponding utils::*numeric()
...
this also removes the now obsolete functions from Force
2020-08-29 20:31:02 -04:00
fcd0b9f78f
move Force::bounds() and Force::boundsbig() to utils.
2020-08-29 18:23:03 -04:00
a7fee0a96f
replace strstr with utils::strmatch
2020-08-10 16:28:42 -04:00
6b94126f67
change flag name in pair.h: cntratmstressflag -> centroidstressflag
2019-11-13 18:37:48 +09:00
7db3d7b5c0
setting cntatmstressflag = 1 for true pariwise styles
2019-11-12 00:02:50 +09:00
fe20490891
more use of utils::sfread()
2019-10-17 17:06:12 -04:00
256531a29a
put implementation header first for all remaining main folder source files
2019-07-03 19:34:13 -04:00
11708c8f96
continue cleaning up include files based on IWYU
2019-07-02 15:10:52 -04:00
06a57dd659
use ev_unset for all pair styles
2019-03-13 17:49:16 +01:00
e9bc939098
Fix more unused parameter warnings ( #1076 )
2018-08-23 12:22:44 -06:00
e4071d7f46
replace C-style include files with their C++ equivalents
2018-04-27 18:00:24 -04:00
0966e14e73
more changes to rRESPA neighbor lists
2017-10-17 17:33:01 -06:00
4ec07422f0
avoid division by zero when using cutoff 0.0 with pair_modify shift yes
2017-07-14 23:33:00 -04:00
51fc386e72
correct the inner loop range for resetting cutoffs when redefining a pair style
...
this was reported by frank uhlig on lammps-users for lj/cut, but it applies to many more pair styles
2017-05-16 00:26:18 -04:00
1cd4c48ccc
new SNAP potential for W
2017-02-21 15:49:21 -07:00
35753b8f08
add error location propagation to force->bounds() and force->boundsbig()
2016-10-26 15:53:02 -04:00
354e20f431
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14220 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-10-30 20:04:06 +00:00
e72afc5488
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12955 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-01-19 23:38:26 +00:00
2dbe3f80a2
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10103 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-06-27 20:02:55 +00:00
bece38546a
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9801 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-04-26 21:33:23 +00:00
8492c4149e
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9787 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-04-23 20:35:26 +00:00
da77d5e62a
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9737 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2013-04-03 16:52:29 +00:00
e27125f93e
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8908 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-10-05 15:21:35 +00:00
3b8898e7e9
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8320 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-06-19 13:45:22 +00:00
ef9e700545
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8226 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2012-06-06 22:47:51 +00:00
4f48544d41
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7379 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-12-16 21:15:49 +00:00
86347b81e3
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7340 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-12-13 15:57:18 +00:00
f90ce18f3d
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7133 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-10-20 00:11:49 +00:00
19e8c92a90
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7003 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-09-23 18:06:55 +00:00
f62b317d37
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6452 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2011-06-20 16:42:39 +00:00