Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 37) sorted by relevance

12

/petsc/src/sys/objects/device/tests/
H A Dpetscdevicetestcommon.h44 …rorCode AssertPetscStreamTypesValidAndEqual(PetscStreamType left, PetscStreamType right, const cha… in AssertPetscStreamTypesValidAndEqual()
53 …rorCode AssertPetscDeviceTypesValidAndEqual(PetscDeviceType left, PetscDeviceType right, const cha… in AssertPetscDeviceTypesValidAndEqual()
62 static inline PetscErrorCode AssertPetscDevicesValidAndEqual(PetscDevice left, PetscDevice right, c… in AssertPetscDevicesValidAndEqual()
70 …AssertPetscDeviceContextsValidAndEqual(PetscDeviceContext left, PetscDeviceContext right, const ch… in AssertPetscDeviceContextsValidAndEqual()
/petsc/src/sys/utils/
H A Dsortip.c23 …scErrorCode PetscSortIntWithPermutation_Private(const PetscInt v[], PetscInt vdx[], PetscInt right) in PetscSortIntWithPermutation_Private()
93 …ErrorCode PetscSortRealWithPermutation_Private(const PetscReal v[], PetscInt vdx[], PetscInt right) in PetscSortRealWithPermutation_Private()
165 …PetscErrorCode PetscSortStrWithPermutation_Private(const char *v[], PetscInt vdx[], PetscInt right) in PetscSortStrWithPermutation_Private()
H A Dsortso.c4 static inline int Compare_PetscMPIInt_Private(const void *left, const void *right, PETSC_UNUSED Pet… in Compare_PetscMPIInt_Private()
10 static inline int Compare_PetscInt_Private(const void *left, const void *right, PETSC_UNUSED PetscC… in Compare_PetscInt_Private()
16 static inline int Compare_PetscReal_Private(const void *left, const void *right, PETSC_UNUSED Petsc… in Compare_PetscReal_Private()
209 …, char *tarr, size_t size, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt mid, PetscInt right) in PetscTimSortMergeLo_Private()
271 …char *btarr, size_t bsize, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt mid, PetscInt right) in PetscTimSortMergeLoWithArray_Private()
336 …, char *tarr, size_t size, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt mid, PetscInt right) in PetscTimSortMergeHi_Private()
398 …char *btarr, size_t bsize, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt mid, PetscInt right) in PetscTimSortMergeHiWithArray_Private()
462 …char *tarr, size_t size, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt start, PetscInt right) in PetscInsertionSort_Private()
479 …ar *btarr, size_t bsize, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt start, PetscInt right) in PetscInsertionSortWithArray_Private()
497 …char *tarr, size_t size, CompFunc cmp, PetscCtx ctx, PetscInt left, PetscInt start, PetscInt right) in PetscBinaryInsertionSort_Private()
[all …]
H A Dsortd.c41 static PetscErrorCode PetscSortReal_Private(PetscReal *v, PetscCount right) in PetscSortReal_Private()
121 static PetscErrorCode PetscSortRealWithArrayInt_Private(PetscReal *v, PetscInt *V, PetscCount right) in PetscSortRealWithArrayInt_Private()
/petsc/src/ksp/ksp/tests/
H A Dex45.c17 Vec *left, *right; in main() local
/petsc/src/mat/tests/
H A Dex97.c51 static PetscErrorCode CheckMatrices(Mat A, Mat B, Vec left, Vec right, Vec X, Vec Y, Vec X1, Vec Y1) in CheckMatrices()
100 Vec left, right, X, Y, X1, Y1; in main() local
H A Dex99.c51 static PetscErrorCode CheckMatrices(Mat A, Mat B, Vec left, Vec right, Vec X, Vec Y, Vec X1, Vec Y1) in CheckMatrices()
102 Vec left, right, X, Y, X1, Y1; in main() local
H A Dex241.c48 Vec right, left, perm; in main() local
/petsc/src/mat/impls/submat/
H A Dsubmat.c29 static PetscErrorCode MatDiagonalScale_SubMatrix(Mat N, Vec left, Vec right) in MatDiagonalScale_SubMatrix()
187 Vec left, right; in MatCreateSubMatrixVirtual() local
/petsc/src/mat/impls/nest/
H A Dmatnestimpl.h14 Vec *left, *right; member
/petsc/src/mat/impls/normal/
H A Dnormm.c224 Vec left, right, dshift; in MatConvert_Normal_AIJ() local
275 Vec right; in MatProductNumeric_Normal_Dense() local
319 Vec right; in MatProductSymbolic_Normal_Dense() local
H A Dnormmh.c208 Vec left, right, dshift; in MatConvert_NormalHermitian_AIJ() local
/petsc/src/sys/classes/draw/impls/x/
H A Dximage.c9 …cErrorCode PetscArgSortPixVal(const PetscDrawXiPixVal v[PETSC_DRAW_MAXCOLOR], int idx[], int right) in PetscArgSortPixVal()
/petsc/src/sys/classes/draw/interface/
H A Ddtext.c121 PetscReal top, left, right, bottom, tw, th; in PetscDrawStringBoxed() local
/petsc/src/mat/impls/blockmat/seq/
H A Dblockmat.c13 Vec left, right, middle, workb; /* dummy vectors to perform local parts of product */ member
28 Vec left = a->left, right = a->right, middle = a->middle; in MatSOR_BlockMat_Symmetric() local
130 Vec left = a->left, right = a->right; in MatSOR_BlockMat() local
/petsc/src/mat/utils/
H A Dpheap.c47 PetscInt min, chld, left, right; in MinChild() local
/petsc/src/tao/bound/tutorials/
H A Dplate2.c209 PetscReal *g, *x, *left, *right, *bottom, *top; in FormFunctionGradient() local
425 PetscReal *x, *left, *right, *bottom, *top; in FormHessian() local
806 PetscReal *x, *left, *right, *bottom, *top; in MSA_InitialPoint() local
/petsc/src/mat/impls/shell/
H A Dshell.h37 Vec left, right; member
H A Dshell.c1175 Vec left = NULL, right = NULL; in MatGetDiagonalBlock_Shell() local
1288 static PetscErrorCode MatDiagonalScale_Shell(Mat Y, Vec left, Vec right) in MatDiagonalScale_Shell()
1580 …t A, PetscScalar *vshift, PetscScalar *vscale, Vec *dshift, Vec *left, Vec *right, Mat *axpy, IS *… in MatShellGetScalingShifts_Shell()
2011 …t A, PetscScalar *vshift, PetscScalar *vscale, Vec *dshift, Vec *left, Vec *right, Mat *axpy, IS *… in MatShellGetScalingShifts()
/petsc/include/petsc/private/
H A Dcupmobject.hpp60 #define DECLTYPE_AUTO(left, right) decltype(right) left = right argument
/petsc/src/sys/classes/draw/utils/
H A Dlgc.c508 PetscBool right = PETSC_FALSE; in PetscDrawLGDraw() local
/petsc/src/mat/impls/aij/seq/spqr/
H A Daijspqr.c17 Vec left, right; in MatWrapCholmod_SPQR_seqaij() local
/petsc/src/dm/impls/da/
H A Dda2.c203 PetscInt up, down, left, right, i, *idx, nn; in DMSetUp_DA_2D() local
H A Dda3.c210 PetscInt left, right, up, down, bottom, top, i, j, k, *idx, nn; in DMSetUp_DA_3D() local
/petsc/src/tao/complementarity/tutorials/
H A Dminsurf1.c26 PetscReal *bottom, *top, *left, *right; member

12