![]() |
MechSys
1.0
Computing library for simulations in continuum and discrete mechanics
|
#include <iostream>
#include <sstream>
#include <fstream>
#include <cfloat>
#include <map>
#include "triangle.h"
#include "tetgen.h"
#include <mechsys/util/array.h>
#include <mechsys/util/fatal.h>
#include <mechsys/util/stopwatch.h>
#include <mechsys/mesh/mesh.h>
#include <mechsys/draw.h>
Go to the source code of this file.
Classes | |
class | Mesh::Unstructured |
Namespaces | |
namespace | Mesh |
Mesh generation | |
Defines | |
#define | REAL double |
#define | ANSI_DECLARATORS |
#define | VOID int |
#define | TETLIBRARY |
Typedefs | |
typedef triangulateio | Mesh::TriIO |
typedef tetgenio | Mesh::TetIO |
Functions | |
void | Mesh::TriAllocate (int NPoints, int NSegments, int NRegions, int NHoles, TriIO &Tio) |
void | Mesh::TriSetAllToNull (TriIO &Tio) |
void | Mesh::TriDeallocateAll (TriIO &Tio) |
#define ANSI_DECLARATORS |
#define REAL double |
#define TETLIBRARY |
#define VOID int |