Lines Matching refs:refCoords
3550 …scInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal refCoords[], Vec coords, P… in DMPlexCoordinatesToReference_Tensor() argument
3605 PetscCall(PetscArrayzero(refCoords, numPoints * dimR)); in DMPlexCoordinatesToReference_Tensor()
3608 PetscReal *guess = &refCoords[dimR * j]; in DMPlexCoordinatesToReference_Tensor()
3653 …inates_Tensor(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscReal rea… in DMPlexReferenceToCoordinates_Tensor() argument
3704 const PetscReal *guess = &refCoords[dimR * j]; in DMPlexReferenceToCoordinates_Tensor()
3727 …scInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal refCoords[], Vec coords, P… in DMPlexCoordinatesToReference_FE() argument
3755 for (i = 0; i < numPoints * dimR; i++) refCoords[i] = 0.; in DMPlexCoordinatesToReference_FE()
3760 PetscReal *guess = &refCoords[j * dimR], error = 0; in DMPlexCoordinatesToReference_FE()
3792 …E(DM dm, PetscFE fe, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscReal rea… in DMPlexReferenceToCoordinates_FE() argument
3813 PetscCall(PetscSpaceEvaluate(fe->basisSpace, numPoints, refCoords, B, NULL, NULL)); in DMPlexReferenceToCoordinates_FE()
3853 …ence(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal realCoords[], PetscReal refCoords[]) 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 …ToCoordinates(DM dm, PetscInt cell, PetscInt numPoints, const PetscReal refCoords[], PetscReal rea… 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()