Lines Matching refs:NoInit
267 MatRowMapKokkosViewHost Ti_h(NoInit("Ti"), n + 1);
269 MatColIdxKokkosViewHost Tj_h(NoInit("Tj"), nz);
270 MatRowMapKokkosViewHost perm_h(NoInit("permutation"), nz);
1703 factors->jUt_d = MatColIdxKokkosView(NoInit("factors->jUt_d"), factors->jU_d.extent(0));
1704 factors->aUt_d = MatScalarKokkosView(NoInit("factors->aUt_d"), factors->aU_d.extent(0));
1740 factors->jLt_d = MatColIdxKokkosView(NoInit("factors->jLt_d"), factors->jL_d.extent(0));
1741 factors->aLt_d = MatScalarKokkosView(NoInit("factors->aLt_d"), factors->aL_d.extent(0));
1947 factors->iL_h = MatRowMapKokkosViewHost(NoInit("iL_h"), m + 1);
1948 factors->jL_h = MatColIdxKokkosViewHost(NoInit("jL_h"), (Bi[m] - Bi[0]) + m); // + the diagonal entries
1949 factors->aL_h = MatScalarKokkosViewHost(NoInit("aL_h"), (Bi[m] - Bi[0]) + m);
1950 factors->iU_h = MatRowMapKokkosViewHost(NoInit("iU_h"), m + 1);
1951 factors->jU_h = MatColIdxKokkosViewHost(NoInit("jU_h"), (Bdiag[0] - Bdiag[m]));
1952 factors->aU_h = MatScalarKokkosViewHost(NoInit("aU_h"), (Bdiag[0] - Bdiag[m]));
1989 factors->rowperm = PetscIntKokkosView(NoInit("rowperm"), m);
2002 factors->colperm = PetscIntKokkosView(NoInit("colperm"), n);
2192 factors->jU_h = MatColIdxKokkosViewHost(NoInit("jU_h"), Bi[m]);
2193 factors->aU_h = MatScalarKokkosViewHost(NoInit("aU_h"), Bi[m]);
2194 factors->D_h = MatScalarKokkosViewHost(NoInit("D_h"), m);
2218 PetscCallCXX(factors->rowperm = PetscIntKokkosView(NoInit("rowperm"), m));