Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex4.c442 static PetscErrorCode CtxCreateAndSetFromOptions(Ctx *p_ctx) in CtxCreateAndSetFromOptions() argument
447 PetscCall(PetscMalloc1(1, p_ctx)); in CtxCreateAndSetFromOptions()
448 ctx = *p_ctx; in CtxCreateAndSetFromOptions()
542 static PetscErrorCode CtxDestroy(Ctx *p_ctx) in CtxDestroy() argument
547 ctx = *p_ctx; in CtxDestroy()
550 PetscCall(PetscFree(*p_ctx)); in CtxDestroy()