Searched refs:nCoords (Results 1 – 2 of 2) sorted by relevance
1353 PetscInt nCoords; in main() local1359 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()
3606 PetscInt nCoords, i; in DMPforestMapCoordinates_Cell() local3609 nCoords = dof / coordDim; in DMPforestMapCoordinates_Cell()3611 for (i = 0; i < nCoords; i++) { in DMPforestMapCoordinates_Cell()3739 PetscInt nCoords, i; in DMPforestMapCoordinates() local3742 nCoords = dof / coordDim; in DMPforestMapCoordinates()3775 for (i = 0; i < nCoords; i++) { in DMPforestMapCoordinates()