9ef0395313
whitespace fixes
2021-05-12 06:30:52 -04:00
bd6dd658d6
Updating to master, misc style changes
2021-04-07 17:21:16 -06:00
de1205c5a9
Fixing misc valgrind issues, particularly with resizing ncollections
2021-02-07 20:38:24 -07:00
c4ef85ba22
Updating to master
2021-02-05 17:01:32 -07:00
56841ba912
Fixing typo in pair gran, fixing bugs in communication and neighbor
2021-02-02 18:05:19 -07:00
e2e6639013
add typecast to avoid (unlikely but possible) integer overflows.
...
this will silence a lot of static code analysis warnings
2021-02-02 17:27:04 -05:00
d79a2c3a02
Adding collection array, new user arguments, and multi communication
2021-02-02 09:39:13 -07:00
a25c77e512
Misc comments, typos, and cleanups
2021-01-12 23:04:14 -07:00
2458eaf4f9
Adding custom grouping option
2020-12-26 11:03:29 -07:00
bce37abe8f
Clarifying variable names
2020-12-20 15:15:19 -07:00
1c52ff15c3
Renaming multi nstencils to multi/old
2020-12-19 17:39:20 -07:00
c1e3bc5794
Updating to master
2020-12-19 15:28:02 -07:00
6308248a44
Replacing binsizex with multi2 version
2020-11-30 20:55:04 -07:00
cea20da5be
Simplifying stencils
2020-11-29 16:07:20 -07:00
73a6bb3621
Fixing mistake with stencil cutoffs not being squ squared
2020-11-26 15:58:05 -07:00
00a74558ff
Fixing typos
2020-11-22 20:01:14 -07:00
af11a54a27
Copying more variables to classes and moving/clarifying definitions
2020-11-12 18:37:53 -07:00
ac527f4615
Fixing bugs in nstencil
2020-11-11 15:39:53 -07:00
f94c82910d
Fixing remaining bugs to compile
2020-11-11 10:11:49 -07:00
9a3ece75f2
Batch 1 of typo/bug fixes
2020-11-10 23:30:58 -07:00
bdc21c87b2
Clarifying multi2 stencil label
2020-11-10 20:15:54 -07:00
dd1cce1da5
Finish stencil classes
2020-11-10 20:03:00 -07:00
943a187be7
Renamed to multi2, initial stencil edits
2020-11-10 16:39:56 -07:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
cebf6d33ba
Merge pull request #2358 from eagunn/iss2345
...
Replace instances of NULL with nullptr
2020-09-15 17:41:24 -04:00
0183e999c9
consistently return "memory_usage" as double.
2020-09-15 01:59:58 -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
994fd2af0e
move enum{NSQ,BIN,MULTI} to the Neighbor class in neighbor.h
2018-05-09 23:46:09 -04:00
1cd4c48ccc
new SNAP potential for W
2017-02-21 15:49:21 -07:00
9a299875da
simplified neighbor list copying to avoid possible same-timestep re-build issues
2017-01-19 17:01:15 -07:00
40f85c93ba
corrected mismatched free() vs. delete[]
2016-09-09 14:10:42 -04:00
c9c2ae6c61
new neighbor list changes
2016-09-07 13:42:58 -06:00