ESYS13  Revision_
RectangularMesh.h
Go to the documentation of this file.
00001 
00002 /*******************************************************
00003 *
00004 * Copyright (c) 2003-2012 by University of Queensland
00005 * Earth Systems Science Computational Center (ESSCC)
00006 * http://www.uq.edu.au/esscc
00007 *
00008 * Primary Business: Queensland, Australia
00009 * Licensed under the Open Software License version 3.0
00010 * http://www.opensource.org/licenses/osl-3.0.php
00011 *
00012 *******************************************************/
00013 
00014 
00015 /**************************************************************/
00016 
00017 /*   Finley: header file for generating rectangular meshes in 1D,2D,3D. */
00018 
00019 /**************************************************************/
00020 
00021 #ifndef INC_FINLEY_RECTANGULARMESH
00022 #define INC_FINLEY_RECTANGULARMESH
00023 
00024 /**************************************************************/
00025 
00026 #include "Mesh.h"
00027 
00028 Finley_Mesh* Finley_RectangularMesh_Hex20(dim_t*,double*,bool_t*,index_t,index_t,bool_t, bool_t, bool_t, bool_t);
00029 Finley_Mesh* Finley_RectangularMesh_Hex8(dim_t*,double*,bool_t*,index_t,index_t,bool_t, bool_t, bool_t);
00030 Finley_Mesh* Finley_RectangularMesh_Rec8(dim_t*,double*,bool_t*,index_t,index_t,bool_t, bool_t, bool_t, bool_t);
00031 Finley_Mesh* Finley_RectangularMesh_Rec4(dim_t*,double*,bool_t*,index_t,index_t,bool_t, bool_t, bool_t);
00032 
00033 #endif /* #ifndef INC_FINLEY_RECTANGULARMESH */