Searched refs:realCoords (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexgeometry.c | 3550 …rence_Tensor(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal ref… in DMPlexCoordinatesToReference_Tensor() argument 3611 for (k = 0; k < dimC; k++) resNeg[k] = realCoords[dimC * j + k]; in DMPlexCoordinatesToReference_Tensor() 3653 …scInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscReal realCoords[], Vec coords, P… in DMPlexReferenceToCoordinates_Tensor() argument 3702 PetscCall(PetscArrayzero(realCoords, numPoints * dimC)); in DMPlexReferenceToCoordinates_Tensor() 3705 PetscReal *mapped = &realCoords[dimC * j]; in DMPlexReferenceToCoordinates_Tensor() 3727 …(DM dm, PetscFE fe, PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal ref… in DMPlexCoordinatesToReference_FE() argument 3757 PetscReal normPoint = DMPlex_NormD_Internal(Nc, &realCoords[j * Nc]); in DMPlexCoordinatesToReference_FE() 3762 for (k = 0; k < Nc; k++) resNeg[k] = realCoords[j * Nc + k]; in DMPlexCoordinatesToReference_FE() 3792 …scInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscReal realCoords[], Vec coords, P… in DMPlexReferenceToCoordinates_FE() argument 3814 for (i = 0; i < numPoints * Nc; i++) realCoords[i] = 0.; in DMPlexReferenceToCoordinates_FE() [all …]
|