Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c415 static PetscErrorCode LevelCtxCreate(LevelCtx *p_level_ctx) in LevelCtxCreate() argument
420 PetscCall(PetscMalloc1(1, p_level_ctx)); in LevelCtxCreate()
421 level_ctx = *p_level_ctx; in LevelCtxCreate()
428 static PetscErrorCode LevelCtxDestroy(LevelCtx *p_level_ctx) in LevelCtxDestroy() argument
433 level_ctx = *p_level_ctx; in LevelCtxDestroy()
438 PetscCall(PetscFree(*p_level_ctx)); in LevelCtxDestroy()