Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_coarsedm.c118 void *dmfine_appctx = NULL, *dmcoarse_appctx = NULL; in PCTelescopeSetUp_CoarseDM() local
124 PetscCall(DMGetApplicationContext(ctx->dm_fine, &dmfine_appctx)); in PCTelescopeSetUp_CoarseDM()
142 if (dmfine_kspctx == dmfine_appctx) { in PCTelescopeSetUp_CoarseDM()