preCICE v3.1.2
|
#include <cstddef>
#include <map>
#include <set>
#include <string>
#include <string_view>
#include <vector>
#include "action/Action.hpp"
#include "boost/noncopyable.hpp"
#include "com/Communication.hpp"
#include "cplscheme/CouplingScheme.hpp"
#include "cplscheme/SharedPointer.hpp"
#include "logging/Logger.hpp"
#include "m2n/BoundM2N.hpp"
#include "m2n/config/M2NConfiguration.hpp"
#include "precice/Participant.hpp"
#include "precice/impl/DataContext.hpp"
#include "precice/impl/SharedPointer.hpp"
#include "precice/impl/Types.hpp"
#include "utils/MultiLock.hpp"
Go to the source code of this file.
Classes | |
class | precice::impl::ParticipantImpl |
Implementation of Participant. See also pimpl ideom (https://en.cppreference.com/w/cpp/language/pimpl). More... | |
struct | precice::impl::ParticipantImpl::MappedSamples |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::profiling |
contains profiling utilities. | |
namespace | precice::config |
namespace | Integration |
namespace | Integration::Serial |
namespace | Integration::Serial::Whitebox |
namespace | precice::cplscheme |
contains implementations of coupling schemes for coupled simulations. | |
namespace | precice::mesh |
provides Mesh, Data and primitives. | |
namespace | precice::impl |