preCICE v3.1.2
|
#include "Triangle.hpp"
#include <Eigen/Core>
#include <Eigen/Dense>
#include <Eigen/Geometry>
#include <algorithm>
#include <boost/concept/assert.hpp>
#include <boost/range/concepts.hpp>
#include <iterator>
#include "math/differences.hpp"
#include "math/geometry.hpp"
#include "mesh/Edge.hpp"
#include "mesh/Vertex.hpp"
#include "utils/EigenIO.hpp"
#include "utils/assertion.hpp"
Go to the source code of this file.
Namespaces | |
namespace | precice |
Main namespace of the precice library. | |
namespace | precice::mesh |
provides Mesh, Data and primitives. | |
Functions | |
precice::mesh::BOOST_CONCEPT_ASSERT ((boost::RandomAccessIteratorConcept< Triangle::iterator >)) | |
precice::mesh::BOOST_CONCEPT_ASSERT ((boost::RandomAccessIteratorConcept< Triangle::const_iterator >)) | |
precice::mesh::BOOST_CONCEPT_ASSERT ((boost::RandomAccessRangeConcept< Triangle >)) | |
std::ostream & | precice::mesh::operator<< (std::ostream &os, const Triangle &t) |