Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsfc.c1312 PetscInt coord_size; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
1323 PetscCall(PetscSectionGetStorageSize(coord_section, &coord_size)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()
1326 PetscCall(VecSetSizes(coordinates, coord_size, PETSC_DETERMINE)); in DMPlexCreateBoxMesh_Tensor_SFC_Internal()