Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex65.c33 static PetscErrorCode CreateRestriction(DM, DM, Mat *);
47 PetscCall(DMShellSetCreateRestriction(*shell, CreateRestriction)); in MyDMShellCreate()
109 static PetscErrorCode CreateRestriction(DM dm1, DM dm2, Mat *mat) in CreateRestriction() function
/petsc/doc/changes/
H A D37.md115 - If the DM has a CreateRestriction() function the PCMG