ESScript
Revision_4488
Main Page
Namespaces
Classes
Files
File List
File Members
dudley
src
TriangularMesh.h
Go to the documentation of this file.
1
2
/*****************************************************************************
3
*
4
* Copyright (c) 2003-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
/************************************************************************************/
17
18
/* Dudley: header file for generates triangular meshes for 1D,2D,3D. */
19
20
/************************************************************************************/
21
22
#ifndef INC_DUDLEY_TRIANGULARMESH
23
#define INC_DUDLEY_TRIANGLULARMESH
24
25
/************************************************************************************/
26
27
#include "
Mesh.h
"
28
29
Dudley_Mesh
*
Dudley_TriangularMesh_Tri3
(
dim_t
* numElements,
double
*Length,
index_t
order,
index_t
reduced_order,
30
bool_t
optimize);
31
Dudley_Mesh
*
Dudley_TriangularMesh_Tet4
(
dim_t
* numElements,
double
*Length,
index_t
order,
index_t
reduced_order,
32
bool_t
optimize);
33
34
#endif
/* #ifndef INC_DUDLEY_TRIANGULARMESH */
Generated on Fri Jun 28 2013 11:10:53 for ESScript by
1.8.1.2