Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex12.c32 PetscBool testSection; /* Use a PetscSection to specify cell weights */ member
45 options->testSection = PETSC_FALSE; in ProcessOptions()
53 … "Use a PetscSection for cell weights", "ex12.c", options->testSection, &options->testSection, NUL… in ProcessOptions()
93 if (user->testSection) { in CreateMesh()