| /petsc/src/mat/tests/ |
| H A D | ex36.c | 61 PetscCall(MatSetOption(T, MAT_IGNORE_ZERO_ENTRIES, ignorezero)); in main() 70 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, ignorezero)); in main() 81 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, ignorezero)); in main()
|
| H A D | ex101.c | 31 PetscCall(MatSetOption(pA, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in main() 46 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in main()
|
| H A D | ex241f.F90 | 29 PetscCallA(MatSetOption(L, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE, ierr))
|
| H A D | ex93.c | 32 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in main()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex12.c | 38 PetscCall(MatSetOption(*B, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PadMatrix()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex4.c | 135 PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in main()
|
| H A D | ex59.c | 581 PetscCall(MatSetOption(glldata->elem_mat, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in GLLStuffs()
|
| /petsc/doc/changes/ |
| H A D | 2028.md | 85 - Another `MatSetOption()`, `MAT_IGNORE_ZERO_ENTRIES` for AIJ
|
| H A D | 38.md | 67 - MatSetOption(mat,MAT_IGNORE_ZERO_ENTRIES,PETSC_TRUE) no longer
|
| /petsc/src/ts/tutorials/ |
| H A D | extchem.c | 264 PetscCall(MatSetOption(Pmat, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in FormRHSJacobian()
|
| H A D | extchemfield.c | 353 PetscCall(MatSetOption(Pmat, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in FormRHSJacobian()
|
| H A D | ex30.c | 2159 if (!ismatis) PetscCall(MatSetOption(A, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PreStage() 2161 if (!ismatis) PetscCall(MatSetOption(P, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PreStage()
|
| /petsc/src/ksp/pc/impls/hmg/ |
| H A D | hmg.c | 68 PetscCall(MatSetOption(*interp, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PCHMGExpandInterpolation_Private()
|
| /petsc/src/mat/utils/ |
| H A D | gcreate.c | 316 if (set) PetscCall(MatSetOption(B, MAT_IGNORE_ZERO_ENTRIES, flg)); in MatSetFromOptions()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 1087 PetscCall(MatSetOption(prod, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in MatTensorAltV() 1262 PetscCall(MatSetOption(M, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in MatricesMerge() 1416 PetscCall(MatSetOption(intMat, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in PetscDualSpaceLagrangeCreateSimplexNodeMat() 1543 PetscCall(MatSetOption(allMat, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in PetscDualSpaceCreateAllDataFromInteriorData()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex70.c | 298 PetscCall(MatSetOption(s->subA[1], MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in StokesSetupMatBlock01()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 1901 PetscCall(MatSetOption(gMat, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in LandauCreateJacobianMatrix() 2121 PetscCall(MatSetOption(ctx->J, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in DMPlexLandauCreateVelocitySpace() 2602 PetscCall(MatSetOption(packM, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in DMPlexLandauCreateMassMatrix()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcfetidp.c | 462 PetscCall(MatSetOption(fetidpmat_ctx->B_delta, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PCBDDCSetupFETIDPMatContext()
|
| H A D | bddcprivate.c | 1335 PetscCall(MatSetOption(T, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PCBDDCNedelecSupport() 4336 PetscCall(MatSetOption(*coarse_submat, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PCBDDCSetUpCorrection() 7020 PetscCall(MatSetOption(pcbddc->ConstraintMatrix, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in PCBDDCConstraintsSetUp()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 4667 …if (hasFV) PetscCall(MatSetOption(JP, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); /* No allocated space… in DMPlexComputeJacobian_Patch_Internal() 4790 if (hasFV) PetscCall(MatSetOption(JacP, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in DMPlexComputeJacobian_Patch_Internal() 6339 PetscCall(MatSetOption(JacP, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in DMPlexComputeJacobianByKey() 6363 if (hasFV) PetscCall(MatSetOption(JacP, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in DMPlexComputeJacobianByKey() 6562 PetscCall(MatSetOption(JacP, MAT_IGNORE_ZERO_ENTRIES, PETSC_TRUE)); in DMPlexComputeJacobianByKeyGeneral() 6586 if (hasFV) PetscCall(MatSetOption(JacP, MAT_IGNORE_ZERO_ENTRIES, PETSC_FALSE)); in DMPlexComputeJacobianByKeyGeneral()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 756 case MAT_IGNORE_ZERO_ENTRIES: in MatSetOption_MPISELL()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 186 MAT_IGNORE_ZERO_ENTRIES
|
| H A D | Mat.pyx | 120 IGNORE_ZERO_ENTRIES = MAT_IGNORE_ZERO_ENTRIES
|
| /petsc/include/ |
| H A D | petscmat.h | 631 MAT_IGNORE_ZERO_ENTRIES = 7, enumerator
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 1337 case MAT_IGNORE_ZERO_ENTRIES: in MatSetOption_SeqAIJ()
|