ESScript
Revision_
Main Page
Namespaces
Classes
Files
File List
File Members
dudley
src
ElementType.h
Go to the documentation of this file.
1
2
/*****************************************************************************
3
*
4
* Copyright (c) 2010-2013 by University of Queensland
5
* http://www.uq.edu.au
6
*
7
* Primary Business: Queensland, Australia
8
* Licensed under the Open Software License version 3.0
9
* http://www.opensource.org/licenses/osl-3.0.php
10
*
11
* Development until 2012 by Earth Systems Science Computational Center (ESSCC)
12
* Development since 2012 by School of Earth Sciences
13
*
14
*****************************************************************************/
15
16
#ifndef DUDLEY_TYPEID_H
17
#define DUDLEY_TYPEID_H
18
19
typedef
enum
{
20
Dudley_Point1
= 0,
21
Dudley_Line2
= 1,
22
Dudley_Tri3
= 2,
23
Dudley_Tet4
= 3,
24
Dudley_Line2Face
= 4,
25
Dudley_Tri3Face
= 5,
26
Dudley_Tet4Face
= 6,
27
Dudley_NoRef
= 7
/* marks end of list */
28
}
Dudley_ElementTypeId
;
29
30
Dudley_ElementTypeId
eltTypeFromString
(
const
char
*s);
31
#endif
Generated on Thu Dec 12 2013 03:47:17 for ESScript by
1.8.1.2