Commit Graph

40 Commits

Author SHA1 Message Date
4c9924984d modify access to fixes 2024-04-03 15:58:24 -04:00
ecd8fe71a1 cosmetic 2024-04-03 15:05:09 -04:00
d2def08778 a few more define to constexpr translations 2024-02-06 05:38:14 -05:00
12422ff510 replace defines with static constexpr declarations 2024-01-21 15:53:35 -05:00
105ef5f103 Rescaled EPSILON with a length scale (rounded radii) for contact detection 2023-06-13 14:24:12 -05:00
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
67f6adebb7 whitespace fixup with dynamic casts 2022-09-10 13:26:38 -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
deb694745b update neighbor list requests with default settings 2022-03-08 06:34:27 -05:00
385220fd4b format changes 2021-09-17 22:50:15 -04:00
a765cf373a update formatting 2021-08-13 06:24:22 -04:00
09c19a936b update URLs in source code and manual 2021-05-24 14:18:20 -04:00
d1941392d3 disable clang-format for all existing .cpp files (for now) 2021-05-05 23:53:38 -04:00
e9e0bb71b6 Use varargs version of Error:all() and Error::one() where applicable 2021-04-25 21:30:51 -04:00
8e63f1ebf5 detect and abort if inconsistent body data for rounded polygon/polyhedra was provided 2021-02-25 18:26:20 -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
0363fe9b17 revive (some) dead code and add missing force computation/addition 2020-07-01 05:42:53 -04:00
503a1f2246 still more dead code 2020-06-30 18:44:00 -04:00
8fd46095ae remove more dead code 2020-06-30 18:41:09 -04:00
4492d61625 dead code removal 2020-06-30 18:14:47 -04:00
10dcb08760 remove unused variable 2020-06-30 18:08:06 -04:00
95c515420a remove dead code 2019-10-19 11:44:56 -04:00
4db4833395 fix up includes for BODY package 2019-07-05 21:11:06 -04:00
5b3a15bd94 putting implementation header first in package folder sources 2019-07-03 19:58:25 -04:00
06a57dd659 use ev_unset for all pair styles 2019-03-13 17:49:16 +01:00
1c795a6be3 remove trailing blanks 2018-12-01 21:38:22 -05:00
1fc3b4618c remove dead code and silence compiler warnings 2018-11-15 16:50:56 -05:00
38a998c03c Fix misc. warnings (#1076) 2018-08-24 14:58:28 -06:00
92a4dc25b1 Fix unused params in packages (#1076) 2018-08-24 10:42:08 -06:00
21f749243a Required newton on for pair styles body rounded/polygon and rounded/polyhedron 2018-07-12 10:21:06 -05:00
13338bf8cb small changes to Trung body files 2018-07-09 16:15:15 -06:00
179dcd6895 Updated pair body rounded/polygon and rounded/polyhedron 2018-05-26 10:02:53 -05:00
4bd4b2a1c7 Updated pair body rounded/polygon and rounded/polyhedron 2018-05-24 23:35:49 -05:00
4308f005ab Updated pair body rounded/polygon 2018-05-24 23:12:01 -05:00
41687a84a4 Added body and pair styles for rounded/polygon and rounded polyhedra, wall fixesthat are compatible with these body styles 2018-05-24 22:55:49 -05:00