|
|
6442e05988
|
even more define to static constexpr conversions
|
2024-01-25 02:17:28 -05:00 |
|
|
|
4015d1bb39
|
initialize static string buffers to empty strings
|
2024-01-19 00:02:50 -05:00 |
|
|
|
8b89c330e6
|
make removed DOF computation large system compatible
|
2024-01-10 15:32:02 -05:00 |
|
|
|
7a425475e0
|
get rid of redundant class members
|
2023-11-11 10:27:28 -05:00 |
|
|
|
108c5fc416
|
improve error messages
|
2023-07-05 14:59:35 -04:00 |
|
|
|
200b428039
|
Merge branch 'develop' into fix-rigid-enforce2d
|
2023-07-05 14:22:02 -04:00 |
|
|
|
058d817335
|
whitespace
|
2023-06-17 17:45:16 -04:00 |
|
|
|
9231ec6dbe
|
avoid segfault on deleting callback when there is an error in the constructor or a derived class
|
2023-06-17 14:39:32 -04:00 |
|
|
|
56f760d0d8
|
whitespace
|
2023-04-03 22:30:39 -04:00 |
|
|
|
8d523c0604
|
enable fix rigid to support 2d enforcement internally
|
2023-04-03 17:21:11 -06:00 |
|
|
|
27da716852
|
getting out of the insurance business :-)
|
2023-01-23 16:45:41 -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 |
|
|
|
22709b73e2
|
auto loop optimizations
|
2022-09-10 03:07:28 -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 |
|
|
|
39b316729b
|
use auto type when assigning from cast or using new
|
2022-04-10 18:16:36 -04:00 |
|
|
|
082254455b
|
improve confusing error messages
|
2022-04-07 00:37:30 -04:00 |
|
|
|
4c95314ea6
|
must set boxflag *after* checking for rigid fix because we might change the box ourselves
|
2022-03-20 21:25:26 -04:00 |
|
|
|
550ae15dff
|
proper handle partial initialization from infile
|
2022-03-20 21:12:35 -04:00 |
|
|
|
de4a9f268e
|
rename reverse communication calls
|
2022-02-21 21:18:28 -05:00 |
|
|
|
4c0192cae1
|
rename forward communication functions for pair, fix, compute, and dump
|
2022-02-21 21:15:10 -05:00 |
|
|
|
6366972ef4
|
remove dead code and reduce compiler warnings
# Conflicts:
# src/RIGID/fix_rigid_small.cpp
|
2022-02-10 14:41:09 -05:00 |
|
|
|
75f32a60a5
|
Add missing curly braces
|
2022-02-10 14:13:43 -05:00 |
|
|
|
8ca1004c03
|
cosmetic. align with clang-format
|
2022-01-26 10:45:46 -05:00 |
|
|
|
0fc73c9d67
|
support for centroid virial stress in rigid/small
|
2021-04-19 16:18:06 +09:00 |
|
|
|
b904d256cd
|
implement keeping track of geometric center in rigid/small
|
2021-04-20 14:06:53 +09:00 |
|
|
|
85433e8bd1
|
use true/false instead of 1/0 detected and changed by clang-tidy
|
2021-10-20 12:41:02 -04:00 |
|
|
|
9cf6b927cb
|
Merge branch 'master' into collected-small-changes
# Conflicts:
# src/REAXFF/fix_reaxff_species.cpp
|
2021-10-11 21:24:11 -04:00 |
|
|
|
b5061b69be
|
add warning to fix reaxff/species to explain the impact of large averaging
|
2021-10-07 20:46:01 -04:00 |
|
|
|
8b36061db4
|
replace MPI_Wtime() with platform::walltime()
|
2021-10-05 22:53:39 -04:00 |
|
|
|
f641b1c659
|
final chunk of changes to apply utils::logical()
|
2021-09-23 07:30:40 -04:00 |
|
|
|
7d92d665e8
|
use explicit scoping when virtual dispatch is not available.
|
2021-09-15 16:08:17 -04:00 |
|
|
|
e6af1eecb8
|
resolved merge conflicts with master
|
2021-08-17 11:55:33 -06:00 |
|
|
|
09c19a936b
|
update URLs in source code and manual
|
2021-05-24 14:18:20 -04:00 |
|
|
|
d8291eea7b
|
Merge branch 'master' into prepare-clang-format
# Conflicts:
# src/MOLECULE/bond_fene.h
# src/MOLECULE/bond_fene_expand.h
|
2021-05-11 21:49:48 -04:00 |
|
|
|
d1941392d3
|
disable clang-format for all existing .cpp files (for now)
|
2021-05-05 23:53:38 -04:00 |
|
|
|
22e93468d6
|
simplify code by appling varargs messages and warnings
|
2021-05-05 18:19:12 -04:00 |
|
|
|
6b04ebd617
|
Merge branch 'master' into varargs-log-error-functions
|
2021-04-26 13:27:58 -04:00 |
|
|
|
31d244dd80
|
Merge pull request #2727 from akohlmey/refactor-read-lines-from-file
Move "read_lines_from_file" utility function from Comm class to utils namespace
|
2021-04-26 13:24:24 -04:00 |
|
|
|
e9e0bb71b6
|
Use varargs version of Error:all() and Error::one() where applicable
|
2021-04-25 21:30:51 -04:00 |
|
|
|
7e7a448a08
|
remove the old versions of the utility function and use the new
|
2021-04-24 21:33:36 -04:00 |
|
|
|
92a9994fd4
|
silence compiler warnings by avoiding to shadow variables
|
2021-04-24 18:38:12 -04:00 |
|
|
|
d2cdb318ab
|
apply new logmesg() overload to a bunch of cases.
|
2021-04-21 23:38:45 -04:00 |
|
|
|
d72b390c41
|
correct check for box changing fixes
|
2021-04-01 08:48:39 -04:00 |
|
|
|
7699fb3708
|
generalize some checks in fix rigid and rigid/small
|
2021-03-31 15:55:31 -04:00 |
|
|
|
183b30abd7
|
use strmatch() consistently to detect respa and verlet runstyles with optional suffix
|
2021-03-30 18:30:22 -04:00 |
|
|
|
1b48ac0eaf
|
Merge branch 'master' into collected-small-changes
|
2021-02-08 22:46:21 -05:00 |
|
|
|
33939a0e26
|
Merge branch 'master' into thermo-energy
# Conflicts:
# doc/src/fix_ti_spring.rst
# src/RIGID/fix_rigid_small.cpp
# src/fix_langevin.cpp
# src/fix_temp_berendsen.cpp
# src/fix_temp_csld.cpp
# src/fix_temp_csvr.cpp
# src/fix_temp_rescale.cpp
# src/thermo.cpp
|
2021-02-08 15:24:29 -05:00 |
|
|
|
1609c498bc
|
avoid integer overflow when computing memory usage
|
2021-02-06 18:15:48 -05:00 |
|