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

Namespaces

namespace  netgen
 

namespace defined for NETGEN


Functions

void netgen::GetPureBadness (Mesh &mesh, Array< double > &pure_badness, const BitArray &isnewpoint)
double netgen::Validate (const Mesh &mesh, Array< ElementIndex > &bad_elements, const Array< double > &pure_badness, double max_worsening, const bool uselocalworsening, Array< double > *quality_loss)
void netgen::GetWorkingArea (BitArray &working_elements, BitArray &working_points, const Mesh &mesh, const Array< ElementIndex > &bad_elements, const int width)
void netgen::RepairBisection (Mesh &mesh, Array< ElementIndex > &bad_elements, const BitArray &isnewpoint, const Refinement &refinement, const Array< double > &pure_badness, double max_worsening, const bool uselocalworsening, const Array< Array< int, PointIndex::BASE > * > &idmaps)