Home
last modified time | relevance | path

Searched refs:assemblytype (Results 1 – 3 of 3) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi719 cdef inline PetscMatAssemblyType assemblytype(object assembly) \ function
H A DMat.pyx3449 cdef PetscMatAssemblyType flag = assemblytype(assembly)
3467 cdef PetscMatAssemblyType flag = assemblytype(assembly)
3485 cdef PetscMatAssemblyType flag = assemblytype(assembly)
/petsc/src/mat/impls/h2opus/cuda/
H A Dmath2opus.cu836 static PetscErrorCode MatAssemblyEnd_H2OPUS(Mat A, MatAssemblyType assemblytype) in MatAssemblyEnd_H2OPUS() argument