Nektar++
|
#include <boost/shared_ptr.hpp>
#include <NekMeshUtils/MeshElements/Node.h>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
#include <LibUtilities/Memory/NekMemoryManager.hpp>
#include <triangle.h>
Go to the source code of this file.
Classes | |
class | Nektar::NekMeshUtils::TriangleInterface |
class for interfacing with external library triangle More... | |
Namespaces | |
Nektar | |
< | |
Nektar::NekMeshUtils | |
Macros | |
#define | REAL double |
#define | ANSI_DECLARATORS |
#define | TRILIBRARY |
#define | VOID int |
Typedefs | |
typedef boost::shared_ptr < TriangleInterface > | Nektar::NekMeshUtils::TriangleInterfaceSharedPtr |
#define ANSI_DECLARATORS |
Definition at line 47 of file TriangleInterface.h.
#define REAL double |
Definition at line 46 of file TriangleInterface.h.
Referenced by Nektar::NekMeshUtils::TetGenInterface::InitialMesh(), Nektar::NekMeshUtils::TriangleInterface::Mesh(), Nektar::NekMeshUtils::TetGenInterface::RefineMesh(), and Nektar::NekMeshUtils::TriangleInterface::SetUp().
#define TRILIBRARY |
Definition at line 48 of file TriangleInterface.h.
#define VOID int |
Definition at line 49 of file TriangleInterface.h.