Searched refs:domain_dm (Results 1 – 1 of 1) sorted by relevance
164 DM *domain_dm = NULL; in PCSetUp_ASM() local179 …ecomposition(pc->dm, &num_domains, &domain_names, &inner_domain_is, &outer_domain_is, &domain_dm)); in PCSetUp_ASM()249 if (domain_dm) PetscCall(PetscInfo(pc, "Setting up ASM subproblems using the embedded DM\n")); in PCSetUp_ASM()260 if (domain_dm) { in PCSetUp_ASM()261 PetscCall(KSPSetDM(ksp, domain_dm[i])); in PCSetUp_ASM()263 PetscCall(DMDestroy(&domain_dm[i])); in PCSetUp_ASM()267 if (domain_dm) PetscCall(PetscFree(domain_dm)); in PCSetUp_ASM()