File: meshing.hpp

package info (click to toggle)
netgen 6.2.2601%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 13,076 kB
  • sloc: cpp: 166,627; tcl: 6,310; python: 2,868; sh: 522; makefile: 90
file content (63 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#ifndef FILE_MESHING
#define FILE_MESHING

#include "../include/myadt.hpp"
#include "../include/gprim.hpp"
#include "../include/linalg.hpp"
#include "../include/opti.hpp"


namespace netgen
{
  // extern int printmessage_importance;

  // class CSGeometry;
  using namespace std;
  class NetgenGeometry;
}
  
  
// #include "msghandler.hpp"
// #include "meshtype.hpp"
// #include "localh.hpp"
// #include "topology.hpp"
// #include "meshclass.hpp"
// #include "global.hpp"

#include "meshtool.hpp"

#include "ruler2.hpp"
#include "adfront2.hpp"


#include "meshing2.hpp"
#include "improve2.hpp"


#include "geomsearch.hpp"
#include "adfront3.hpp"
#include "ruler3.hpp"

#include "findip.hpp"
#include "findip2.hpp"

#include "meshing3.hpp"
#include "improve3.hpp"

#include "curvedelems.hpp"
#include "clusters.hpp"
#include "meshfunc.hpp"

#include "bisect.hpp"
#include "hprefinement.hpp"

#include "specials.hpp"
#include "validate.hpp"
#include "basegeom.hpp"
#include "surfacegeom.hpp"

#include "paralleltop.hpp"



#endif