|
|
5c62dc0986
|
Apply override to Comm classes
|
2022-01-20 16:39:36 -05:00 |
|
|
|
c9776dad6f
|
Apply override to Command classes
|
2022-01-20 16:35:59 -05:00 |
|
|
|
dbe267cb88
|
join lines, whitespace
|
2022-01-20 16:04:26 -05:00 |
|
|
|
0b24c5b498
|
workaround for segfaults due to NULL pointer dereference with hybrid styles
|
2022-01-20 16:04:07 -05:00 |
|
|
|
06cb86dfb9
|
Apply override to NTopo classes
|
2022-01-20 15:53:01 -05:00 |
|
|
|
7aaa85c3a1
|
Apply override to NBin classes
|
2022-01-20 15:44:16 -05:00 |
|
|
|
32a19d982a
|
Apply override to NStencil classes
|
2022-01-20 15:37:15 -05:00 |
|
|
|
222ea31d8d
|
Remove override = default destructor lines
|
2022-01-20 15:28:47 -05:00 |
|
|
|
8531622966
|
Merge branch 'develop' of https://www.github.com/lammps/lammps into Elastic_stress
|
2022-01-20 09:53:07 +01:00 |
|
|
|
f420bce07e
|
First commit of the Elastic constant computation compute modification
|
2022-01-20 09:52:24 +01:00 |
|
|
|
7ee3171d16
|
Apply override to NPair classes
|
2022-01-19 21:51:21 -05:00 |
|
|
|
b45a6d7720
|
Apply override to AtomVec classes
|
2022-01-19 17:31:41 -05:00 |
|
|
|
a0e2a617e0
|
Merge pull request #3092 from stanmoore1/kk_makefiles
Small tweaks to Kokkos Files
|
2022-01-19 16:06:42 -05:00 |
|
|
|
9d8394fe63
|
Apply override to text_file_reader.h
|
2022-01-19 14:45:32 -05:00 |
|
|
|
c166549c74
|
Apply override to KOKKOS classes up to this point
|
2022-01-19 14:26:25 -05:00 |
|
|
|
b8d4030983
|
Update more core class destructors
|
2022-01-19 13:27:08 -05:00 |
|
|
|
e283bfa1fa
|
Apply override to Minimize classes
|
2022-01-19 13:23:28 -05:00 |
|
|
|
b7dc1d9dd6
|
Merge pull request #3091 from akohlmey/more-parsing-refactor
More file parsing refactoring
|
2022-01-19 12:41:13 -05:00 |
|
|
|
0a8cbcef2b
|
Add -DNDEBUG to Kokkos Makefiles
|
2022-01-19 10:19:50 -07:00 |
|
|
|
0a89e5bd24
|
Remove non-ASCII chars
|
2022-01-19 10:18:25 -07:00 |
|
|
|
4f0cde40fd
|
White no longer exists
|
2022-01-19 10:16:53 -07:00 |
|
|
|
4cd5c40374
|
Merge pull request #3089 from akohlmey/collected-small-changes
Collected small changes and fixes
|
2022-01-19 11:44:33 -05:00 |
|
|
|
7676f66674
|
modernize potential file parsing
|
2022-01-19 06:29:27 -05:00 |
|
|
|
f5ad91f9fe
|
minor tweaks
|
2022-01-19 06:28:53 -05:00 |
|
|
|
0595e4d7cd
|
refactor parsing of pair style list parameter file
|
2022-01-19 00:24:01 -05:00 |
|
|
|
c4c3b545b2
|
modernize fix gle matrix file reading
|
2022-01-18 19:55:50 -05:00 |
|
|
|
b890b564ca
|
modernize electron stopping file reader
|
2022-01-18 16:48:26 -05:00 |
|
|
|
0099d2584b
|
Apply override to Integrator classes
|
2022-01-18 15:17:04 -05:00 |
|
|
|
778879a0eb
|
Apply override to Body classes
|
2022-01-18 14:56:44 -05:00 |
|
|
|
1792b3b0cf
|
Apply override to Reader classes
|
2022-01-18 14:39:31 -05:00 |
|
|
|
d19f799585
|
Apply override to Region classes
|
2022-01-18 14:31:29 -05:00 |
|
|
|
576f2266ae
|
Mark virtual destructors in derived as override
Following C++ Core Guideline C.128
|
2022-01-18 14:28:25 -05:00 |
|
|
|
be7e6d0939
|
Avoid std::string copies
|
2022-01-18 13:22:55 -05:00 |
|
|
|
38bcc493b0
|
simplify and modernize CMAP file parser
|
2022-01-18 10:28:40 -05:00 |
|
|
|
1c8f427e8a
|
detect when MSM::setup() is called before proper initialization and error out
|
2022-01-18 09:09:19 -05:00 |
|
|
|
29b5c2659c
|
source code formatting
|
2022-01-18 09:04:04 -05:00 |
|
|
|
c1f7685c98
|
Revert "before changing box settings, it must be initialized at least once"
Looking for alternate solution since this change has
too many unwanted side effects.
This reverts commit 2e85233b11.
|
2022-01-18 08:30:54 -05:00 |
|
|
|
2e85233b11
|
before changing box settings, it must be initialized at least once
otherwise change_box would not really be needed,
but commands like boundary can (still) be used
|
2022-01-18 07:20:28 -05:00 |
|
|
|
752552e0f8
|
remove duplicate code
|
2022-01-18 06:39:20 -05:00 |
|
|
|
a02e11040d
|
whitespace
|
2022-01-18 06:34:57 -05:00 |
|
|
|
f0f4a8e6dc
|
plug some memory leaks in MSM kspace style(s)
|
2022-01-18 06:01:32 -05:00 |
|
|
|
241a44f1af
|
another workaround for rerun
|
2022-01-18 04:56:47 -05:00 |
|
|
|
e1d028ec88
|
Merge pull request #3087 from akohlmey/pair-harmonic
Add new pair styles harmonic/cut for repulsive-only harmonic interaction
|
2022-01-17 18:53:35 -05:00 |
|
|
|
af231d5447
|
Fix comments in Makefiles
|
2022-01-17 08:54:17 -07:00 |
|
|
|
8b89be6061
|
Kokkos SNAP tuning for HIP
|
2022-01-17 08:49:00 -07:00 |
|
|
|
a93e5baa73
|
Add Kokkos HIP Makefiles
|
2022-01-17 08:44:49 -07:00 |
|
|
|
cb796e8b60
|
Fix HIP compile issues
|
2022-01-17 08:21:52 -07:00 |
|
|
|
dc6e558191
|
use Tokenizer class to parse bond colors
|
2022-01-16 20:20:07 -05:00 |
|
|
|
943fe487b5
|
update whitespace and argument formats for longer source lines
|
2022-01-16 15:36:01 -05:00 |
|
|
|
1e7969c7b9
|
add new pair styles harmonic/cut and harmonic/cut/omp
|
2022-01-15 19:34:47 -05:00 |
|