Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ElmerCSC
GitHub Repository: ElmerCSC/elmerfem
Path: blob/devel/ElmerGUI/netgen/libsrc/gprim/gprim.hpp
3206 views
1
#ifndef FILE_GPRIM
2
#define FILE_GPRIM
3
4
/* *************************************************************************/
5
/* File: gprim.hpp */
6
/* Author: Joachim Schoeberl */
7
/* Date: 14. Aug. 97 */
8
/* *************************************************************************/
9
10
11
namespace netgen
12
{
13
#include "geomobjects.hpp"
14
#include "geomops.hpp"
15
#include "geomfuncs.hpp"
16
17
#include "geom2d.hpp"
18
#include "geom3d.hpp"
19
#include "geomtest3d.hpp"
20
// #include "rot3d.hpp"
21
#include "transform3d.hpp"
22
// #include "reftrans.hpp"
23
#include "adtree.hpp"
24
}
25
26
#endif
27
28