preCICE v3.1.2
Loading...
Searching...
No Matches
Namespaces | Functions
Triangle.cpp File Reference
#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"
Include dependency graph for Triangle.cpp:

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::ostreamprecice::mesh::operator<< (std::ostream &os, const Triangle &t)