| /libCEED/backends/magma/tuning/ |
| H A D | generate_tuning.py | 136 for row in rows: 137 f.write(" {" + re.sub(r"([0-9])(\s+)", r"\1,\2", row) + 150 for row in rows: 151 f.write(" {" + re.sub(r"([0-9])(\s+)", r"\1,\2", row) +
|
| /libCEED/tests/ |
| H A D | t526-operator.c | 31 CeedInt row, col, offset; in main() local 47 row = i / n_x_tet; in main() 48 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 92 row = i / n_x_hex; in main() 93 offset = (n_x_tet * 2 + 1) * (n_y_tet * 2) * (1 + row) + col * 2; in main()
|
| H A D | t523-operator.c | 31 CeedInt row, col, offset; in main() local 50 row = i / nx_tet; in main() 51 offset = col * 2 + row * (nx_tet * 2 + 1) * 2; in main() 110 row = i / nx_hex; in main() 111 offset = (nx_tet * 2 + 1) * (ny_tet * 2) * (1 + row) + col * 2; in main()
|
| H A D | t520-operator.c | 31 CeedInt row, col, offset; in main() local 61 row = i / n_x_tet; in main() 62 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 120 row = i / n_x_hex; in main() 121 offset = (n_x_tet * 2 + 1) * (n_y_tet * 2) * (1 + row) + col * 2; in main()
|
| H A D | t524-operator.c | 31 CeedInt row, col, offset; in main() local 60 row = i / nx_tet; in main() 61 offset = col * 2 + row * (nx_tet * 2 + 1) * 2; in main() 118 row = i / nx_hex; in main() 119 offset = (nx_tet * 2 + 1) * (ny_tet * 2) * (1 + row) + col * 2; in main()
|
| H A D | t521-operator.c | 31 CeedInt row, col, offset; in main() local 61 row = i / n_x_tet; in main() 62 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 119 row = i / n_x_hex; in main() 120 offset = (n_x_tet * 2 + 1) * (n_y_tet * 2) * (1 + row) + col * 2; in main()
|
| H A D | t523-operator-f.f90 | 24 integer row,col,offset 69 row=i/nx 70 offset=col*2+row*(nx*2+1)*2 145 row=i/nx 146 offset=(nxtet*2+1)*(nytet*2)*(1+row)+col*2
|
| H A D | t522-operator.c | 32 CeedInt row, col, offset; in main() local 62 row = i / n_x_tet; in main() 63 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 121 row = i / n_x_hex; in main() 122 offset = (n_x_tet * 2 + 1) * (n_y_tet * 2) * (1 + row) + col * 2; in main()
|
| H A D | t524-operator-f.f90 | 24 integer row,col,offset 81 row=i/nx 82 offset=col*2+row*(nx*2+1)*2 155 row=i/nx 156 offset=(nxtet*2+1)*(nytet*2)*(1+row)+col*2
|
| H A D | t521-operator-f.f90 | 24 integer row,col,offset 81 row=i/nx 82 offset=col*2+row*(nx*2+1)*2 155 row=i/nx 156 offset=(nxtet*2+1)*(nytet*2)*(1+row)+col*2
|
| H A D | t520-operator-f.f90 | 24 integer row,col,offset 80 row=i/nx 81 offset=col*2+row*(nx*2+1)*2 153 row=i/nx 154 offset=(nxtet*2+1)*(nytet*2)*(1+row)+col*2
|
| H A D | t522-operator-f.f90 | 24 integer row,col,offset 81 row=i/nx 82 offset=col*2+row*(nx*2+1)*2 156 row=i/nx 157 offset=(nxtet*2+1)*(nytet*2)*(1+row)+col*2
|
| H A D | t510-operator.c | 22 CeedInt row, col, offset; in main() local 47 row = i / nx; in main() 48 offset = col * 2 + row * (nx * 2 + 1) * 2; in main()
|
| H A D | t511-operator.c | 21 CeedInt row, col, offset; in main() local 46 row = i / nx; in main() 47 offset = col * 2 + row * (nx * 2 + 1) * 2; in main()
|
| H A D | t539-operator.c | 47 CeedInt col, row, offset; in main() local 49 row = i / n_x; in main() 50 offset = col * (p_0 - 1) + row * (n_x * (p_0 - 1) + 1) * (p_0 - 1); in main() 54 offset = col * (p_1 - 1) + row * (n_x * (p_1 - 1) + 1) * (p_1 - 1) + num_dofs_0 * num_comp_0; in main()
|
| H A D | t582-operator.c | 22 CeedInt row, col, offset; in main() local 48 row = i / nx; in main() 49 offset = col * 2 + row * (nx * 2 + 1) * 2; in main()
|
| H A D | t580-operator.c | 22 CeedInt row, column, offset; in main() local 52 row = i / n_x; in main() 53 offset = column * (px - 1) + row * (n_x + 1) * (px - 1); in main()
|
| H A D | t581-operator.c | 22 CeedInt row, col, offset; in main() local 48 row = i / nx; in main() 49 offset = col * 2 + row * (nx * 2 + 1) * 2; in main()
|
| H A D | t534-operator.c | 45 CeedInt col, row, offset; in main() local 47 row = i / n_x; in main() 48 offset = col * (p - 1) + row * (n_x * 2 + 1) * (p - 1); in main()
|
| H A D | t533-operator.c | 45 CeedInt col, row, offset; in main() local 47 row = i / nx; in main() 48 offset = col * (p - 1) + row * (nx * 2 + 1) * (p - 1); in main()
|
| H A D | t533-operator-f.f90 | 19 integer row,col,offset 58 row=i/nx 59 offset=col*(p-1)+row*(nx*2+1)*(p-1)
|
| H A D | t530-operator.c | 43 CeedInt col, row, offset; in main() local 45 row = i / nx; in main() 46 offset = col * (p - 1) + row * (nx * 2 + 1) * (p - 1); in main()
|
| H A D | t511-operator-f.f90 | 23 integer val,row,col,offset 61 row=i/nx 62 offset=col*2+row*(nx*2+1)*2
|
| /libCEED/benchmarks/ |
| H A D | postprocess_plot.py | 76 for index, row in pl_set.iterrows(): 77 backend = row['backend'] 78 backend_memtype = row['backend_memtype'] 79 num_procs = float(row['num_procs']) 80 num_procs_node = float(row['num_procs_node'])
|
| /libCEED/julia/LibCEED.jl/docs/src/ |
| H A D | Basis.md | 3 !!! info "Column-major vs. row-major storage" 4 libCEED internally uses row-major (C convention) storage of matrices,
|