|
|
ddb35ee455
|
use utils::logmesg and fmtlib. remove use of sprintf() to temporary buffers
|
2022-03-12 18:05:05 -05:00 |
|
|
|
484b7e6d33
|
must remove and respecify fix lb/fluid around reset_timestep command
|
2022-03-12 16:16:15 -05:00 |
|
|
|
fe9b426c7e
|
cosmetic changes
|
2022-03-12 16:14:55 -05:00 |
|
|
|
9931323463
|
attempt to transparently download the missing data file with curl
|
2022-03-12 14:03:08 -05:00 |
|
|
|
293ad3fc03
|
move lb/fluid pointer initialization to initializer list
|
2022-03-12 12:03:18 -05:00 |
|
|
|
4948438265
|
fix small typesetting issues
|
2022-03-12 09:53:50 -05:00 |
|
|
|
a66228b4d2
|
make sure pointer is null on first use
|
2022-03-12 09:42:03 -05:00 |
|
|
|
aca7126cfe
|
use newer APIs to access list of fixes in Modify class
|
2022-03-12 09:23:36 -05:00 |
|
|
|
7e2bb9a065
|
reformat and spellcheck the documentation
|
2022-03-12 08:43:17 -05:00 |
|
|
|
0341599390
|
fixes were removed from package, remove from the documentation as well
|
2022-03-12 08:31:00 -05:00 |
|
|
|
335e7c7bbc
|
replace use of iostreams and stringstreams with stdio and fmtlib
|
2022-03-12 08:25:56 -05:00 |
|
|
|
4c090c5d8e
|
remove debug comments
|
2022-03-12 08:24:51 -05:00 |
|
|
|
84a7596b7c
|
more closely follow LAMMPS programming style conventions
|
2022-03-12 08:23:40 -05:00 |
|
|
|
25b4d8ade1
|
move static constants to its own header that is only pulled in by files that use them.
|
2022-03-12 08:21:52 -05:00 |
|
|
|
b27cbbd1a1
|
Merge branch 'develop' into CDenniston/develop
|
2022-03-12 07:28:30 -05:00 |
|
|
|
aaeb9fe933
|
Merge branch 'dielectric-updates' of github.com:ndtrung81/lammps into collected-small-changes
|
2022-03-12 07:26:00 -05:00 |
|
|
|
b1119d81a9
|
Minor tweaks
|
2022-03-11 21:25:44 -07:00 |
|
|
|
014345a512
|
Updated a citation
|
2022-03-11 20:55:59 -07:00 |
|
|
|
51034c00c0
|
Completed documentation
|
2022-03-11 20:40:18 -07:00 |
|
|
|
b9fd86e7ca
|
switchinnerflag working for single-element two types SNAP potential
|
2022-03-11 17:23:38 -07:00 |
|
|
|
f691805062
|
More
|
2022-03-11 16:41:22 -07:00 |
|
|
|
5216a543ae
|
More
|
2022-03-11 15:43:48 -07:00 |
|
|
|
4d13282120
|
More
|
2022-03-11 15:07:18 -07:00 |
|
|
|
877b764a36
|
More
|
2022-03-11 14:38:51 -07:00 |
|
|
|
8323c4fe45
|
More progress
|
2022-03-11 14:14:45 -07:00 |
|
|
|
a7a66100c6
|
Updated the doc page of the polarize fixes
|
2022-03-11 14:13:34 -06:00 |
|
|
|
3f9cc03fc0
|
Minor tweaks
|
2022-03-11 11:39:06 -07:00 |
|
|
|
9e78818637
|
Minor tweaks
|
2022-03-11 11:26:06 -07:00 |
|
|
|
1a04eabb5e
|
merge in current develop
|
2022-03-11 10:01:25 -07:00 |
|
|
|
8ba4e7e897
|
tweaks to src files, added examples dir
|
2022-03-11 09:33:34 -07:00 |
|
|
|
62c59a5339
|
document LAMMPS_PLUGIN_PATH environment variable
|
2022-03-11 10:34:04 -05:00 |
|
|
|
56658e9c2c
|
make automatic plugin loads/unloads mostly silent, count/report number of plugins loaded
|
2022-03-11 10:31:53 -05:00 |
|
|
|
01bd3d1da0
|
add functionality to auto-load plugins
|
2022-03-11 05:52:26 -05:00 |
|
|
|
45b1213795
|
silence warnings from coverity scan
|
2022-03-11 04:29:01 -05:00 |
|
|
|
e8a550aa22
|
Reduce memory use in Kokkos package
|
2022-03-11 00:07:47 -05:00 |
|
|
|
9b989b1860
|
Merge pull request #3164 from akohlmey/collected-small-changes
Collected small changes
|
2022-03-10 23:42:04 -05:00 |
|
|
|
ab56d7ecd7
|
augment cmake library search path to include the CUDA stubs library folder
this will help configuring and compiling LAMMPS with CUDA support on
machines where there is no CUDA driver installed
|
2022-03-10 23:02:57 -05:00 |
|
|
|
3a1921b3ed
|
correct SHAKE bond stats output and avoid division by zero
|
2022-03-10 23:01:23 -05:00 |
|
|
|
ca76ff360f
|
augment cmake library search path to include the CUDA stubs library folder
this will help configuring and compiling LAMMPS with CUDA support on
machines where there is no CUDA driver installed
|
2022-03-10 21:17:58 -05:00 |
|
|
|
11d3b13e31
|
Added a lot of boilerplate for inner data, not working yet
|
2022-03-10 18:40:59 -07:00 |
|
|
|
7343f6e5b8
|
writing column names is optional
|
2022-03-10 15:23:21 -06:00 |
|
|
|
079f7559ea
|
Merge branch 'develop' of github.com:fujiisoup/lammps into collected-small-changes
|
2022-03-10 16:01:02 -05:00 |
|
|
|
fa9683e6d2
|
Merge remote-tracking branch 'github/develop' into collected-small-changes
|
2022-03-10 16:00:55 -05:00 |
|
|
|
adef6bd10c
|
Added first draft of inner switching functions
|
2022-03-10 13:58:14 -07:00 |
|
|
|
0828ae66a0
|
Fix a typo in the doc
|
2022-03-11 05:48:34 +09:00 |
|
|
|
0fcf40c48e
|
use MathConst::MY_PI more consistently and benefit from it being a constexpr
|
2022-03-10 14:14:32 -05:00 |
|
|
|
8e85481afa
|
use MathConst::MY_PI instead of inferring it from acos(-1).
|
2022-03-10 14:00:34 -05:00 |
|
|
|
12b144fd0e
|
change math const from M_ to MY_ using math_const.h
|
2022-03-10 12:36:41 -05:00 |
|
|
|
5bf1ab0e2d
|
try moving _USE_MATH_DEFINES to cpp file from header for windows compilation
|
2022-03-10 11:15:25 -05:00 |
|
|
|
1e4a6dcb41
|
fix missing #endif in lb/fluid header
|
2022-03-10 10:37:08 -05:00 |
|