Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c428 static PetscErrorCode LevelCtxDestroy(LevelCtx *p_level_ctx) in LevelCtxDestroy() function
548 for (PetscInt i = 0; i < ctx->n_levels; ++i) PetscCall(LevelCtxDestroy(&ctx->levels[i])); in CtxDestroy()