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
975cc9a052
simplify, avoid division by zero
2023-10-24 19:05:48 -04:00
d1980031ef
remove more duplicate semicolons
2023-06-25 06:02:17 -04: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
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
93a0d4c096
fix up some comments
2020-09-12 14:26:34 -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
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
38a998c03c
Fix misc. warnings ( #1076 )
2018-08-24 14:58:28 -06:00
2af88dcc26
avoid uninitialized variables
2018-07-27 10:39:01 +02:00
8075b98fc5
initialize rsqinv
2018-07-27 10:24:38 +02: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
82b1ab2ac4
Cleaned up pair body rounded/polyhedron
2018-05-30 00:04:48 -05:00
d4cca615fb
Refactored pair body rounded/polyhedron so that kernel_force() can be derived for other styles
2018-05-29 23:42:03 -05:00
179dcd6895
Updated pair body rounded/polygon and rounded/polyhedron
2018-05-26 10:02:53 -05:00
5a23342934
Refactored pair body rounded/polyhedron so that other kernel force models can be implemented in the future
2018-05-26 00:39:55 -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