| /petsc/src/ksp/ksp/tests/output/ |
| H A D | ex11_harmonic_overlap_1.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_3.out | 5 [0] is_p (offset) = 1023 10 [1] is_p (offset) = 2558
|
| H A D | ex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_2_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 512 10 [1] is_p (offset) = 1280 15 [2] is_p (offset) = 2047 20 [3] is_p (offset) = 2814
|
| H A D | ex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-0_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-1_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-1.out | 5 [0] is_p (offset) = 2046
|
| H A D | ex11_test_fs-1_fc_pc_fieldsplit_off_diag_use_amat-0_fc_pc_fieldsplit_diag_use_amat-0.out | 5 [0] is_p (offset) = 2046
|
| /petsc/src/ts/impls/symplectic/basicsymplectic/ |
| H A D | basicsymplectic.c | 27 IS is_p, is_q; /* IS sets for position and momentum respectively */ member 208 IS is_q = bsymp->is_q, is_p = bsymp->is_p; in TSStep_BasicSymplectic() local 222 PetscCall(VecGetSubVector(update, is_p, &p_update)); in TSStep_BasicSymplectic() 226 PetscCall(VecGetSubVector(solution, is_p, &p)); in TSStep_BasicSymplectic() 239 PetscCall(VecRestoreSubVector(solution, is_p, &p)); in TSStep_BasicSymplectic() 251 PetscCall(VecRestoreSubVector(update, is_p, &p_update)); in TSStep_BasicSymplectic() 286 PetscCall(TSRHSSplitGetIS(ts, "momentum", &bsymp->is_p)); in TSSetUp_BasicSymplectic() 287 …PetscCheck(bsymp->is_q && bsymp->is_p, PetscObjectComm((PetscObject)ts), PETSC_ERR_USER, "Must set… in TSSetUp_BasicSymplectic()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex11.c | 78 IS is_u, is_p, bis[2]; in LoadTestMatrices() local 106 PetscCall(ISCreateStride(PETSC_COMM_WORLD, lnp, start_u + start_p + lnu, 1, &is_p)); in LoadTestMatrices() 109 bis[1] = is_p; in LoadTestMatrices() 139 *_isp = is_p; in LoadTestMatrices()
|