Go to the documentation of this file.
23 #ifndef __FINLEY_RECTANGULARMESH_H__
24 #define __FINLEY_RECTANGULARMESH_H__
30 Mesh*
RectangularMesh_Hex20(
const int*,
const double*,
const bool*,
int,
int,
bool,
bool,
bool,
bool);
32 Mesh*
RectangularMesh_Rec8(
const int*,
const double*,
const bool*,
int,
int,
bool,
bool,
bool,
bool);
37 #endif // __FINLEY_RECTANGULARMESH_H__