Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi235 cdef inline PetscInt asBoundary(object boundary,
H A Dpetscdmstag.pxi185 cdef inline tuple asStagOwnershipRanges(object ownership_ranges,
H A Dpetscdmda.pxi150 cdef inline tuple asOwnershipRanges(object ownership_ranges,
/petsc/src/mat/tests/
H A Dex1.c7 …cInt n, PetscInt nrhs, PetscBool full, Mat *_mat, Mat *_RHS, Mat *_SOLU, Vec *_x, Vec *_y, Vec *_b) in createMatsAndVecs()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c521 static PetscErrorCode MatSolve_SeqDense_SetUp(Mat A, Vec xx, Vec yy, PetscScalar **_y, PetscBLASInt… in MatSolve_SeqDense_SetUp()
543 static PetscErrorCode MatSolve_SeqDense_TearDown(Mat A, Vec xx, Vec yy, PetscScalar **_y, PetscBLAS… in MatSolve_SeqDense_TearDown()
638 static PetscErrorCode MatMatSolve_SeqDense_SetUp(Mat A, Mat B, Mat X, PetscScalar **_y, PetscBLASIn… in MatMatSolve_SeqDense_SetUp()
689 static PetscErrorCode MatMatSolve_SeqDense_TearDown(Mat A, Mat B, Mat X, PetscScalar **_y, PetscBLA… in MatMatSolve_SeqDense_TearDown()