GranOO  3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
PolyhedronOFF.hpp
Go to the documentation of this file.
1 // This file is part of GranOO, a workbench for DEM simulation.
2 //
3 // Author(s) : - Jean-luc CHARLES I2M-DuMAS/ENSAM Talence France
4 // <jean-luc.charles@ensam.eu>
5 // - Damien ANDRE SPCTS/ENS Ceramique industrielle, Limoges France
6 // <damien.andre@unilim.fr>
7 // - Jeremie GIRARDOT I2M-DuMAS/ENSAM Talence France
8 // <jeremie.girardot@ensam.eu>
9 // - Cedric Hubert LAMIH/UVHC Valenciennes France
10 // <cedric.hubert@univ-valenciennes.fr>
11 // - Ivan IORDANOFF I2M-DuMAS-MPI/ENSAM Talence France
12 // <ivan.iordanoff@ensam.eu>
13 // - Truong Thi NGUYEN SPCTS, Limoges France
14 // <truong_thi.nguyen@unilim.fr>
15 //
16 // Copyright (C) 2008-2016 JL. CHARLES, D. ANDRE, I. IORDANOFF, J. GIRARDOT, Truong Thi NGUYEN
17 //
18 // The magic numbers used in the following algorithm were found by Truong Thi NGUYEN !
19 // The C++ version was implemented by DA.
20 //
21 //
22 // This program is free software: you can redistribute it and/or modify
23 // it under the terms of the GNU General Public License as published by
24 // the Free Software Foundation, either version 3 of the License, or
25 // (at your option) any later version.
26 //
27 // This program is distributed in the hope that it will be useful,
28 // but WITHOUT ANY WARRANTY; without even the implied warranty of
29 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 // GNU General Public License for more details.
31 //
32 // You should have received a copy of the GNU General Public License
33 // along with this program. If not, see <http://www.gnu.org/licenses/>.
34 
35 #ifndef _LibAlgo_PolyhedronOFF_HPP
36 #define _LibAlgo_PolyhedronOFF_HPP
37 
38 
39 #include <array>
40 #include <complex>
41 
42 
43 namespace GranOO3
44 {
45  namespace Algo
46  {
48  {
49  static const char* geodesic_320_facet;
50 
51  };
52  }
53 }
54 
55 #endif
Definition: Common.hpp:198
Definition: PolyhedronOFF.hpp:48
static const char * geodesic_320_facet
Definition: PolyhedronOFF.hpp:49