8 #ifndef SCAMAC_DOF_LATTICE_H 9 #define SCAMAC_DOF_LATTICE_H 22 } scamac_dof_lattice_square_st;
31 } scamac_dof_lattice_cubic_st;
38 ScamacIdx scamac_dof_lattice_hexrect_ns (ScamacIdx W, ScamacIdx H);
39 void scamac_dof_lattice_hexrect_decode(ScamacIdx W, ScamacIdx H, ScamacIdx idx, ScamacIdx *i, ScamacIdx *j);
40 ScamacIdx scamac_dof_lattice_hexrect_encode(ScamacIdx W, ScamacIdx H, ScamacIdx i, ScamacIdx j);
43 void scamac_dof_lattice_hexcoord(ScamacIdx i, ScamacIdx j,
double *x,
double *y);
48 ScamacIdx scamac_dof_lattice_square_ns (
const scamac_dof_lattice_square_st * dof);
49 void scamac_dof_lattice_square_decode(
const scamac_dof_lattice_square_st * dof, ScamacIdx idx, ScamacIdx *x, ScamacIdx *y);
50 ScamacIdx scamac_dof_lattice_square_encode(
const scamac_dof_lattice_square_st * dof, ScamacIdx x, ScamacIdx y);
55 ScamacIdx scamac_dof_lattice_cubic_ns (
const scamac_dof_lattice_cubic_st * dof);
56 void scamac_dof_lattice_cubic_decode(
const scamac_dof_lattice_cubic_st * dof, ScamacIdx idx, ScamacIdx *x, ScamacIdx *y, ScamacIdx *z);
57 ScamacIdx scamac_dof_lattice_cubic_encode(
const scamac_dof_lattice_cubic_st * dof, ScamacIdx x, ScamacIdx y, ScamacIdx z);
ScaMaC index/integer types.
ScaMaC data structure and macro definitions.