Searched refs:DMInterpolationAddPoints (Results 1 – 4 of 4) sorted by relevance
285 PetscCall(DMInterpolationAddPoints(interpolator, Np, pcoords)); in main()
388 PETSC_EXTERN PetscErrorCode DMInterpolationAddPoints(DMInterpolationInfo, PetscInt, PetscReal[]);
146 PetscErrorCode DMInterpolationAddPoints(DMInterpolationInfo ctx, PetscInt n, PetscReal points[]) in DMInterpolationAddPoints() function
461 PetscCall(DMInterpolationAddPoints(ictx, Np, (PetscReal *)coords)); in FreeStreaming()