Home
last modified time | relevance | path

Searched refs:nest (Results 1 – 25 of 55) sorted by relevance

123

/petsc/src/mat/tests/
H A Dex195.c14 Mat A1, A2, A3, A4, A5, B, C, C1, nest; in main() local
68 PetscCall(MatCreate(comm, &nest)); in main()
69 PetscCall(MatSetType(nest, MATNEST)); in main()
79 PetscCall(MatNestSetSubMats(nest, 2, is, 2, is, NULL)); in main()
85 PetscCall(MatNestSetSubMats(nest, 2, NULL, 2, NULL, mata)); in main()
87 PetscCall(MatSetUp(nest)); in main()
91 if (test) PetscCall(MatMatMult(nest, nest, MAT_INITIAL_MATRIX, PETSC_DETERMINE, &C)); in main()
95 PetscCall(MatProductCreate(nest, nest, NULL, &C)); in main()
102 PetscCall(MatProductCreate(nest, nest, NULL, &C)); in main()
108 PetscCall(MatConvert(nest, MATAIJ, MAT_INITIAL_MATRIX, &aij)); in main()
[all …]
/petsc/src/vec/vec/tests/output/
H A Dex41_1.out4 type: nest
24 type: nest
44 type: nest
64 type: nest
84 type: nest
86 (0) : type=nest, rows=8
88 type: nest
106 (1) : type=nest, rows=8
108 type: nest
129 type: nest
[all …]
H A Dex37_2.out9 type: nest
11 (0) : type=nest, rows=6
13 type: nest
27 (1) : type=nest, rows=6
29 type: nest
H A Dex37_5.out9 type: nest
11 (0) : type=nest, rows=6
13 type: nest
27 (1) : type=nest, rows=6
29 type: nest
H A Dex37_4.out9 type: nest
11 (0) : type=nest, rows=6
13 type: nest
27 (1) : type=nest, rows=6
29 type: nest
H A Dex37_1.out9 type: nest
11 (0) : type=nest, rows=6
13 type: nest
27 (1) : type=nest, rows=6
29 type: nest
H A Dex37_3.out9 type: nest
11 (0) : type=nest, rows=6
13 type: nest
31 (1) : type=nest, rows=6
33 type: nest
/petsc/src/ksp/ksp/tutorials/
H A Dex19.c87 Mat nest, array[10000]; in main() local
95 PetscCall(MatCreate(PETSC_COMM_SELF, &nest)); in main()
96 PetscCall(MatSetFromOptions(nest)); in main()
97 PetscCall(MatSetType(nest, MATNEST)); in main()
98 PetscCall(MatNestSetSubMats(nest, nblocks, NULL, nblocks, NULL, array)); in main()
99 PetscCall(MatSetUp(nest)); in main()
100 PetscCall(MatConvert(nest, MATAIJKOKKOS, MAT_INITIAL_MATRIX, &AA)); in main()
101 PetscCall(MatDestroy(&nest)); in main()
/petsc/src/mat/tests/output/
H A Dex269f_1.out2 type: nest
9 type: nest
H A Dex212_1.out2 type: nest
16 type: nest
41 type: nest
H A Dex202_1.out2 type: nest
38 type: nest
97 type: nest
120 type: nest
H A Dex210_1.out2 type: nest
/petsc/src/mat/impls/nest/
H A Dmatnest.c1786 Mat_Nest *nest = (Mat_Nest *)A->data; in MatConvert_Nest_SeqAIJ_fast() local
1807 …PetscCall(PetscCalloc4(nest->nr * nest->nc, &aii, nest->nr * nest->nc, &ajj, nest->nr * nest->nc, … in MatConvert_Nest_SeqAIJ_fast()
1808 for (i = 0; i < nest->nr; ++i) { in MatConvert_Nest_SeqAIJ_fast()
1809 for (j = 0; j < nest->nc; ++j) { in MatConvert_Nest_SeqAIJ_fast()
1810 Mat B = nest->m[i][j]; in MatConvert_Nest_SeqAIJ_fast()
1821 PetscCall(MatTranspose(Bt, MAT_INITIAL_MATRIX, &trans[i * nest->nc + j])); in MatConvert_Nest_SeqAIJ_fast()
1822 B = trans[i * nest->nc + j]; in MatConvert_Nest_SeqAIJ_fast()
1829 PetscCall(MatHermitianTranspose(Bt, MAT_INITIAL_MATRIX, &trans[i * nest->nc + j])); in MatConvert_Nest_SeqAIJ_fast()
1830 B = trans[i * nest->nc + j]; in MatConvert_Nest_SeqAIJ_fast()
1838 aii[i * nest->nc + j] = nii; in MatConvert_Nest_SeqAIJ_fast()
[all …]
/petsc/src/ksp/ksp/tutorials/output/
H A Dex81a_1.out26 type: nest
45 type: nest
71 type: nest
H A Dex85_3.out2 type: nest
H A Dex85_1.out2 type: nest
H A Dex81_w_explicit_schur_outer_fieldsplit_sizes-2__3.out3 type: nest
H A Dex81_w_explicit_schur_outer_fieldsplit_sizes-3__2.out3 type: nest
H A Dex81_wo_explicit_schur_outer_fieldsplit_sizes-1__2__2.out3 type: nest
H A Dex81_wo_explicit_schur_outer_fieldsplit_sizes-2__2__1.out3 type: nest
H A Dex81_wo_explicit_schur_outer_fieldsplit_sizes-2__1__2.out3 type: nest
/petsc/src/ksp/ksp/tests/output/
H A Dex83_1.out3 type: nest
/petsc/src/ts/tests/
H A Dex2.c36 PetscBool nest = PETSC_FALSE; in main() local
41 PetscCall(PetscOptionsGetBool(NULL, NULL, "-nest", &nest, NULL)); in main()
44 if (nest) { in main()
/petsc/src/dm/tests/output/
H A Dex9_composite_nest_l2g_nsize-2.out66 type: nest
H A Dex9_composite_nest_l2g_nsize-1.out49 type: nest

123