Home
last modified time | relevance | path

Searched refs:_g (Results 1 – 2 of 2) sorted by relevance

/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/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetsctao.pxi303 PetscVec _x, PetscVec _g, argument
308 cdef Vec g = ref_Vec(_g)
317 PetscVec _x, PetscReal *_f, PetscVec _g, argument
322 cdef Vec g = ref_Vec(_g)
333 PetscVec _x, PetscReal *_f, PetscVec _g, argument
338 cdef Vec g = ref_Vec(_g)
594 PetscVec _g, argument
599 cdef Vec g = ref_Vec(_g)
608 PetscVec _g, argument
613 cdef Vec g = ref_Vec(_g)