Path: blob/devel/ElmerGUI/netgen/libsrc/meshing/meshing.hpp
3206 views
#ifndef FILE_MESHING1#define FILE_MESHING2345#define CURVEDELEMS_NEW678#include "../include/myadt.hpp"9#include "../include/gprim.hpp"10#include "../include/linalg.hpp"11#include "../include/opti.hpp"1213141516namespace netgen17{1819extern int printmessage_importance;2021class CSGeometry;222324#include "msghandler.hpp"2526#include "meshtype.hpp"27#include "localh.hpp"28#include "meshclass.hpp"29#include "global.hpp"303132#include "meshtool.hpp"33#include "ruler2.hpp"34#include "adfront2.hpp"35#include "meshing2.hpp"36#include "improve2.hpp"373839#include "geomsearch.hpp"40#include "adfront3.hpp"41#include "ruler3.hpp"4243#ifndef SMALLLIB44#define _INCLUDE_MORE45#endif46#ifdef LINUX47#define _INCLUDE_MORE48#endif4950#ifdef _INCLUDE_MORE51#include "meshing3.hpp"52#include "improve3.hpp"53#endif54#include "findip.hpp"55#include "findip2.hpp"5657#include "topology.hpp"5859#ifdef CURVEDELEMS_NEW60#include "curvedelems_new.hpp"61#else62#include "curvedelems.hpp"63#endif64#include "clusters.hpp"6566#ifdef _INCLUDE_MORE67#include "meshfunc.hpp"68#endif69#include "bisect.hpp"70#include "hprefinement.hpp"71#include "boundarylayer.hpp"72#include "specials.hpp"7374#include "validate.hpp"7576#ifdef PARALLEL77#include "../parallel/paralleltop.hpp"78// #include "../parallel/parallelmesh.hpp"79#endif80818283}8485#endif868788