adapt KOKKOS package styles to use new neighbor list request API

This commit is contained in:
Axel Kohlmeyer
2022-03-09 22:43:38 -05:00
parent 9f44221ee3
commit 3ef02edb48
49 changed files with 637 additions and 1184 deletions

View File

@ -312,3 +312,8 @@ void NeighRequest::enable_full()
half = 0;
full = 1;
}
void NeighRequest::enable_ghost()
{
ghost = 1;
}