preCICE v3.1.2
|
#include <vector>
#include "logging/Logger.hpp"
#include "mapping/Mapping.hpp"
#include "mapping/Polation.hpp"
Go to the source code of this file.
Classes | |
class | precice::mapping::BarycentricBaseMapping |
Base class for interpolation based mappings, where mapping is done using a geometry-based linear combination of input values. Subclasses differ by the way computeMapping() fills the _interpolations and by mesh tagging. Mapping itself is shared. More... | |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::mapping |
contains data mapping from points to meshes. | |