|
preCICE v3.3.0
|
#include <Eigen/Core>#include <Eigen/src/Core/util/Meta.h>#include <algorithm>#include <array>#include <cmath>#include <deque>#include <filesystem>#include <functional>#include <iterator>#include <memory>#include <numeric>#include <optional>#include <ostream>#include <sstream>#include <tuple>#include <utility>#include "ParticipantImpl.hpp"#include "action/SharedPointer.hpp"#include "com/Communication.hpp"#include "com/SharedPointer.hpp"#include "cplscheme/Constants.hpp"#include "cplscheme/CouplingScheme.hpp"#include "cplscheme/config/CouplingSchemeConfiguration.hpp"#include "io/Export.hpp"#include "io/ExportContext.hpp"#include "io/SharedPointer.hpp"#include "logging/LogConfiguration.hpp"#include "logging/LogMacros.hpp"#include "m2n/BoundM2N.hpp"#include "m2n/M2N.hpp"#include "m2n/SharedPointer.hpp"#include "m2n/config/M2NConfiguration.hpp"#include "mapping/Mapping.hpp"#include "mapping/SharedPointer.hpp"#include "mapping/config/MappingConfiguration.hpp"#include "mapping/device/Ginkgo.hpp"#include "math/differences.hpp"#include "math/geometry.hpp"#include "mesh/Data.hpp"#include "mesh/Edge.hpp"#include "mesh/Mesh.hpp"#include "mesh/SharedPointer.hpp"#include "mesh/Utils.hpp"#include "mesh/Vertex.hpp"#include "mesh/config/MeshConfiguration.hpp"#include "partition/Partition.hpp"#include "partition/ProvidedPartition.hpp"#include "partition/ReceivedPartition.hpp"#include "partition/SharedPointer.hpp"#include "precice/config/Configuration.hpp"#include "precice/config/ParticipantConfiguration.hpp"#include "precice/config/SharedPointer.hpp"#include "precice/impl/CommonErrorMessages.hpp"#include "precice/impl/MappingContext.hpp"#include "precice/impl/MeshContext.hpp"#include "precice/impl/ParticipantState.hpp"#include "precice/impl/ReadDataContext.hpp"#include "precice/impl/Types.hpp"#include "precice/impl/ValidationMacros.hpp"#include "precice/impl/WatchIntegral.hpp"#include "precice/impl/WatchPoint.hpp"#include "precice/impl/WriteDataContext.hpp"#include "precice/impl/versions.hpp"#include "profiling/Event.hpp"#include "profiling/EventUtils.hpp"#include "profiling/config/ProfilingConfiguration.hpp"#include "utils/EigenHelperFunctions.hpp"#include "utils/EigenIO.hpp"#include "utils/Helpers.hpp"#include "utils/IntraComm.hpp"#include "utils/Parallel.hpp"#include "utils/Petsc.hpp"#include "utils/algorithm.hpp"#include "utils/assertion.hpp"#include "xml/XMLTag.hpp"Go to the source code of this file.
Namespaces | |
| namespace | precice |
| Main namespace of the precice library. | |
| namespace | precice::impl |