Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex19.c8 PetscInt saMaxIter; // Maximum number of iterations of shape optimization loop member
73 options->saMaxIter = 200; in ProcessOptions()
77 …terates for the shape optimization loop", __FILE__, options->saMaxIter, &options->saMaxIter, NULL,… in ProcessOptions()
132 for (PetscInt saloop = 0, seqNum = 0; saloop < ctx.saMaxIter; ++saloop) { in main()