Searched defs:_b (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsys.pxi | 57 cdef inline PetscErrorCode Sys_Sizes(
|
| /petsc/include/ |
| H A D | petsclandau.h | 197 #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 D | ex1.c | 7 …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 D | aijmatlab.c | 101 const char *_A, *_b, *_x; in MatSolve_Matlab() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex11.c | 74 PetscErrorCode LoadTestMatrices(Mat *_A, Vec *_x, Vec *_b, IS *_isu, IS *_isp) in LoadTestMatrices()
|