Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c15 PetscBool shearCoords; /* Flag for shear transform */ member
196 options->shearCoords = PETSC_FALSE; in ProcessOptions()
216 …", "Transform coordinates with a shear", "ex3.c", options->shearCoords, &options->shearCoords, NUL… in ProcessOptions()
271 if (user->shearCoords) { in TransformCoordinates()