Commit Graph

22787 Commits

Author SHA1 Message Date
Richard Berger caeb0af0d1
Add missing argtypes for lammps_extract_global 2020-08-28 13:54:06 -04:00
Richard Berger 167f12a4a4
Add python test for extract_compute of peratom vector 2020-08-28 13:53:36 -04:00
Richard Berger 9c84fe8830
Add missing lammps_extract_compute.argtypes 2020-08-27 17:47:49 -04:00
Richard Berger d7e2be1c81
Start Python interface tests for numpy extensions 2020-08-27 17:47:49 -04:00
Richard Berger 0b8136a38b
Add extract_compute, extract_fix, and extract_variable to lammps.numpy 2020-08-27 17:47:49 -04:00
Richard Berger a216d3f5f5
Fix typo 2020-08-27 17:47:49 -04:00
Richard Berger 26d09ea648
Use datatype constants instead of magic numbers 2020-08-27 17:47:49 -04:00
Richard Berger 0d8baff7a9
Rename LAMMPS_DBLE2D to LAMMPS_DOUBLE2D 2020-08-27 14:03:17 -04:00
Axel Kohlmeyer 977a89e537
add separators 2020-08-27 12:33:03 -04:00
Axel Kohlmeyer 096cef40a8
remove redundant use of \brief 2020-08-26 19:44:23 -04:00
Axel Kohlmeyer 55829752c9
Merge branch 'master' into library-refactor 2020-08-26 19:08:09 -04:00
Axel Kohlmeyer 2f1086dfe4
Merge branch 'python-refactor' into library-refactor 2020-08-26 19:07:44 -04:00
Axel Kohlmeyer 85764b3774
replace a few more c++-style comments with old-fashion c-style comments 2020-08-26 19:07:29 -04:00
Axel Kohlmeyer 1ad82d7cdb
add separator comment lines 2020-08-26 19:07:08 -04:00
Axel Kohlmeyer d00807ee9a
Merge pull request #2311 from stanmoore1/kk_update_3.2
Update Kokkos library in LAMMPS to v3.2
2020-08-26 15:35:25 -04:00
Axel Kohlmeyer aeb3e20385
Merge pull request #2307 from Vsevak/zbl_reduce_declaration
Fix NaN in GPU-accelerated Tersoff styles with OpenCL backend
2020-08-26 13:56:49 -04:00
Axel Kohlmeyer 629ead6348
Merge pull request #2309 from lammps/doxygen-integration
Add doxygen and graphviz processing into the documentation build
2020-08-26 13:05:00 -04:00
Stan Moore 50b8b1bf60 Fix Kokkos HIP compile error 2020-08-26 11:45:24 -05:00
Axel Kohlmeyer 94db627ba5
fix formatting issue 2020-08-26 12:09:43 -04:00
Axel Kohlmeyer b4403de026
add false positive 2020-08-26 12:09:35 -04:00
Christoph Junghans d40b658644 cmake: update kokkos version/checksum 2020-08-26 10:05:14 -06:00
Axel Kohlmeyer 8137ada848
Merge branch 'collected-small-changes' into doxygen-integration 2020-08-26 11:51:45 -04:00
Axel Kohlmeyer bdc952ac88
Merge branch 'master' into collected-small-changes 2020-08-26 11:51:05 -04:00
Axel Kohlmeyer f89a0f9fe3
must not try to delete computes if they have not been created and their ids not yet set 2020-08-26 11:50:20 -04:00
Axel Kohlmeyer c8af729701
Merge branch 'master' into collected-small-changes 2020-08-26 11:49:29 -04:00
Axel Kohlmeyer 4ad68c98a0
Merge pull request #2196 from jibril-b-coulibaly/mindlin_rescale
Implement force history in Mindlin granular pair styles
2020-08-26 11:42:06 -04:00
Axel Kohlmeyer e2fd95d8ed
Merge pull request #2240 from jrgissing/bond/react-reset_mol_ids
support molecule ID resets in fix bond/react
2020-08-26 10:56:21 -04:00
Axel Kohlmeyer ed63edc9da
lammps_has_error() and lammps_get_last_error_message() are always available but dummies without exceptions enabled 2020-08-26 09:10:59 -04:00
Axel Kohlmeyer 48d2a48a1f
import updated python module from progguide branch 2020-08-26 09:01:59 -04:00
Axel Kohlmeyer 7ab6def2ca
update list of Kokkos GPU archs in manual as well 2020-08-26 03:49:59 -04:00
Axel Kohlmeyer abbbb0ab06
remove trailing whitespace 2020-08-26 03:42:50 -04:00
Axel Kohlmeyer aa6dec84ed
update list of Kokkos supported architectures 2020-08-26 03:42:42 -04:00
Stan Moore b8f59fd37c Update from master 2020-08-25 20:29:03 -06:00
Stan Moore 4d90c2b74b Update Kokkos library in LAMMPS to v3.2 2020-08-25 20:21:48 -06:00
Richard Berger 1c10aa6a4d
GIFs are only supported in HTML 2020-08-25 17:15:34 -04:00
Richard Berger c256f2331f
JPG folder is no longer needed in HTML output 2020-08-25 16:59:39 -04:00
Richard Berger ae5c0bd8d1
Remove targets to JPG images 2020-08-25 16:44:50 -04:00
Richard Berger 3a638440a4
Add missing PDF folder 2020-08-25 16:12:09 -04:00
Axel Kohlmeyer 80e07c69f0
add part of developer guide as to showcase the integration of the programmer guide 2020-08-25 15:07:09 -04:00
Richard Berger df8fb26272
Refactor changes to documentation build
- Added CMake variables for readability
- Moved Mathjax files to _static to avoid special copy logic
- Moved JPG/lammps-logo.png to _static to avoid special copy logic
- Removed dead CMake code
2020-08-25 13:41:31 -04:00
Axel Kohlmeyer 14b66d1f84
tweak test tolerance of reax/c tests for running on ubuntu 18.04 2020-08-25 12:15:19 -04:00
Axel Kohlmeyer f965786e74
refactor C library interface and add doxygen decorations 2020-08-25 11:45:07 -04:00
Axel Kohlmeyer 69cffb2d04
import test infrastructure for c, c++ and python library usage 2020-08-25 11:03:31 -04:00
Axel Kohlmeyer 024e4c5f21
make formatting and doxygen decorations for utils functions consistent 2020-08-24 20:55:13 -04:00
Axel Kohlmeyer 3f685c346f
add doxygen integration with conventional and cmake doc build 2020-08-24 17:58:37 -04:00
Axel Kohlmeyer dc241abb85
Merge pull request #2305 from akohlmey/next_patch_version
Update version strings for updated patch release
2020-08-24 13:46:50 -04:00
Axel Kohlmeyer 93e4ed9770
Merge pull request #2304 from akohlmey/collected-small-changes
Collected small changes for the next patch release
2020-08-24 11:43:42 -04:00
Axel Kohlmeyer 7e1a3bd4d5
Merge pull request #2302 from akohlmey/consistent-doc-headers
Consistent subsection headers for commands
2020-08-24 10:52:09 -04:00
Axel Kohlmeyer 47a44732e7
add test for fix restrain 2020-08-23 15:29:58 -04:00
Axel Kohlmeyer 8f5e8300ea
fix typos in fix restrain docs 2020-08-23 15:29:49 -04:00