Searched refs:n_d (Results 1 – 6 of 6) sorted by relevance
| /libCEED/tests/ |
| H A D | t598-operator.c | 59 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 61 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 77 g_node_stride *= n_d[d]; in main() 105 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 107 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p_coarse - 1) + 1; in main() 123 g_node_stride *= n_d[d]; in main() 137 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 139 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p_fine - 1) + 1; in main() 155 g_node_stride *= n_d[d]; in main()
|
| H A D | t591-operator.c | 58 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 60 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 76 g_node_stride *= n_d[d]; in main() 104 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 106 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 122 g_node_stride *= n_d[d]; in main()
|
| H A D | t592-operator.c | 58 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 60 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 76 g_node_stride *= n_d[d]; in main() 104 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 106 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 122 g_node_stride *= n_d[d]; in main()
|
| H A D | t595-operator.c | 60 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 62 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 78 g_node_stride *= n_d[d]; in main()
|
| H A D | t590-operator.c | 51 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 53 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 69 g_node_stride *= n_d[d]; in main()
|
| H A D | t599-operator.c | 53 CeedInt elem_xy[2] = {1, 1}, n_d[2] = {0, 0}; in main() local 55 for (CeedInt d = 0; d < dim; d++) n_d[d] = num_elem_1d * (p - 1) + 1; in main() 71 g_node_stride *= n_d[d]; in main()
|