Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c734 DM dmforest; in LandauDMCreateVMeshes() local
737 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()