Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsys.pxi57 cdef inline PetscErrorCode Sys_Sizes(
/petsc/include/
H A Dpetsclandau.h197 #define LAND_PACK_IDX(_b, _g) (_b * ctx->num_grids + _g) argument
198 #define LAND_MOFFSET(_b, _g, _nbch, _ngrid, _mat_off) (_b * _mat_off[_ngrid] + _mat_off[_g]) argument
200 #define LAND_PACK_IDX(_b, _g) (_g * ctx->batch_sz + _b) argument
201 …#define LAND_MOFFSET(_b, _g, _nbch, _ngrid, _mat_off) (_nbch * _mat_off[_g] + _b * (_mat_off[_g + … argument
/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()