Searched refs:_y (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 237 PetscDMBoundaryType *_y, 247 _x[0] = _y[0] = _z[0] = asBoundaryType(boundary) 249 _x[0] = _y[0] = _z[0] = DM_BOUNDARY_NONE 257 if dim >= 2: _y[0] = asBoundaryType(y)
|
| H A D | petscdmstag.pxi | 189 PetscInt **_y, 205 ranges[1] = iarray_i(ranges[1], &nly, _y)
|
| H A D | petscdmda.pxi | 154 PetscInt **_y, 170 ranges[1] = iarray_i(ranges[1], &nly, _y)
|
| /petsc/src/mat/tests/ |
| H A D | ex1.c | 7 …cInt n, PetscInt nrhs, PetscBool full, Mat *_mat, Mat *_RHS, Mat *_SOLU, Vec *_x, Vec *_y, Vec *_b) in createMatsAndVecs() argument 81 *_y = y; in createMatsAndVecs()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 521 static PetscErrorCode MatSolve_SeqDense_SetUp(Mat A, Vec xx, Vec yy, PetscScalar **_y, PetscBLASInt… in MatSolve_SeqDense_SetUp() argument 537 *_y = y; in MatSolve_SeqDense_SetUp() 543 static PetscErrorCode MatSolve_SeqDense_TearDown(Mat A, Vec xx, Vec yy, PetscScalar **_y, PetscBLAS… in MatSolve_SeqDense_TearDown() argument 550 y = *_y; in MatSolve_SeqDense_TearDown() 551 *_y = NULL; in MatSolve_SeqDense_TearDown() 638 static PetscErrorCode MatMatSolve_SeqDense_SetUp(Mat A, Mat B, Mat X, PetscScalar **_y, PetscBLASIn… in MatMatSolve_SeqDense_SetUp() argument 650 *_y = NULL; in MatMatSolve_SeqDense_SetUp() 681 *_y = y; in MatMatSolve_SeqDense_SetUp() 689 static PetscErrorCode MatMatSolve_SeqDense_TearDown(Mat A, Mat B, Mat X, PetscScalar **_y, PetscBLA… in MatMatSolve_SeqDense_TearDown() argument 696 y = *_y; in MatMatSolve_SeqDense_TearDown() [all …]
|