|
preCICE v3.3.0
|
#include <algorithm>#include <map>#include <memory>#include <numeric>#include <ostream>#include <utility>#include <vector>#include "com/Communication.hpp"#include "com/Extra.hpp"#include "com/SharedPointer.hpp"#include "logging/LogMacros.hpp"#include "m2n/M2N.hpp"#include "m2n/SharedPointer.hpp"#include "mesh/BoundingBox.hpp"#include "mesh/Mesh.hpp"#include "mesh/Vertex.hpp"#include "partition/Partition.hpp"#include "partition/ProvidedPartition.hpp"#include "precice/impl/Types.hpp"#include "profiling/Event.hpp"#include "utils/IntraComm.hpp"#include "utils/assertion.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::partition |
| contains the partitioning of distributed meshes. | |