Searched refs:dmdaF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex73.c | 813 DM dmF, dmdaF = NULL, dmC = NULL; in test_basic() local 823 PetscCall(DMShellGetContext(dmF, &dmdaF)); in test_basic() 828 PetscCall(ComputeRHS_DMDA(dmdaF, b, user)); in test_basic() 853 DM dmF, dmdaF = NULL, *dms = NULL; in test_mg() local 865 PetscCall(DMShellGetContext(dmF, &dmdaF)); in test_mg() 871 PetscCall(ComputeRHS_DMDA(dmdaF, b, user)); in test_mg()
|