Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3480 PetscReal vertexA[4] = {0.5, 0.5, 0.5, 0.5}; in DMPlexCreateSphereMesh_Internal() local
3502 vertexA[0] *= R; in DMPlexCreateSphereMesh_Internal()
3503 vertexA[1] *= R; in DMPlexCreateSphereMesh_Internal()
3504 vertexA[2] *= R; in DMPlexCreateSphereMesh_Internal()
3505 vertexA[3] *= R; in DMPlexCreateSphereMesh_Internal()
3537 for (d = 0; d < embedDim; ++d) coordsIn[i * embedDim + d] = s[d] * vertexA[d]; in DMPlexCreateSphereMesh_Internal()