Gromacs  2024.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
#include "gmxpre.h"
#include "gromacs/domdec/localatomsetmanager.h"
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include "gromacs/domdec/localatomset.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/exceptions.h"
#include "testutils/testasserts.h"
+ Include dependency graph for localatomsetmanager.cpp:

Description

Tests for general functionality in gmx::LocalAtomSetManager and gmx::LocalAtomSet, which is only accesible through the manager.

TODO: add testing for behaviour on multiple ranks once gmx_ga2la_t may be set up individually and outside domain decomposition initialisation.

Author
Christian Blau cblau.nosp@m.@gwd.nosp@m.g.de