Commit Graph

232 Commits

Author SHA1 Message Date
5dff36aa43 apply clang-format 2024-07-31 06:49:55 -04:00
27266e72c4 Merge pull request #3984 from lammps/general-triclinic
Add suppport for general triclinic simulation boxes and systems
2024-04-16 21:04:59 -04:00
877d6e7f86 remove whitespace 2024-04-08 10:49:53 -06:00
1a019889f2 more doc page and thermo edge vector modifications 2024-04-05 16:22:54 -06:00
af88cec22d relax error check on fixes that produce variable size vectors/arrays 2024-04-05 15:12:46 -06:00
d615d8053b support for general tri edge vectors in thermo output 2024-04-05 14:31:53 -06:00
905ceb98f1 merge in current develop 2024-04-05 09:36:29 -06:00
66d042a0ee make checks for exceeding length of variable-length vectors more consistent 2024-04-04 14:11:13 -06:00
30f330718a more consistent error checks on variable length global vecs and arrays 2024-03-29 16:53:18 -06:00
dbdcfc5c97 Merge branch 'develop' into general-triclinic
# Conflicts:
#	src/atom.cpp
2024-02-06 19:21:50 -05:00
ad855ad7ea remove unused constants 2024-02-05 20:26:23 -05:00
7905e5d146 Merge branch 'develop' into general-triclinic
# Conflicts:
#	src/atom.cpp
2024-01-29 21:05:21 -05:00
12422ff510 replace defines with static constexpr declarations 2024-01-21 15:53:35 -05:00
45372937db loads of whitespace fixes 2023-12-01 14:52:47 -05:00
18c5cdb327 doc page for thermo output difference with triclinic/general 2023-11-21 15:03:32 -07:00
1c4ab13f01 merge with current develop 2023-10-20 13:31:32 -06:00
02b9bdd639 fix uninitialized data access 2023-10-03 17:49:55 -04:00
6f01b27e7e add general triclinic pressure tensor to thermo_style 2023-09-05 16:50:38 -06:00
26ef4065da add image_fname string for caching the last active dump image filename pattern 2023-08-29 19:22:56 -04:00
c5da0581e6 add support for input file line numbers 2023-08-25 16:11:46 -04:00
23bc3abe18 add option to cache the current line number of the input file or buffer 2023-08-24 21:20:49 -04:00
a6767c85b0 apply clang-format 2023-08-04 12:11:59 -04:00
2711917a6e grammar 2023-08-02 07:01:30 -04:00
cbee2dd86d Merge remote-tracking branch 'github/develop' into collected-small-fixes 2023-07-21 17:27:06 -04:00
cccc362b3f improve error messages 2023-07-21 11:28:09 -04:00
2da908190b make error messages consistent and improve their grammar 2023-07-21 11:24:57 -04:00
c7996b506a make use of Compute::is_initialized() and Compute::init_flags() 2023-07-20 20:31:48 -04:00
36cac1e83d make sure the field_data vector size always matches the size of the keywords vector 2023-06-08 12:45:41 -04:00
491e152289 add API to library interface to access last thermo data 2023-06-07 16:21:01 -04:00
620cca34d4 add accessor to nfield, make certain field types are initialized early 2023-06-07 15:19:13 -04:00
b81b1f5ecc switch dump yaml/netcdf thermo output to use new caching API. remove old API. 2023-06-06 22:40:13 -04:00
49ac79fcdd change error checks for computes that are not current 2023-05-08 08:55:40 -06:00
27da716852 getting out of the insurance business :-) 2023-01-23 16:45:41 -05:00
b30ce3ff32 next round of IWYU updates 2022-12-12 01:07:46 -05:00
27a93f12d5 simplify and make test more specific 2022-10-31 15:00:37 -04:00
39a6a27066 Replaced "not" with "!" and "and" with "&&" (Windows builds?) 2022-10-30 18:25:16 -05:00
745f90cb71 merged conflicts in thermo.cpp 2022-10-30 14:34:43 -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
7c5128881e fix bug in thermo_modify format column check 2022-10-14 04:49:08 -04:00
d5757a976e Made bug fix for format consistent with colname 2022-10-06 21:54:59 -05:00
3b292cd50a Fixed bug in thermo_modify and made 2*4 and such work for format fields 2022-10-06 18:08:06 -05:00
7bba3c516f avoid excess string copy in auto loops 2022-09-01 16:02:32 -04:00
0b047ba22b improved error messages in fix_addforce,fix_indent,fix_setforce,fix_temp_rescale,fix_wall_reflect and thermo.cpp 2022-08-16 20:33:22 +08:00
8e6b0425f7 apply clang-format 2022-05-14 18:01:34 -04:00
cfc4dcea3d must quote keyword data to avoid issues parsing the YAML data 2022-04-28 07:34:23 -04:00
69d9c5187e refactor group access, enable and apply clang-format 2022-04-15 15:29:43 -04:00
ce67cb0ca1 first stab at implementing dump_modify colname 2022-04-01 07:41:13 -04:00
4042a52db1 rename header keyword to colname 2022-03-31 21:58:35 -04:00