| /petsc/src/mat/impls/aij/seq/ |
| H A D | seqhashmat.h | 142 A->ops->zeroentries = MatZeroEntries_Seq_Hash; in MatSetUp_Seq_Hash()
|
| /petsc/src/mat/impls/cdiagonal/ |
| H A D | cdiagonal.c | 398 A->ops->zeroentries = MatZeroEntries_ConstantDiagonal; in MatCreate_ConstantDiagonal() 455 (*B)->ops->zeroentries = NULL; in MatGetFactor_constantdiagonal_petsc()
|
| /petsc/src/dm/impls/da/hypre/ |
| H A D | mhyp.c | 214 mat->ops->zeroentries = MatZeroEntries_HYPREStruct_3d; in MatSetUp_HYPREStruct() 309 B->ops->zeroentries = MatZeroEntries_HYPREStruct; in MatCreate_HYPREStruct() 678 mat->ops->zeroentries = MatZeroEntries_HYPRESStruct_3d; in MatSetUp_HYPRESStruct() 821 B->ops->zeroentries = MatZeroEntries_HYPRESStruct; in MatCreate_HYPRESStruct()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpihashmat.h | 224 A->ops->zeroentries = MatZeroEntries_MPI_Hash; in MatSetUp_MPI_Hash()
|
| /petsc/src/mat/impls/aij/mpi/mpihipsparse/ |
| H A D | mpiaijhipsparse.hip.cxx | 460 A->ops->zeroentries = MatZeroEntries_MPIAIJHIPSPARSE; in MatConvert_MPIAIJ_MPIAIJHIPSPARSE()
|
| /petsc/src/mat/impls/diagonal/ |
| H A D | diagonal.c | 718 A->ops->zeroentries = MatZeroEntries_Diagonal; in MatCreate_Diagonal()
|
| /petsc/src/mat/impls/aij/mpi/mpicusparse/ |
| H A D | mpiaijcusparse.cu | 482 A->ops->zeroentries = MatZeroEntries_MPIAIJCUSPARSE; in MatConvert_MPIAIJ_MPIAIJCUSPARSE()
|
| /petsc/src/mat/impls/sell/seq/seqhip/ |
| H A D | sellhip.hip.cxx | 969 B->ops->zeroentries = MatZeroEntries_SeqSELLHIP; in MatConvert_SeqSELL_SeqSELLHIP()
|
| /petsc/src/mat/impls/sell/seq/seqcuda/ |
| H A D | sellcuda.cu | 976 B->ops->zeroentries = MatZeroEntries_SeqSELLCUDA; in MatConvert_SeqSELL_SeqSELLCUDA()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 65 PetscErrorCode (*zeroentries)(Mat); member
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 1319 A->ops->zeroentries = MatZeroEntries_H2OPUS; in MatCreate_H2OPUS()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | libpetsc4py.pyx | 536 PetscErrorCode (*zeroentries)(PetscMat) except PETSC_ERR_PYTHON 660 ops.zeroentries = MatZeroEntries_Python
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 1127 MatSetOp_CUPM(to_host, A, zeroentries, MatZeroEntries_SeqDense, ZeroEntries); in BindToCPU()
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 1447 A->ops->zeroentries = MatZeroEntries_SeqAIJKokkos; in MatSetOps_SeqAIJKokkos()
|
| /petsc/src/mat/impls/hypre/ |
| H A D | mhypre.c | 2418 B->ops->zeroentries = MatZeroEntries_HYPRE;
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 3409 A->ops->zeroentries = MatZeroEntries_SeqAIJ; in MatBindToCPU_SeqAIJHIPSPARSE() 3428 A->ops->zeroentries = MatZeroEntries_SeqAIJHIPSPARSE; in MatBindToCPU_SeqAIJHIPSPARSE()
|
| /petsc/src/mat/impls/nest/ |
| H A D | matnest.c | 2290 A->ops->zeroentries = MatZeroEntries_Nest; in MatCreate_Nest()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 4019 A->ops->zeroentries = MatZeroEntries_SeqAIJ; in MatBindToCPU_SeqAIJCUSPARSE() 4039 A->ops->zeroentries = MatZeroEntries_SeqAIJCUSPARSE; in MatBindToCPU_SeqAIJCUSPARSE()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 3662 A->ops->zeroentries = MatZeroEntries_IS; in MatCreate_IS()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 6250 PetscUseTypeMethod(mat, zeroentries); in MatZeroEntries()
|