Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex18.c213 PetscInt nPointsToExpand; member
283 options->nPointsToExpand = 128; in ProcessOptions()
284 …cursive() and print results", "ex18.c", options->pointsToExpand, &options->nPointsToExpand, NULL)); in ProcessOptions()
285 …if (options->nPointsToExpand) PetscCall(PetscOptionsBool("-test_expand_points_empty", "For -test_e… in ProcessOptions()
892 …PetscCall(ISCreateGeneral(PETSC_COMM_SELF, user->nPointsToExpand, user->pointsToExpand, PETSC_USE_… in TestExpandPoints()
1527 if (user.nPointsToExpand) PetscCall(TestExpandPoints(dm, &user)); in main()