Add Kokkos version of minimize

This commit is contained in:
Stan Moore
2019-08-28 09:41:15 -06:00
parent 0b34db7881
commit 02e6ce32ea
19 changed files with 1819 additions and 39 deletions

View File

@ -1672,7 +1672,7 @@ void Input::min_style()
{
if (domain->box_exist == 0)
error->all(FLERR,"Min_style command before simulation box is defined");
update->create_minimize(narg,arg);
update->create_minimize(narg,arg,1);
}
/* ---------------------------------------------------------------------- */