Home
last modified time | relevance | path

Searched refs:TPSNearestPoint (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3808 static PetscErrorCode TPSNearestPoint(TPSEvaluateFunc feval, PetscScalar x[]) in TPSNearestPoint() function
4319 for (PetscInt i = 0; i < m; i += 3) PetscCall(TPSNearestPoint(evalFunc, &x[i])); in DMPlexCreateTPSMesh_Internal()