netgen/libsrc/meshing/meshing.hpp

73 lines
1.1 KiB
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#ifndef FILE_MESHING
#define FILE_MESHING
#include "../include/myadt.hpp"
#include "../include/gprim.hpp"
#include "../include/linalg.hpp"
#include "../include/opti.hpp"
namespace netgen
{
2011-03-03 01:50:39 +05:00
// extern int printmessage_importance;
2009-01-13 04:40:13 +05:00
2014-08-30 06:15:59 +06:00
// class CSGeometry;
2011-03-03 01:50:39 +05:00
class NetgenGeometry;
}
2009-01-13 04:40:13 +05:00
#include "msghandler.hpp"
#include "meshtype.hpp"
#include "localh.hpp"
2016-01-07 17:37:48 +05:00
#include "topology.hpp"
2009-01-13 04:40:13 +05:00
#include "meshclass.hpp"
#include "global.hpp"
2011-03-03 01:50:39 +05:00
namespace netgen
{
2009-01-13 04:40:13 +05:00
#include "meshtool.hpp"
#include "ruler2.hpp"
#include "adfront2.hpp"
#include "meshing2.hpp"
#include "improve2.hpp"
#include "geomsearch.hpp"
#include "adfront3.hpp"
#include "ruler3.hpp"
#define _INCLUDE_MORE
#include "findip.hpp"
#include "findip2.hpp"
2011-03-03 01:50:39 +05:00
2009-01-13 04:40:13 +05:00
#include "meshing3.hpp"
#include "improve3.hpp"
2011-03-03 01:50:39 +05:00
2009-01-13 04:40:13 +05:00
#include "curvedelems.hpp"
#include "clusters.hpp"
#include "meshfunc.hpp"
2011-03-03 01:50:39 +05:00
2009-01-13 04:40:13 +05:00
#include "bisect.hpp"
#include "hprefinement.hpp"
#include "boundarylayer.hpp"
#include "specials.hpp"
2020-06-24 11:41:55 +05:00
2011-03-03 01:50:39 +05:00
}
2009-01-13 04:40:13 +05:00
#include "validate.hpp"
2011-03-03 01:50:39 +05:00
#include "basegeom.hpp"
2020-06-24 11:41:55 +05:00
#include "surfacegeom.hpp"
2009-01-13 04:40:13 +05:00
#ifdef PARALLEL
2009-01-26 00:37:14 +05:00
#include "paralleltop.hpp"
2009-01-13 04:40:13 +05:00
#endif
#endif