Searched refs:dm_faces (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex4.c | 16 DM dm_stokes, dm_coefficients, dm_faces; member 229 …gCreateCompatibleDMStag(ctx->levels[level]->dm_stokes, 0, 1, 0, 0, &ctx->levels[level]->dm_faces)); in main() 231 …gCreateCompatibleDMStag(ctx->levels[level]->dm_stokes, 0, 0, 1, 0, &ctx->levels[level]->dm_faces)); in main() 272 DM dm_level = ctx->levels[level]->dm_faces; in main() 273 DM dm_coarser = ctx->levels[level - 1]->dm_faces; in main() 424 level_ctx->dm_faces = NULL; in LevelCtxCreate() 436 if (level_ctx->dm_faces) PetscCall(DMDestroy(&level_ctx->dm_faces)); in LevelCtxDestroy() 589 dm_main = ctx->levels[level]->dm_faces; in CreateSystem2d() 1007 dm_main = ctx->levels[level]->dm_faces; in CreateSystem3d()
|