|
|
183b30abd7
|
use strmatch() consistently to detect respa and verlet runstyles with optional suffix
|
2021-03-30 18:30:22 -04:00 |
|
|
|
9058216a54
|
silence compiler warnings
|
2021-03-29 14:11:56 -04:00 |
|
|
|
180d2895c4
|
Merge pull request #2678 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2021-03-29 14:05:08 -04:00 |
|
|
|
1e3f1c584c
|
simplify by using utils::strdup() fmt::format() and reorder includes
|
2021-03-29 08:12:37 -04:00 |
|
|
|
806f4e73ed
|
make dihedral style table/cut a derived class from table and remove redundant code
|
2021-03-29 07:32:43 -04:00 |
|
|
|
e481eb1154
|
simplify by using utils::strdup() fmt::format() and reorder includes
|
2021-03-29 07:29:14 -04:00 |
|
|
|
b32570c15e
|
simplify by using utils::strdup() and reorder includes
|
2021-03-28 22:22:13 -04:00 |
|
|
|
0b73ab96d2
|
avoid replicated code, consolidate variables and element mapping
|
2021-03-27 12:09:36 -04:00 |
|
|
|
ca1496e028
|
simplify
|
2021-03-22 21:36:25 -04:00 |
|
|
|
dd0d06e373
|
fix a few more issues in USER-OMP and update indentation
|
2021-02-24 20:45:07 -05:00 |
|
|
|
09192d63a5
|
plug another memory leak
|
2021-02-24 19:56:12 -05:00 |
|
|
|
c401d21c38
|
update include statements to follow conventions
|
2021-02-24 19:49:11 -05:00 |
|
|
|
4245614c0d
|
plug memory leaks
|
2021-02-24 19:15:02 -05:00 |
|
|
|
7efacdc911
|
correctly handle the case of n=1. clean up some ugliness
|
2021-02-24 18:37:39 -05:00 |
|
|
|
d26c744e54
|
should use ev_init() not ev_setup()
|
2021-02-09 09:17:08 -05:00 |
|
|
|
7f338a17af
|
fix whitespace
|
2021-02-09 00:42:30 -05:00 |
|
|
|
1b48ac0eaf
|
Merge branch 'master' into collected-small-changes
|
2021-02-08 22:46:21 -05:00 |
|
|
|
d2b3677d6f
|
whitespace fixes
|
2021-02-08 21:45:58 -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 |
|
|
|
92605393f7
|
correct initialization and memory leaks issues detected by valgrind
|
2021-02-08 10:39:59 -05:00 |
|
|
|
1609c498bc
|
avoid integer overflow when computing memory usage
|
2021-02-06 18:15:48 -05:00 |
|
|
|
77402bdbc8
|
avoid overflows when computing memory offsets and allocating memory
|
2021-02-06 18:14:27 -05:00 |
|
|
|
26037982bc
|
convert to double early when computing memory usage
|
2021-02-05 19:42:40 -05:00 |
|
|
|
24bf1e5b0c
|
make use of utils::strdup()
|
2021-02-04 17:33:02 -05:00 |
|
|
|
4e791ac4f7
|
replace 'strstr(xxx,"x_") == xxx' with utils::strmatch("^x_")
|
2021-02-04 15:20:43 -05:00 |
|
|
|
95e2214d96
|
more typecasts to double to avoid 32-bit int overflows when computing memory usage
|
2021-02-04 14:35:38 -05:00 |
|
|
|
04a46bfd99
|
Merge remote-tracking branch 'github/master' into arg-info-class
|
2021-02-03 17:43:49 -05:00 |
|
|
|
4b15ffcf14
|
more use of ArgInfo class
|
2021-02-03 17:43:39 -05: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 |
|
|
|
1a7cb4647f
|
Merge pull request #2569 from akohlmey/collected-small-changes
Collected small changes for the next patch release
|
2021-02-01 20:18:48 -05:00 |
|
|
|
9a419154fa
|
whitespace
|
2021-02-01 10:15:06 -05:00 |
|
|
|
48f15e485d
|
put consistent definition of INVOKED_* constants as enumerator into compute.h
|
2021-01-31 20:13:47 -05:00 |
|
|
|
222d842b45
|
Merge pull request #2435 from sramirezh/adding_new_pair
Adding new Wang-Frenkel potential pair style
|
2021-01-29 16:22:39 -05:00 |
|
|
|
51ac5e34ee
|
make name of include guard consistent with file name
|
2021-01-28 04:12:39 -05:00 |
|
|
|
cd6ebec652
|
fix incorrect data type (double vs int) in restart and data file handling
|
2021-01-28 03:46:46 -05:00 |
|
|
|
ef351bc9a6
|
simplify using the powint() function by importing the MathSpecial namespace
|
2021-01-28 03:46:09 -05:00 |
|
|
|
dac0a685e1
|
remove dead code
|
2021-01-28 03:45:15 -05:00 |
|
|
|
191a91caa2
|
imported math_special
|
2021-01-28 03:08:53 +00:00 |
|
|
|
10af9fbb7d
|
Merge branch 'adding_new_pair' of github.com:sramirezh/lammps-Developing into adding_new_pair
|
2021-01-28 01:58:57 +00:00 |
|
|
|
3ed1aa3a72
|
replaced pow by powint
|
2021-01-27 20:57:46 -05:00 |
|
|
|
9ceef78bec
|
included inumeric instead of numeric
|
2021-01-28 01:35:15 +00:00 |
|
|
|
21cd69b5d7
|
Changed the header
|
2021-01-28 01:31:36 +00:00 |
|
|
|
11841bf638
|
created the pair style files
|
2021-01-28 00:36:42 +00:00 |
|
|
|
ddcde9c2a5
|
Updated the user-misc readme
|
2021-01-28 00:36:42 +00:00 |
|
|
|
bca3164fc4
|
fix whitespace issues
|
2021-01-26 18:39:02 -05:00 |
|
|
|
80bac27184
|
extra files that were not checked in
|
2021-01-26 11:02:27 -07:00 |
|
|
|
6147b9c2ef
|
doc page updates for energy contributions of thermostat and non-thermostat fixes
|
2021-01-26 08:51:47 -07:00 |
|
|
|
320ba4ef8f
|
more changes to USER-MISC
|
2021-01-21 15:44:08 -07:00 |
|
|
|
5a51c74b9d
|
vtally change to fix smd
|
2021-01-21 15:41:06 -07:00 |
|
|
|
54e3ee74a2
|
changes to USER-MISC package
|
2021-01-21 15:37:18 -07:00 |
|