|
|
49ac79fcdd
|
change error checks for computes that are not current
|
2023-05-08 08:55:40 -06:00 |
|
|
|
e0f5215414
|
give atom style variables access to "radius" property. add check for charge.
|
2023-04-03 19:08:10 -04:00 |
|
|
|
17f39d9d2c
|
rename fix STORE/PERATOM to STORE/ATOM
|
2023-03-13 22:33:47 -04:00 |
|
|
|
3815c0ef76
|
modify fix STORE/PERATOM and callers to allow ghost comm
|
2023-03-13 17:00:54 -06:00 |
|
|
|
d13634cd6b
|
move definition of MAXBIGINT_DOUBLE to variable.cpp
|
2023-02-14 15:37:59 -05:00 |
|
|
|
fbe30ffec6
|
use MAXBIGINT_DOUBLE which does not overflow when casting back to bigint
|
2023-02-13 10:56:02 -05:00 |
|
|
|
83831ca222
|
Update variable.cpp
I remembered that I forgot to remove these commented printf() calls.
|
2023-02-06 10:23:22 -07:00 |
|
|
|
6707ab6182
|
avoid illegal memory access in destructor after variables have been deleted
|
2023-02-03 20:23:41 -05:00 |
|
|
|
5d941da4e9
|
check if variable value is a valid number before converting it
|
2023-01-26 07:10:20 -05:00 |
|
|
|
27da716852
|
getting out of the insurance business :-)
|
2023-01-23 16:45:41 -05:00 |
|
|
|
334643b300
|
avoid sprintf()
|
2023-01-07 16:13:27 -05:00 |
|
|
|
d572d8f051
|
avoid sprintf() through C++ features and libfmt
|
2023-01-07 15:47:46 -05:00 |
|
|
|
4a92316cf2
|
improve error message
|
2022-12-07 15:02:59 -05:00 |
|
|
|
b6b81a951a
|
improve error reporting for python style variables
|
2022-11-10 17:17:23 -05:00 |
|
|
|
248b7383c7
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
# Conflicts:
# src/DIPOLE/pair_lj_cut_dipole_long.h
# src/OPENMP/fix_nvt_sllod_omp.h
# src/PHONON/fix_phonon.h
# src/SPIN/pair_spin_dipole_cut.h
# src/SPIN/pair_spin_dipole_long.h
# src/STUBS/mpi.h
# src/UEF/fix_nh_uef.h
# src/fix_nvt_sllod.h
# tools/coding_standard/homepage.py
|
2022-10-24 15:50:50 -04: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 |
|
|
|
78305edf71
|
delete atomfile style variables with clear command
|
2022-10-18 07:34:06 -04:00 |
|
|
|
cbe83701c1
|
better checking for valid data for format style variables
|
2022-09-30 15:06:25 -04:00 |
|
|
|
172106717d
|
must match the entire string
|
2022-09-30 15:05:41 -04:00 |
|
|
|
ec0bc5aa5e
|
improve detection of invalid format strings. allow to replace format style variables
|
2022-09-30 09:57:42 -04:00 |
|
|
|
97717d7cba
|
update parser for label2type() function with better argument checking and handling of ',' in labels
|
2022-09-07 15:36:46 -04:00 |
|
|
|
55f97e5fbc
|
whitespace
|
2022-09-06 19:15:18 -04:00 |
|
|
|
1d986280ce
|
rename variable special function to retrieve types for labels to label2type()
|
2022-09-06 18:56:00 -04:00 |
|
|
|
9b41d28947
|
Merge branch 'develop' into type-labels
# Conflicts:
# doc/src/dihedral_coeff.rst
|
2022-09-01 21:09:04 -04:00 |
|
|
|
69b32aef13
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
|
2022-08-27 10:12:58 -04:00 |
|
|
|
b31b20f336
|
print error if extract_setting() uses unknown setting string.
|
2022-08-27 07:02:19 -04:00 |
|
|
|
60b00bfa8f
|
update unit tests for variable command
|
2022-08-25 05:48:07 -04:00 |
|
|
|
59837dd44b
|
improve error messages in run and variable.cpp
|
2022-08-25 11:09:21 +08:00 |
|
|
|
363b80f85c
|
begin unfeaturing multiple label maps feature
|
2022-08-09 01:01:31 -04:00 |
|
|
|
f9717049b1
|
Merge branch 'develop' into type-labels
|
2022-08-08 17:16:50 -04:00 |
|
|
|
4ac74a4153
|
add is_os() special function to the variable command
|
2022-08-06 21:44:03 -04:00 |
|
|
|
6c32058728
|
adapt all users of FixStore to use FixStoreGlobal or FixStorePeratom
|
2022-08-04 11:33:14 -04:00 |
|
|
|
34aca71258
|
disallow use of variable functions vdisplace(), swiggle(), and cwiggle() with fix dt/reset
|
2022-07-16 10:26:56 -04:00 |
|
|
|
d51069b363
|
fix cut-n-paste typo
|
2022-07-16 10:26:56 -04:00 |
|
|
|
9e1685211b
|
allow ramp(x,y) to be used in between runs (returning x) and avoid division by zero on run 0
|
2022-07-16 10:26:56 -04:00 |
|
|
|
8d8f7983fb
|
fix bug in recent bugfix
|
2022-06-29 16:45:11 -04:00 |
|
|
|
137dc6243e
|
whitespace
|
2022-06-29 12:25:15 -04:00 |
|
|
|
1fabd5a56b
|
change boolean = single string to an error
|
2022-06-29 07:49:22 -06:00 |
|
|
|
1dc71ef3e3
|
better error strings
|
2022-06-28 16:38:51 -06:00 |
|
|
|
e4e9b2e49a
|
more consistency checks
|
2022-06-28 16:37:04 -06:00 |
|
|
|
ae235b1ef5
|
Boolean expression corner case
|
2022-06-28 16:19:06 -06:00 |
|
|
|
d4ea5ca49e
|
more clang-tidy fixes after re-running it with added settings
|
2022-05-14 07:18:05 -04:00 |
|
|
|
90797d53d9
|
one more batch of clang-tidy fixes
|
2022-05-13 23:21:14 -04:00 |
|
|
|
907bc7eaa5
|
switch to using wall time
|
2022-05-06 16:58:28 -04:00 |
|
|
|
6e78269612
|
whitespace
|
2022-05-06 15:11:15 -04:00 |
|
|
|
f3fcd16628
|
adding of timer-style variables and associated doc pages
|
2022-05-06 11:21:36 -06:00 |
|
|
|
5784fab588
|
starting to add timer-style variable
|
2022-05-05 17:04:50 -06:00 |
|
|
|
aa4787f604
|
complete region handling refactor
|
2022-04-16 00:17:39 -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 |
|