Home
last modified time | relevance | path

Searched defs:_x (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi275 PetscVec _x, PetscReal *_f,
289 PetscVec _x, PetscVec _r,
303 PetscVec _x, PetscVec _g,
317 PetscVec _x, PetscReal *_f, PetscVec _g,
333 PetscVec _x, PetscReal *_f, PetscVec _g,
348 PetscVec _x, PetscVec _r,
376 PetscVec _x,
392 PetscVec _x,
406 PetscVec _x,
422 PetscVec _x,
[all …]
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/aij/seq/matlab/
H A Daijmatlab.c101 const char *_A, *_b, *_x; in MatSolve_Matlab() local
/petsc/src/ksp/ksp/tests/
H A Dex11.c74 PetscErrorCode LoadTestMatrices(Mat *_A, Vec *_x, Vec *_b, IS *_isu, IS *_isp) in LoadTestMatrices()
/petsc/src/ts/utils/dmplexlandau/
H A Dland_tensors.h128 …#define GAMMA3(_x, _c02) PetscSqrtReal(1.0 + ((_x[0] * _x[0]) + (_x[1] * _x[1]) + (_x[2] * _x[2]))… argument
/petsc/src/ksp/ksp/tutorials/
H A Dex49.c1211 PetscScalar *_x; in DMDABCApplySymmetricCompression() local