24 #ifndef __FINLEY_RECTANGULARMESH_H__
25 #define __FINLEY_RECTANGULARMESH_H__
31 Mesh*
RectangularMesh_Hex20(
const int*,
const double*,
const bool*,
int,
int,
bool,
bool,
bool,
bool);
33 Mesh*
RectangularMesh_Rec8(
const int*,
const double*,
const bool*,
int,
int,
bool,
bool,
bool,
bool);
38 #endif // __FINLEY_RECTANGULARMESH_H__
Mesh * RectangularMesh_Hex20(const int *numElements, const double *Length, const bool *periodic, int order, int reduced_order, bool useElementsOnFace, bool useFullElementOrder, bool useMacroElements, bool optimize)
Definition: Mesh_hex20.cpp:33
Mesh * RectangularMesh_Rec4(const int *numElements, const double *Length, const bool *periodic, int order, int reduced_order, bool useElementsOnFace, bool useFullElementOrder, bool optimize)
Definition: Mesh_rec4.cpp:32
Mesh * RectangularMesh_Hex8(const int *numElements, const double *Length, const bool *periodic, int order, int reduced_order, bool useElementsOnFace, bool useFullElementOrder, bool optimize)
Definition: Mesh_hex8.cpp:33
Mesh * RectangularMesh_Rec8(const int *numElements, const double *Length, const bool *periodic, int order, int reduced_order, bool useElementsOnFace, bool useFullElementOrder, bool useMacroElements, bool optimize)
Definition: Mesh_rec8.cpp:32