facetopology.h
Go to the documentation of this file.
1 /*===========================================================================
2 //
3 // File: facetopology.h
4 //
5 // Created: Fri Jun 19 08:47:10 2009
6 //
7 // Author: Jostein R. Natvig <Jostein.R.Natvig@sintef.no>
8 //
9 // $Date$
10 //
11 // $Revision$
12 //
13 //===========================================================================*/
14 
15 /*
16  Copyright 2009, 2010 SINTEF ICT, Applied Mathematics.
17  Copyright 2009, 2010 Statoil ASA.
18 
19  This file is part of the Open Porous Media project (OPM).
20 
21  OPM is free software: you can redistribute it and/or modify
22  it under the terms of the GNU General Public License as published by
23  the Free Software Foundation, either version 3 of the License, or
24  (at your option) any later version.
25 
26  OPM is distributed in the hope that it will be useful,
27  but WITHOUT ANY WARRANTY; without even the implied warranty of
28  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29  GNU General Public License for more details.
30 
31  You should have received a copy of the GNU General Public License
32  along with OPM. If not, see <http://www.gnu.org/licenses/>.
33 */
34 
35 #ifndef OPM_FACETOPOLOGY_HEADER
36 #define OPM_FACETOPOLOGY_HEADER
37 
38 
39 void findconnections(int n, int *pts[4],
40  int *intersectionlist,
41  int *work,
42  struct processed_grid *out);
43 
44 #endif /* OPM_FACETOPOLOGY_HEADER */
45 
46 /* Local Variables: */
47 /* c-basic-offset:4 */
48 /* End: */
void findconnections(int n, int *pts[4], int *intersectionlist, int *work, struct processed_grid *out)
Definition: preprocess.h:78