mFES - molecular Finite Element Solver  0.4
Classes | Namespaces | Functions
delaunay.cpp File Reference
#include <mystdlib.h>
#include "meshing.hpp"

Classes

class  netgen::DelaunayTet
class  netgen::MeshNB
class  netgen::SphereList

Namespaces

namespace  netgen
 

namespace defined for NETGEN


Functions

void netgen::AddDelaunayPoint (PointIndex newpi, const Point3d &newp, Array< DelaunayTet > &tempels, Mesh &mesh, Box3dTree &tettree, MeshNB &meshnb, Array< Point< 3 > > &centers, Array< double > &radi2, Array< int > &connected, Array< int > &treesearch, Array< int > &freelist, SphereList &list, IndexSet &insphere, IndexSet &closesphere)
void netgen::Delaunay1 (Mesh &mesh, const MeshingParameters &mp, AdFront3 *adfront, Array< DelaunayTet > &tempels, int oldnp, DelaunayTet &startel, Point3d &pmin, Point3d &pmax)