Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex73.c813 DM dmF, dmdaF = NULL, dmC = NULL; in test_basic() local
822 PetscCall(HierarchyCreate_Basic(&dmF, &dmC, user)); in test_basic()
823 PetscCall(DMShellGetContext(dmF, &dmdaF)); in test_basic()
825 PetscCall(DMCreateMatrix(dmF, &A)); in test_basic()
826 PetscCall(DMCreateGlobalVector(dmF, &x)); in test_basic()
827 PetscCall(DMCreateGlobalVector(dmF, &b)); in test_basic()
833 PetscCall(KSPSetDM(ksp, dmF)); in test_basic()
842 PetscCall(DMDestroyShellDMDA(&dmF)); in test_basic()
853 DM dmF, dmdaF = NULL, *dms = NULL; in test_mg() local
863 dmF = dms[nd * nref - 1]; in test_mg()
[all …]
/petsc/src/dm/impls/plex/
H A Dplexfem.c2663 DM dmF; in DMPlexComputeCellwiseIntegralFEM() local
2689 PetscCall(VecGetDM(F, &dmF)); in DMPlexComputeCellwiseIntegralFEM()
2690 if (dmF) PetscCall(DMGetLocalSection(dmF, &sectionF)); in DMPlexComputeCellwiseIntegralFEM()