Home
last modified time | relevance | path

Searched defs:MatAssemblyType (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx1132 static PetscErrorCode MatAssemblyBegin_Elemental(Mat A, MatAssemblyType) in MatAssemblyBegin_Elemental() argument
1143 static PetscErrorCode MatAssemblyEnd_Elemental(Mat, MatAssemblyType) in MatAssemblyEnd_Elemental() argument
/petsc/src/mat/impls/htool/
H A Dhtool.cxx408 static PetscErrorCode MatAssemblyEnd_Htool(Mat A, MatAssemblyType) in MatAssemblyEnd_Htool() argument
/petsc/include/
H A Dpetscmat.h602 } MatAssemblyType; typedef
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DMat.pyx140 class MatAssemblyType(object): class