| /petsc/src/mat/tests/ |
| H A D | ex97.c | 8 PetscInt i, ms, me; in AssembleMatrix() local 15 PetscCall(MatGetOwnershipRange(B, &ms, &me)); in AssembleMatrix() 16 for (i = ms; i < me; i++) PetscCall(MatSetValue(B, i, i, 1.0 * i, INSERT_VALUES)); in AssembleMatrix() 17 PetscCall(MatSetValue(B, me - 1, me, me * me, INSERT_VALUES)); in AssembleMatrix()
|
| H A D | ex99.c | 8 PetscInt i, ms, me; in AssembleMatrix() local 15 PetscCall(MatGetOwnershipRange(B, &ms, &me)); in AssembleMatrix() 16 for (i = ms; i < me; i++) PetscCall(MatSetValue(B, i, i, 1.0 * i, INSERT_VALUES)); in AssembleMatrix() 17 PetscCall(MatSetValue(B, me - 1, me - 1, me * me, INSERT_VALUES)); in AssembleMatrix()
|
| /petsc/src/dm/impls/da/ |
| H A D | dadd.c | 37 PetscInt me = 1, ne = 1, pe = 1; in DMDACreatePatchIS() local 106 if (lx) me = lx[0]; in DMDACreatePatchIS() 141 while (ii > me - 1 || ii < ms) { in DMDACreatePatchIS() 144 me = lx[0]; in DMDACreatePatchIS() 148 ms = me; in DMDACreatePatchIS() 149 me += lx[mr]; in DMDACreatePatchIS() 177 xm = me - ms; in DMDACreatePatchIS() 199 me = ms + mw; in DMDACreatePatchIS() 204 me = me - ox; in DMDACreatePatchIS() 211 xm = me - ms; in DMDACreatePatchIS() [all …]
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | ipm.c | 67 if (ipmP->me > 0) PetscCall(VecCopy(ipmP->rpe, ipmP->rhs_lambdae)); in TaoSolve_IPM() 96 if (ipmP->me > 0) PetscCall(VecCopy(ipmP->lambdae, ipmP->save_lambdae)); in TaoSolve_IPM() 103 if (ipmP->me > 0) PetscCall(VecAXPY(ipmP->lambdae, alpha, ipmP->dlambdae)); in TaoSolve_IPM() 121 if (ipmP->me > 0) PetscCall(VecCopy(ipmP->save_lambdae, ipmP->lambdae)); in TaoSolve_IPM() 172 if (ipmP->me > 0) PetscCall(VecAXPY(ipmP->lambdae, alpha, ipmP->dlambdae)); in TaoSolve_IPM() 175 if (ipmP->me > 0) PetscCall(VecCopy(ipmP->lambdae, tao->DE)); in TaoSolve_IPM() 196 ipmP->nb = ipmP->mi = ipmP->me = 0; in TaoSetup_IPM() 208 PetscCall(VecGetSize(tao->constraints_equality, &ipmP->me)); in TaoSetup_IPM() 271 bigsize = ipmP->n + 2 * ipmP->nb + ipmP->me; in IPMInitializeBounds() 274 PetscCall(PetscMalloc1(ipmP->me, &uceind)); in IPMInitializeBounds() [all …]
|
| H A D | ipm.h | 9 PetscInt mi, me, n, nxb, nib, nb, nslack; member
|
| /petsc/ |
| H A D | CONTRIBUTING | 21 (a) The contribution was created in whole or in part by me and I 29 by me, under the same open-source license (unless I am 33 (c) The contribution was provided directly to me by some other
|
| H A D | .mailmap | 9 Alp Dener <alp.dener@me.com> <adener@anl.gov> 10 Alp Dener <alp.dener@me.com> <adener@mcs.anl.gov>
|
| /petsc/src/tao/constrained/tutorials/ |
| H A D | maros.c | 32 PetscInt me; /* number of equality constraints */ member 163 user->me = nrows; in InitializeProblem() 172 PetscCheck(nrows == user->me, comm, PETSC_ERR_ARG_SIZ, "Aeq nrows != Beq n"); in InitializeProblem() 195 user->m = user->me + user->mi; in InitializeProblem()
|
| /petsc/doc/install/ |
| H A D | license.md | 50 > 1. The contribution was created in whole or in part by me and I 57 > by me, under the same open source license (unless I am 60 > 3. The contribution was provided directly to me by some other
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryRead.m | 180 me = double(read(fd,5,indices)); variable
|
| /petsc/doc/community/bofs/ |
| H A D | 2026_Feb_CASS.md | 126 …assimilation tool in PETSc for shallow water equations—both new topics for me. I will provide tips…
|
| /petsc/doc/ |
| H A D | petsc.bib | 35245 title = {{R}\'{e}solution Num\'{e}rique Approach\'{e}e du Probl\`{e}me de Programmation 39532 author = {J{\'e}r{\^o}me Bonelle},
|