Examples and documentation

This commit is contained in:
Joel Clemmer
2021-01-08 15:27:23 -07:00
parent 50be21902e
commit d5f34f6296
14 changed files with 1604 additions and 23 deletions

View File

@ -248,6 +248,8 @@ void Comm::init()
error->all(FLERR,"Cannot use multi/reduce communication with Newton off");
if (neighbor->any_full())
error->all(FLERR,"Cannot use multi/reduce communication with a full neighbor list");
if (neighbor->style != Neighbor::MULTI)
error->all(FLERR,"Cannot use multi/reduce communication without multi-style neighbor lists");
}
}