Homec4science

Merge pull request #524 from martok/package-meamc

Authored by sjplimp <sjplimp@sandia.gov> on Jul 3 2017, 20:30.

Description

Merge pull request #524 from martok/package-meamc

Package USER-MEAMC

Event Timeline

GitHub <noreply@github.com> committed rLAMMPS6fc0a94e8783: Merge pull request #524 from martok/package-meamc (authored by sjplimp <sjplimp@sandia.gov>).Jul 3 2017, 20:30

Merged Changes

CommitAuthorDetailsCommitted
22f3db472321Axel Kohlmeyer
remove some dead code and prune argument lists accordingly 
Jul 2 2017
a1574fc03d87Axel Kohlmeyer
remove unused variables 
Jul 1 2017
d68fb1cbb82dAxel Kohlmeyer
avoid repeated computation of deltaik and deltajk, calls to pow() 
Jul 1 2017
060e32973ef9Axel Kohlmeyer
another speedup by folding dsij() into meam_force() 
Jul 1 2017
a4a15f24bdc1Axel Kohlmeyer
fold screen() function into getscreen() and avoid some repeated operations 
Jul 1 2017
1fff30af90e7Axel Kohlmeyer
update or create example outputs for meam and meam/c 
Jun 30 2017
9dad95d10140Axel Kohlmeyer
performance improvement through moving inlinable functions to header file 
Jun 30 2017
55487047006fSebastian Hütter
Move stateless functions to separate module, improve style 
Jun 30 2017
e0939ac79577Sebastian Hütter
Re-Run clang-format 
Jun 30 2017
8fca667e4b7fSebastian Hütter
Change indexing of remaining variables and locals 
Jun 26 2017
dadd1c8b4d6eSebastian Hütter
Remove neigh_f2c/c2f, related cleanup 
Jun 22 2017
f092da80a959Sebastian Hütter
Fix some shadowing warnings 
Jun 22 2017
5e165e67822fAxel Kohlmeyer
fix array bounds issue due to typo. spotted by GCC. 
Jun 21 2017
02625b285521Sebastian Hütter
fix typos introduced in original translation: results are correct again 
Jun 21 2017
bb47fa8783d8Sebastian Hütter
Change indexing of all MEAM element arrays 
Jun 20 2017
c79dc53c6aefSebastian Hütter
code improvement, less pointer params 
Jun 20 2017
72a1364d854fAxel Kohlmeyer/GitHub
Merge branch 'master' into package-meamc 
Jun 20 2017
198fe7ecd7adSebastian Hütter
fix storing of invalid memory pointer 
Jun 20 2017
a9f3f900255eSebastian Hütter
fix uninitialized members 
Jun 19 2017
3d066283b670Sebastian Hütter
fix compilation, move meam_cleanup to destructor 
Jun 13 2017
29e60fa53a81Sebastian Hütter
Move rho/gamma arrays to fields of MEAM, remove arguments and arrdim macros 
Jun 13 2017
078f2a0a47f4Sebastian Hütter
Convert/Reindex phir* arrays 
Jun 12 2017
bdd908c30380Axel Kohlmeyer
update documentation for USER-MEAMC package and pair style meam/c 
Jun 12 2017
b45a95107d95Axel Kohlmeyer
remove ambiguous access conflict to fm_exp() in pair style agni/omp after… 
Jun 12 2017
9f852f5f5863Sebastian Hütter
Improve C++-ness, eliminate some macros 
Jun 11 2017
fea28d802823Axel Kohlmeyer
ensure that allocatable_double_2d types are initialized 
Jun 11 2017
afed8bb97807Axel Kohlmeyer
make changes to pass compilation test 
Jun 11 2017
03c93b31d61aSebastian Hütter
Convert to C++, allow multiple instances 
Jun 11 2017
d3f31547f945Sebastian Hütter
Reformat code with clang-format (Mozilla style guide) 
Jun 11 2017
7c7468ffc218Sebastian Hütter
Change c->cpp for better integration with makefile 
Jun 11 2017
bab292b551baSebastian Hütter
Create package USER-MEAMC 
Jun 11 2017