Home
last modified time | relevance | path

Searched refs:column (Results 1 – 6 of 6) sorted by relevance

/libCEED/tests/
H A Dt580-operator.c22 CeedInt row, column, offset; in main() local
51 column = i % n_x; in main()
53 offset = column * (px - 1) + row * (n_x + 1) * (px - 1); in main()
H A Dt536-operator.c21 CeedInt row, column, offset; in main() local
48 column = i % n_x; in main()
50 offset = column * 2 + row * (n_x * 2 + 1) * 2; in main()
H A Dt562-operator.c48 CeedInt column, row, offset; in main() local
50 column = i % n_x; in main()
52 offset = column * (p - 1) + row * (n_x * 2 + 1) * (p - 1); in main()
/libCEED/julia/LibCEED.jl/docs/src/
H A DBasis.md5 while Julia uses column-major (Fortran convention) storage.
/libCEED/interface/
H A Dceed.c1219 size_t column[min_len + 1]; in CeedInit() local
1220 for (size_t j = 0; j <= min_len; j++) column[j] = j; in CeedInit()
1222 column[0] = j; in CeedInit()
1224 size_t old_diag = column[k]; in CeedInit()
1225 size_t min_1 = (column[k] < column[k - 1]) ? column[k] + 1 : column[k - 1] + 1; in CeedInit()
1227 column[k] = (min_1 < min_2) ? min_1 : min_2; in CeedInit()
1231 size_t n = column[min_len]; in CeedInit()
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl94 # Convert from Julia matrices (column-major) to row-major format
151 # Convert from Julia matrices and tensors (column-major) to row-major format
209 # Convert from Julia matrices and tensors (column-major) to row-major format
268 # Convert from Julia matrices and tensors (column-major) to row-major format