Home
last modified time | relevance | path

Searched refs:inverted (Results 1 – 7 of 7) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex22.c9 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 Dex7_4.out17 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_5.out17 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_1.out23 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_3.out8 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
H A Dex7_2.out26 [0] <Mat> main(): Mat info is enabled again through inverted PetscInfoSetClasses
/petsc/doc/changes/
H A D321.md125 - Add `PCJacobiGetDiagonal()` to access the Jacobi inverted matrix diagonal and its square root var…