Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexcreate.c3912 double Ls = (1 - sqrt(2) / 4) * L; in DMPlexCreateTPSMesh_Internal() local
3913 vtxCoords[vcount++] = 2 * i * L + (2 * ii - 1) * Ls; in DMPlexCreateTPSMesh_Internal()
3914 vtxCoords[vcount++] = 2 * j * L + (2 * jj - 1) * Ls; in DMPlexCreateTPSMesh_Internal()
3915 vtxCoords[vcount++] = 2 * k * L + (2 * kk - 1) * Ls; in DMPlexCreateTPSMesh_Internal()