Searched refs:mapped (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex22.c | 9 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 D | AO.pyx | 224 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 D | vec.md | 1279 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 D | performance.md | 235 All processes are now mapped to cores on the same socket. As a result,
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 3705 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 D | testcase3D.cas | 676 (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 …]
|