preCICE
Loading...
Searching...
No Matches
ProvidedMeshContext.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "MeshContext.hpp"
5
6#include <memory>
7
8namespace precice::impl {
9
12 std::shared_ptr<precice::partition::ProvidedPartition> partition;
13};
14
15} // namespace precice::impl
Context for a mesh provided by this participant.
std::shared_ptr< precice::partition::ProvidedPartition > partition