| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petsctao.pxi | 275 PetscVec _x, PetscReal *_f, argument 279 cdef Vec x = ref_Vec(_x) 289 PetscVec _x, PetscVec _r, argument 293 cdef Vec x = ref_Vec(_x) 303 PetscVec _x, PetscVec _g, argument 307 cdef Vec x = ref_Vec(_x) 317 PetscVec _x, PetscReal *_f, PetscVec _g, argument 321 cdef Vec x = ref_Vec(_x) 333 PetscVec _x, PetscReal *_f, PetscVec _g, argument 337 cdef Vec x = ref_Vec(_x) [all …]
|
| H A D | petscdm.pxi | 236 PetscDMBoundaryType *_x, 247 _x[0] = _y[0] = _z[0] = asBoundaryType(boundary) 249 _x[0] = _y[0] = _z[0] = DM_BOUNDARY_NONE 256 if dim >= 1: _x[0] = asBoundaryType(x)
|
| H A D | petscdmstag.pxi | 188 PetscInt **_x, 199 ranges[0] = iarray_i(ranges[0], &nlx, _x)
|
| H A D | petscdmda.pxi | 153 PetscInt **_x, 164 ranges[0] = iarray_i(ranges[0], &nlx, _x)
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | land_tensors.h | 128 …#define GAMMA3(_x, _c02) PetscSqrtReal(1.0 + ((_x[0] * _x[0]) + (_x[1] * _x[1]) + (_x[2] * _x[2]))… argument
|
| /petsc/src/mat/impls/aij/seq/matlab/ |
| H A D | aijmatlab.c | 101 const char *_A, *_b, *_x; in MatSolve_Matlab() local 110 PetscCall(PetscObjectGetName((PetscObject)x, &_x)); 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()
|
| /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 80 *_x = x; 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 141 *_x = x; in LoadTestMatrices()
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex49.c | 1211 PetscScalar *_x; in DMDABCApplySymmetricCompression() local 1227 PetscCall(VecGetArray(x, &_x)); in DMDABCApplySymmetricCompression() 1232 val1 = PetscRealPart(_x[i]); in DMDABCApplySymmetricCompression() 1233 val2 = PetscRealPart(_x[i + 1]); in DMDABCApplySymmetricCompression() 1241 PetscCall(VecRestoreArray(x, &_x)); in DMDABCApplySymmetricCompression()
|
| /petsc/doc/ |
| H A D | petsc.bib | 24789 {P}$_x$--geometric {LCP}},
|