Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.c1353 PetscInt nCoords; in main() local
1359 PetscCall(VecGetLocalSize(coordinates, &nCoords)); in main()
1360 …PetscCheck(!(nCoords % dimEmbed), PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Coordinate vector the wrong… in main()
1362 for (i = 0; i < nCoords; i += dimEmbed) { in main()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h3606 PetscInt nCoords, i; in DMPforestMapCoordinates_Cell() local
3609 nCoords = dof / coordDim; in DMPforestMapCoordinates_Cell()
3611 for (i = 0; i < nCoords; i++) { in DMPforestMapCoordinates_Cell()
3739 PetscInt nCoords, i; in DMPforestMapCoordinates() local
3742 nCoords = dof / coordDim; in DMPforestMapCoordinates()
3775 for (i = 0; i < nCoords; i++) { in DMPforestMapCoordinates()