Home
last modified time | relevance | path

Searched refs:mapped (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex22.c9 PetscReal *preimage, *mapped, *inverted; in testIdentity() local
16 PetscCall(DMGetWorkArray(dm, dimC * numPoints, MPIU_REAL, &mapped)); in testIdentity()
31 PetscCall(DMPlexReferenceToCoordinates(dm, cell, numPoints, preimage, mapped)); in testIdentity()
32 PetscCall(DMPlexCoordinatesToReference(dm, cell, numPoints, mapped, inverted)); in testIdentity()
46 PetscCall(PetscPrintf(PETSC_COMM_SELF, "%+f", (double)mapped[i * dimC + j])); in testIdentity()
72 …PetscSNPrintfCount(strBuf + offset, BUFSIZ - offset, "%+f", &count, (double)mapped[i * dimC + j])); in testIdentity()
95 PetscCall(DMRestoreWorkArray(dm, dimC * numPoints, MPIU_REAL, &mapped)); in testIdentity()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DAO.pyx224 Integers that are out of range are mapped to -1.
231 The indices; to be replaced with their mapped values.
258 Integers that are out of range are mapped to -1.
265 The indices; to be replaced with their mapped values.
/petsc/doc/manual/
H A Dvec.md1279 mapped values in the PETSc ordering. Each process can provide whatever
1318 indices to be mapped, while upon output, `indices` contains the mapped
1355 array. These entries are not mapped; they remain unchanged. This
H A Dperformance.md235 All processes are now mapped to cores on the same socket. As a result,
/petsc/src/dm/impls/plex/
H A Dplexgeometry.c3705 PetscReal *mapped = &realCoords[dimC * j]; in DMPlexReferenceToCoordinates_Tensor() local
3718 mapped[l] += coeff * extCoord; in DMPlexReferenceToCoordinates_Tensor()
3816 PetscReal *mapped = &realCoords[j * Nc]; in DMPlexReferenceToCoordinates_FE() local
3819 for (l = 0; l < Nc; l++) mapped[l] += modes[k] * B[(j * pdim + k) * Nc + l]; in DMPlexReferenceToCoordinates_FE()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas676 (cht/unsteady/enable-mapped-intf-tui? #f)
685 (cht/enhanced-mapped-connectivity? #t)
698 (cht/mapped-interfaces ())
5616 (montecarlo/mapped-interface? #f)
7254 (nonconformal/auto-create/apply-mapped-option-at-solids? #f)
7257 (nonconformal/mapped/auto? #f)
7258 (nonconformal/mapped/with-limitations? #t)
7259 (nonconformal/mapped/check-many-to-many? #f)
7260 (nonconformal/mapped/no-leftover-if-fully-mapped? #t)
7261 (nonconformal/mapped/enforce-area-conservation? #t)
[all …]