preCICE v3.2.0
Loading...
Searching...
No Matches
SharedPointer.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <memory>
4
5namespace precice::mapping {
6
7class Mapping;
9
12
13} // namespace precice::mapping
Performs XML configuration and holds configured mappings.
Abstract base class for mapping of data from one mesh to another.
Definition Mapping.hpp:16
contains data mapping from points to meshes.
std::shared_ptr< MappingConfiguration > PtrMappingConfiguration
std::shared_ptr< Mapping > PtrMapping