Split off domdec distribution and cellsizes
authorBerk Hess <hess@kth.se>
Mon, 7 May 2018 15:35:15 +0000 (17:35 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 17 May 2018 13:24:28 +0000 (15:24 +0200)
commitc5522b4d57ad836dc2aa7b46608f8dc2ff909e1e
tree8b694330b2ce02b2bd4d0a5d7bdb28533e75d335
parente909563d3d83fd43d62088f845e655e467af173c
Split off domdec distribution and cellsizes

Move domain decomposition distribution and cell size related functions
to separate files.

This change is only code motion, apart from changing some macros to
constexpr or inline functions and adding some const qualifiers.

Change-Id: Ib943944b090958921428f69ecaf9e53f7e2ab224
src/gromacs/domdec/cellsizes.cpp [new file with mode: 0644]
src/gromacs/domdec/cellsizes.h [new file with mode: 0644]
src/gromacs/domdec/distribute.cpp [new file with mode: 0644]
src/gromacs/domdec/distribute.h [new file with mode: 0644]
src/gromacs/domdec/domdec.cpp
src/gromacs/domdec/domdec_internal.h
src/gromacs/domdec/utility.h