Merge pull request #524 from martok/package-meamc
Package USER-MEAMC
GitHub <noreply@github.com> | Jul 3 2017, 20:30 |
junge | Oct 19 2017, 09:53 |
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
22f3db472321 | Axel Kohlmeyer | remove some dead code and prune argument lists accordingly | Jul 2 2017 | |||
a1574fc03d87 | Axel Kohlmeyer | remove unused variables | Jul 1 2017 | |||
d68fb1cbb82d | Axel Kohlmeyer | avoid repeated computation of deltaik and deltajk, calls to pow() | Jul 1 2017 | |||
060e32973ef9 | Axel Kohlmeyer | another speedup by folding dsij() into meam_force() | Jul 1 2017 | |||
a4a15f24bdc1 | Axel Kohlmeyer | fold screen() function into getscreen() and avoid some repeated operations | Jul 1 2017 | |||
1fff30af90e7 | Axel Kohlmeyer | update or create example outputs for meam and meam/c | Jun 30 2017 | |||
9dad95d10140 | Axel Kohlmeyer | performance improvement through moving inlinable functions to header file | Jun 30 2017 | |||
55487047006f | Sebastian Hütter | Move stateless functions to separate module, improve style | Jun 30 2017 | |||
e0939ac79577 | Sebastian Hütter | Re-Run clang-format | Jun 30 2017 | |||
8fca667e4b7f | Sebastian Hütter | Change indexing of remaining variables and locals | Jun 26 2017 | |||
dadd1c8b4d6e | Sebastian Hütter | Remove neigh_f2c/c2f, related cleanup | Jun 22 2017 | |||
f092da80a959 | Sebastian Hütter | Fix some shadowing warnings | Jun 22 2017 | |||
5e165e67822f | Axel Kohlmeyer | fix array bounds issue due to typo. spotted by GCC. | Jun 21 2017 | |||
02625b285521 | Sebastian Hütter | fix typos introduced in original translation: results are correct again | Jun 21 2017 | |||
bb47fa8783d8 | Sebastian Hütter | Change indexing of all MEAM element arrays | Jun 20 2017 | |||
c79dc53c6aef | Sebastian Hütter | code improvement, less pointer params | Jun 20 2017 | |||
72a1364d854f | Axel Kohlmeyer/GitHub | Merge branch 'master' into package-meamc | Jun 20 2017 | |||
198fe7ecd7ad | Sebastian Hütter | fix storing of invalid memory pointer | Jun 20 2017 | |||
a9f3f900255e | Sebastian Hütter | fix uninitialized members | Jun 19 2017 | |||
3d066283b670 | Sebastian Hütter | fix compilation, move meam_cleanup to destructor | Jun 13 2017 | |||
29e60fa53a81 | Sebastian Hütter | Move rho/gamma arrays to fields of MEAM, remove arguments and arrdim macros | Jun 13 2017 | |||
078f2a0a47f4 | Sebastian Hütter | Convert/Reindex phir* arrays | Jun 12 2017 | |||
bdd908c30380 | Axel Kohlmeyer | update documentation for USER-MEAMC package and pair style meam/c | Jun 12 2017 | |||
b45a95107d95 | Axel Kohlmeyer | remove ambiguous access conflict to fm_exp() in pair style agni/omp after… | Jun 12 2017 | |||
9f852f5f5863 | Sebastian Hütter | Improve C++-ness, eliminate some macros | Jun 11 2017 | |||
fea28d802823 | Axel Kohlmeyer | ensure that allocatable_double_2d types are initialized | Jun 11 2017 | |||
afed8bb97807 | Axel Kohlmeyer | make changes to pass compilation test | Jun 11 2017 | |||
03c93b31d61a | Sebastian Hütter | Convert to C++, allow multiple instances | Jun 11 2017 | |||
d3f31547f945 | Sebastian Hütter | Reformat code with clang-format (Mozilla style guide) | Jun 11 2017 | |||
7c7468ffc218 | Sebastian Hütter | Change c->cpp for better integration with makefile | Jun 11 2017 | |||
bab292b551ba | Sebastian Hütter | Create package USER-MEAMC | Jun 11 2017 |