Home
last modified time | relevance | path

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

/honee/src/
H A Dbc_definition.c69 if (bc_def_->DestroyCtx) PetscCall((*bc_def_->DestroyCtx)(&bc_def_->ctx)); in BCDefinitionDestroy()
268 if (bc_def->DestroyCtx) PetscCall((*bc_def->DestroyCtx)(&bc_def->ctx)); in BCDefinitionSetContext()
270 bc_def->DestroyCtx = destroy_ctx; in BCDefinitionSetContext()
H A Dboundary_condition.c107 if (honee_bc->DestroyCtx) PetscCall((*honee_bc->DestroyCtx)(&honee_bc->ctx)); in HoneeBCDestroy()
/honee/include/
H A Dbc_definition.h32 PetscCtxDestroyFn *DestroyCtx; member
H A Dnavierstokes.h212 PetscCtxDestroyFn *DestroyCtx; member
/honee/problems/
H A Dbc_outflow.c160 .DestroyCtx = PetscCtxDestroyDefault, in OutflowBCSetup()
H A Dbc_freestream.c158 .DestroyCtx = PetscCtxDestroyDefault, in FreestreamBCSetup()