Searched refs:inverted (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex22.c | 9 PetscReal *preimage, *mapped, *inverted; in testIdentity() local 17 PetscCall(DMGetWorkArray(dm, dimR * numPoints, MPIU_REAL, &inverted)); in testIdentity() 32 PetscCall(DMPlexCoordinatesToReference(dm, cell, numPoints, mapped, inverted)); in testIdentity() 37 …for (j = 0; j < dimR; j++) max = PetscMax(max, PetscAbsReal(preimage[i * dimR + j] - inverted[i * … in testIdentity() 51 PetscCall(PetscPrintf(PETSC_COMM_SELF, "%+f", (double)inverted[i * dimR + j])); in testIdentity() 82 …tscSNPrintfCount(strBuf + offset, BUFSIZ - offset, "%+f", &count, (double)inverted[i * dimR + j])); in testIdentity() 94 PetscCall(DMRestoreWorkArray(dm, dimR * numPoints, MPIU_REAL, &inverted)); in testIdentity()
|
| /petsc/src/mat/tutorials/output/ |
| H A D | ex7_4.out | 17 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
|
| H A D | ex7_5.out | 17 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
|
| H A D | ex7_1.out | 23 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
|
| H A D | ex7_3.out | 8 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
|
| H A D | ex7_2.out | 26 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
|
| /petsc/doc/changes/ |
| H A D | 321.md | 125 - Add `PCJacobiGetDiagonal()` to access the Jacobi inverted matrix diagonal and its square root var…
|