preCICE v3.1.2
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Index.cpp File Reference
#include <Eigen/Core>
#include <algorithm>
#include <boost/iterator/function_output_iterator.hpp>
#include <boost/range/irange.hpp>
#include <utility>
#include "logging/LogMacros.hpp"
#include "precice/impl/Types.hpp"
#include "profiling/Event.hpp"
#include "query/Index.hpp"
#include "query/impl/RTreeAdapter.hpp"
Include dependency graph for Index.cpp:

Go to the source code of this file.

Classes

struct  precice::query::MeshIndices
 
class  precice::query::Index::IndexImpl
 

Namespaces

namespace  precice
 Main namespace of the precice library.
 
namespace  precice::query
 contains geometrical queries.
 

Typedefs

using precice::query::VertexTraits = impl::RTreeTraits<mesh::Vertex>
 
using precice::query::EdgeTraits = impl::RTreeTraits<mesh::Edge>
 
using precice::query::TriangleTraits = impl::RTreeTraits<mesh::Triangle>
 
using precice::query::TetrahedronTraits = impl::RTreeTraits<mesh::Tetrahedron>