| /petsc/src/mat/tests/ |
| H A D | ex195.c | 14 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 D | ex41_1.out | 4 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 D | ex37_2.out | 9 type: nest 11 (0) : type=nest, rows=6 13 type: nest 27 (1) : type=nest, rows=6 29 type: nest
|
| H A D | ex37_5.out | 9 type: nest 11 (0) : type=nest, rows=6 13 type: nest 27 (1) : type=nest, rows=6 29 type: nest
|
| H A D | ex37_4.out | 9 type: nest 11 (0) : type=nest, rows=6 13 type: nest 27 (1) : type=nest, rows=6 29 type: nest
|
| H A D | ex37_1.out | 9 type: nest 11 (0) : type=nest, rows=6 13 type: nest 27 (1) : type=nest, rows=6 29 type: nest
|
| H A D | ex37_3.out | 9 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 D | ex19.c | 87 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 D | ex269f_1.out | 2 type: nest 9 type: nest
|
| H A D | ex212_1.out | 2 type: nest 16 type: nest 41 type: nest
|
| H A D | ex202_1.out | 2 type: nest 38 type: nest 97 type: nest 120 type: nest
|
| H A D | ex210_1.out | 2 type: nest
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 1786 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 D | ex81a_1.out | 26 type: nest 45 type: nest 71 type: nest
|
| H A D | ex85_3.out | 2 type: nest
|
| H A D | ex85_1.out | 2 type: nest
|
| H A D | ex81_w_explicit_schur_outer_fieldsplit_sizes-2__3.out | 3 type: nest
|
| H A D | ex81_w_explicit_schur_outer_fieldsplit_sizes-3__2.out | 3 type: nest
|
| H A D | ex81_wo_explicit_schur_outer_fieldsplit_sizes-1__2__2.out | 3 type: nest
|
| H A D | ex81_wo_explicit_schur_outer_fieldsplit_sizes-2__2__1.out | 3 type: nest
|
| H A D | ex81_wo_explicit_schur_outer_fieldsplit_sizes-2__1__2.out | 3 type: nest
|
| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex83_1.out | 3 type: nest
|
| /petsc/src/ts/tests/ |
| H A D | ex2.c | 36 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 D | ex9_composite_nest_l2g_nsize-2.out | 66 type: nest
|
| H A D | ex9_composite_nest_l2g_nsize-1.out | 49 type: nest
|