Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c417 LevelCtx level_ctx; in LevelCtxCreate() local
421 level_ctx = *p_level_ctx; in LevelCtxCreate()
422 level_ctx->dm_stokes = NULL; in LevelCtxCreate()
423 level_ctx->dm_coefficients = NULL; in LevelCtxCreate()
424 level_ctx->dm_faces = NULL; in LevelCtxCreate()
430 LevelCtx level_ctx; in LevelCtxDestroy() local
433 level_ctx = *p_level_ctx; in LevelCtxDestroy()
434 if (level_ctx->dm_stokes) PetscCall(DMDestroy(&level_ctx->dm_stokes)); in LevelCtxDestroy()
435 if (level_ctx->dm_coefficients) PetscCall(DMDestroy(&level_ctx->dm_coefficients)); in LevelCtxDestroy()
436 if (level_ctx->dm_faces) PetscCall(DMDestroy(&level_ctx->dm_faces)); in LevelCtxDestroy()
[all …]