Unverified Commit 00c75ecb authored by Stan Moore's avatar Stan Moore Committed by GitHub
Browse files

Merge pull request #988 from valleymouth/granular-kokkos

Kokkos port for GRANULAR
parents 7faa48b4 8224c89f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -68,11 +68,11 @@ OPT.
"ffl"_fix_ffl.html,
"filter/corotate"_fix_filter_corotate.html,
"flow/gauss"_fix_flow_gauss.html,
"freeze"_fix_freeze.html,
"freeze (k)"_fix_freeze.html,
"gcmc"_fix_gcmc.html,
"gld"_fix_gld.html,
"gle"_fix_gle.html,
"gravity (o)"_fix_gravity.html,
"gravity (ko)"_fix_gravity.html,
"grem"_fix_grem.html,
"halt"_fix_halt.html,
"heat"_fix_heat.html,
@@ -105,7 +105,7 @@ OPT.
"nph/asphere (o)"_fix_nph_asphere.html,
"nph/body"_fix_nph_body.html,
"nph/eff"_fix_nh_eff.html,
"nph/sphere (o)"_fix_nph_sphere.html,
"nph/sphere (ko)"_fix_nph_sphere.html,
"nphug (o)"_fix_nphug.html,
"npt (kio)"_fix_nh.html,
"npt/asphere (o)"_fix_npt_asphere.html,
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ OPT.
"gayberne (gio)"_pair_gayberne.html,
"gran/hertz/history (o)"_pair_gran.html,
"gran/hooke (o)"_pair_gran.html,
"gran/hooke/history (o)"_pair_gran.html,
"gran/hooke/history (ko)"_pair_gran.html,
"gw"_pair_gw.html,
"gw/zbl"_pair_gw.html,
"hbond/dreiding/lj (o)"_pair_hbond_dreiding.html,
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
:line

fix freeze command :h3
fix freeze/kk command :h3

[Syntax:]

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@

fix gravity command :h3
fix gravity/omp command :h3
fix gravity/kk command :h3

[Syntax:]

+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@

fix nve/sphere command :h3
fix nve/sphere/omp command :h3
fix nve/sphere/kk command :h3

[Syntax:]

Loading