MorphoGraphX  2.0-1-227
Classes | Namespaces | Typedefs | Functions
Triangle.hpp File Reference
#include <Config.hpp>
#include <Types.hpp>
#include <Information.hpp>

Go to the source code of this file.

Classes

struct  mgx::Triangle
 class Triangle Triangle.hpp <Triangle.hpp> More...
 
struct  std::hash< mgx::Triangle >
 

Namespaces

 mgx
 Distributed matrix library.
 

Typedefs

typedef std::unordered_map< Triangle, SymmetricTensor > mgx::TriSymTensorMap
 Map a triangle to a symmetric tensor. More...
 
typedef std::pair< Triangle, SymmetricTensor > mgx::TriSymTensorPair
 Element in TriSymTensorMap. More...
 

Functions

Triangle mgx::flipTri (const Triangle &t)
 

Detailed Description

Used to index triangles on a VV mesh

Definition in file Triangle.hpp.