#ifndef VALIDATE_HPP #define VALIDATE_HPP namespace netgen { void GetPureBadness(Mesh & mesh, Array & pure_badness, const BitArray & isnewpoint); double Validate(const Mesh & mesh, Array & bad_elements, const Array & pure_badness, double max_worsening, const bool uselocalworsening, Array * quality_loss = NULL); void RepairBisection(Mesh & mesh, Array & bad_elements, const BitArray & isnewpoint, const Refinement & refinement, const Array & pure_badness, double max_worsening, const bool uselocalworsening, const Array< Array* > & idmaps); } #endif // VALIDATE_HPP