Home
last modified time | relevance | path

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

/libCEED/examples/solids/
H A Delasticity.c505 PC pc_smoother; in main() local
521 PetscCall(KSPGetPC(ksp_smoother, &pc_smoother)); in main()
522 PetscCall(PCSetType(pc_smoother, PCJACOBI)); in main()
523 PetscCall(PCJacobiSetType(pc_smoother, PC_JACOBI_DIAGONAL)); in main()