Searched refs:PetscDSSetForceQuad (Results 1 – 3 of 3) sorted by relevance
164 if (force) PetscCall(PetscDSSetForceQuad(ds, PETSC_FALSE)); in SetupDiscretization()
24 PETSC_EXTERN PetscErrorCode PetscDSSetForceQuad(PetscDS, PetscBool);
847 PetscErrorCode PetscDSSetForceQuad(PetscDS ds, PetscBool forceQuad) in PetscDSSetForceQuad() function