Home
last modified time | relevance | path

Searched refs:zeroentries (Results 1 – 20 of 20) sorted by relevance

/petsc/src/mat/impls/aij/seq/
H A Dseqhashmat.h142 A->ops->zeroentries = MatZeroEntries_Seq_Hash; in MatSetUp_Seq_Hash()
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c398 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 Dmhyp.c214 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 Dmpihashmat.h224 A->ops->zeroentries = MatZeroEntries_MPI_Hash; in MatSetUp_MPI_Hash()
/petsc/src/mat/impls/aij/mpi/mpihipsparse/
H A Dmpiaijhipsparse.hip.cxx460 A->ops->zeroentries = MatZeroEntries_MPIAIJHIPSPARSE; in MatConvert_MPIAIJ_MPIAIJHIPSPARSE()
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c718 A->ops->zeroentries = MatZeroEntries_Diagonal; in MatCreate_Diagonal()
/petsc/src/mat/impls/aij/mpi/mpicusparse/
H A Dmpiaijcusparse.cu482 A->ops->zeroentries = MatZeroEntries_MPIAIJCUSPARSE; in MatConvert_MPIAIJ_MPIAIJCUSPARSE()
/petsc/src/mat/impls/sell/seq/seqhip/
H A Dsellhip.hip.cxx969 B->ops->zeroentries = MatZeroEntries_SeqSELLHIP; in MatConvert_SeqSELL_SeqSELLHIP()
/petsc/src/mat/impls/sell/seq/seqcuda/
H A Dsellcuda.cu976 B->ops->zeroentries = MatZeroEntries_SeqSELLCUDA; in MatConvert_SeqSELL_SeqSELLCUDA()
/petsc/include/petsc/private/
H A Dmatimpl.h65 PetscErrorCode (*zeroentries)(Mat); member
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu1319 A->ops->zeroentries = MatZeroEntries_H2OPUS; in MatCreate_H2OPUS()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx536 PetscErrorCode (*zeroentries)(PetscMat) except PETSC_ERR_PYTHON
660 ops.zeroentries = MatZeroEntries_Python
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp1127 MatSetOp_CUPM(to_host, A, zeroentries, MatZeroEntries_SeqDense, ZeroEntries); in BindToCPU()
/petsc/src/mat/impls/aij/seq/kokkos/
H A Daijkok.kokkos.cxx1447 A->ops->zeroentries = MatZeroEntries_SeqAIJKokkos; in MatSetOps_SeqAIJKokkos()
/petsc/src/mat/impls/hypre/
H A Dmhypre.c2418 B->ops->zeroentries = MatZeroEntries_HYPRE;
/petsc/src/mat/impls/aij/seq/seqhipsparse/
H A Daijhipsparse.hip.cxx3409 A->ops->zeroentries = MatZeroEntries_SeqAIJ; in MatBindToCPU_SeqAIJHIPSPARSE()
3428 A->ops->zeroentries = MatZeroEntries_SeqAIJHIPSPARSE; in MatBindToCPU_SeqAIJHIPSPARSE()
/petsc/src/mat/impls/nest/
H A Dmatnest.c2290 A->ops->zeroentries = MatZeroEntries_Nest; in MatCreate_Nest()
/petsc/src/mat/impls/aij/seq/seqcusparse/
H A Daijcusparse.cu4019 A->ops->zeroentries = MatZeroEntries_SeqAIJ; in MatBindToCPU_SeqAIJCUSPARSE()
4039 A->ops->zeroentries = MatZeroEntries_SeqAIJCUSPARSE; in MatBindToCPU_SeqAIJCUSPARSE()
/petsc/src/mat/impls/is/
H A Dmatis.c3662 A->ops->zeroentries = MatZeroEntries_IS; in MatCreate_IS()
/petsc/src/mat/interface/
H A Dmatrix.c6250 PetscUseTypeMethod(mat, zeroentries); in MatZeroEntries()