preCICE v3.1.2
|
#include <Eigen/Core>
#include <fmt/ostream.h>
#include <iosfwd>
#include <vector>
#include "logging/Logger.hpp"
#include "mesh/Vertex.hpp"
Go to the source code of this file.
Classes | |
class | precice::mesh::BoundingBox |
An axis-aligned bounding box around a (partition of a) mesh. More... | |
struct | fmt::formatter< precice::mesh::BoundingBox > |
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::logging |
contains the logging framework. | |
namespace | precice::mesh |
provides Mesh, Data and primitives. | |
Functions | |
std::ostream & | precice::mesh::operator<< (std::ostream &os, const BoundingBox &bb) |