Home
last modified time | relevance | path

Searched refs:col (Results 1 – 25 of 50) sorted by relevance

12

/libCEED/tests/
H A Dt526-operator.c31 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 Dt523-operator.c31 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 Dt520-operator.c31 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 Dt524-operator.c31 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 Dt521-operator.c31 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 Dt523-operator-f.f9024 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 Dt522-operator.c32 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 Dt524-operator-f.f9024 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 Dt521-operator-f.f9024 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 Dt520-operator-f.f9024 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 Dt522-operator-f.f9024 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 Dt510-operator.c22 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 Dt511-operator.c21 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 Dt539-operator.c47 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 Dt582-operator.c22 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 Dt581-operator.c22 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 Dt534-operator.c45 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 Dt533-operator.c45 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 Dt533-operator-f.f9019 integer row,col,offset
57 col=mod(i,nx)
59 offset=col*(p-1)+row*(nx*2+1)*(p-1)
H A Dt530-operator.c43 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 Dt511-operator-f.f9023 integer val,row,col,offset
60 col=mod(i,nx)
62 offset=col*2+row*(nx*2+1)*2
H A Dt510-operator-f.f9023 integer val,row,col,offset
59 col=mod(i,nx)
61 offset=col*2+row*(nx*2+1)*2
H A Dt560-operator.c47 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 Dt534-operator-f.f9019 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 DstdoutParsing.py70 results = results.apply(lambda col: pd.to_numeric(col, errors="coerce"))

12