|
preCICE v3.3.0
|
#include <algorithm>#include <exception>#include <filesystem>#include <memory>#include <numeric>#include <ostream>#include <utility>#include "com/Communication.hpp"#include "com/MPIDirectCommunication.hpp"#include "com/SharedPointer.hpp"#include "com/SocketCommunication.hpp"#include "com/SocketCommunicationFactory.hpp"#include "logging/LogConfiguration.hpp"#include "m2n/DistributedComFactory.hpp"#include "m2n/GatherScatterComFactory.hpp"#include "m2n/M2N.hpp"#include "m2n/PointToPointComFactory.hpp"#include "mapping/device/Ginkgo.hpp"#include "mesh/Data.hpp"#include "precice/impl/Types.hpp"#include "profiling/EventUtils.hpp"#include "query/Index.hpp"#include "testing/TestContext.hpp"#include "testing/Testing.hpp"#include "utils/IntraComm.hpp"#include "utils/Parallel.hpp"#include "utils/Petsc.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::testing |
| contains the testing framework. | |
Typedefs | |
| using | precice::testing::Par = utils::Parallel |