Searched refs:_b (Results 1 – 6 of 6) sorted by relevance
| /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/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsys.pxi | 59 PetscInt *_b, 88 if _b != NULL: _b[0] = b
|
| /petsc/src/mat/impls/aij/seq/matlab/ |
| H A D | aijmatlab.c | 101 const char *_A, *_b, *_x; in MatSolve_Matlab() local 109 PetscCall(PetscObjectGetName((PetscObject)b, &_b)); in MatSolve_Matlab() 112 …ATLAB_ENGINE_(PetscObjectComm((PetscObject)A)), "%s = u%s\\(l%s\\(p%s*%s));", _x, _A, _A, _A, _b)); in MatSolve_Matlab() 113 …l(PetscMatlabEngineEvaluate(PETSC_MATLAB_ENGINE_(PetscObjectComm((PetscObject)A)), "%s = 0;", _b)); in MatSolve_Matlab()
|
| /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 82 *_b = b; in createMatsAndVecs()
|
| /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() argument 142 *_b = b; in LoadTestMatrices()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dt.c | 706 PetscReal _b = (b); \ 709 (cnm1) = (_a - _b) * 0.5; \ 710 (cnm1x) = (_a + _b + 2.) * 0.5; \ 714 PetscReal _d = (_2n * (_n + _a + _b) * (_2n + _a + _b - 2)); \ 715 PetscReal _n1 = (_2n + _a + _b - 1.) * (_a * _a - _b * _b); \ 716 PetscReal _n1x = (_2n + _a + _b - 1.) * (_2n + _a + _b) * (_2n + _a + _b - 2); \ 717 PetscReal _n2 = 2. * ((_n + _a - 1.) * (_n + _b - 1.) * (_2n + _a + _b)); \
|