Lines Matching refs:realCoords
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()
3816 PetscReal *mapped = &realCoords[j * Nc]; in DMPlexReferenceToCoordinates_FE()
3853 …sToReference(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal ref… in DMPlexCoordinatesToReference() argument
3904 CoordinatesRealToRef(dimC, dimR, x0, v0, invJ, &realCoords[dimC * i], &refCoords[dimR * i]); in DMPlexCoordinatesToReference()
3908 …PetscCall(DMPlexCoordinatesToReference_Tensor(coordDM, cell, numPoints, realCoords, refCoords, coo… in DMPlexCoordinatesToReference()
3911 …PetscCall(DMPlexCoordinatesToReference_FE(coordDM, fe, cell, numPoints, realCoords, refCoords, coo… in DMPlexCoordinatesToReference()
3936 …ates(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscReal realCoords[]) in DMPlexReferenceToCoordinates() argument
3986 CoordinatesRefToReal(dimC, dimR, xi0, v0, J, &refCoords[dimR * i], &realCoords[dimC * i]); in DMPlexReferenceToCoordinates()
3990 …PetscCall(DMPlexReferenceToCoordinates_Tensor(coordDM, cell, numPoints, refCoords, realCoords, coo… in DMPlexReferenceToCoordinates()
3993 …PetscCall(DMPlexReferenceToCoordinates_FE(coordDM, fe, cell, numPoints, refCoords, realCoords, coo… in DMPlexReferenceToCoordinates()