| /libCEED/tests/ |
| H A D | t526-operator.c | 31 CeedInt row, col, offset; in main() local 46 col = i % n_x_tet; in main() 48 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 91 col = 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 49 col = i % nx_tet; in main() 51 offset = col * 2 + row * (nx_tet * 2 + 1) * 2; in main() 109 col = 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 60 col = i % n_x_tet; in main() 62 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 119 col = 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 59 col = i % nx_tet; in main() 61 offset = col * 2 + row * (nx_tet * 2 + 1) * 2; in main() 117 col = 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 60 col = i % n_x_tet; in main() 62 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 118 col = 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 68 col=mod(i,nx) 70 offset=col*2+row*(nx*2+1)*2 144 col=mod(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 61 col = i % n_x_tet; in main() 63 offset = col * 2 + row * (n_x_tet * 2 + 1) * 2; in main() 120 col = 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 80 col=mod(i,nx) 82 offset=col*2+row*(nx*2+1)*2 154 col=mod(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 80 col=mod(i,nx) 82 offset=col*2+row*(nx*2+1)*2 154 col=mod(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 79 col=mod(i,nx) 81 offset=col*2+row*(nx*2+1)*2 152 col=mod(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 80 col=mod(i,nx) 82 offset=col*2+row*(nx*2+1)*2 155 col=mod(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 46 col = 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 45 col = 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 48 col = 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 47 col = i % nx; in main() 49 offset = col * 2 + row * (nx * 2 + 1) * 2; in main()
|
| H A D | t581-operator.c | 22 CeedInt row, col, offset; in main() local 47 col = 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 46 col = 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 46 col = 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 57 col=mod(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 44 col = 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 60 col=mod(i,nx) 62 offset=col*2+row*(nx*2+1)*2
|
| H A D | t510-operator-f.f90 | 23 integer val,row,col,offset 59 col=mod(i,nx) 61 offset=col*2+row*(nx*2+1)*2
|
| H A D | t560-operator.c | 47 CeedInt col, row, offset; in main() local 48 col = i % n_x; in main() 50 offset = col * (p - 1) + row * (n_x * 2 + 1) * (p - 1); in main()
|
| H A D | t534-operator-f.f90 | 19 integer row,col,offset 57 col=mod(i,nx) 59 offset=col*(p-1)+row*(nx*2+1)*(p-1)
|
| /libCEED/examples/fluids/ |
| H A D | stdoutParsing.py | 70 results = results.apply(lambda col: pd.to_numeric(col, errors="coerce"))
|