Searched refs:dmforest (Results 1 – 1 of 1) sorted by relevance
734 DM dmforest; in LandauDMCreateVMeshes() local737 PetscCall(DMConvert(ctx->plex[grid], convType, &dmforest)); in LandauDMCreateVMeshes()738 PetscCheck(dmforest, ctx->comm, PETSC_ERR_PLIB, "Convert failed?"); in LandauDMCreateVMeshes()739 PetscCall(DMSetOptionsPrefix(dmforest, prefix)); in LandauDMCreateVMeshes()740 PetscCall(DMIsForest(dmforest, &isForest)); in LandauDMCreateVMeshes()743 ctx->plex[grid] = dmforest; // Forest for adaptivity in LandauDMCreateVMeshes()