Home
last modified time | relevance | path

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

/honee/src/
H A Dmisc.c190 NodalProjectionData context_ = *context; in NodalProjectionDataDestroy() local
193 if (context_ == NULL) PetscFunctionReturn(PETSC_SUCCESS); in NodalProjectionDataDestroy()
194 PetscCall(DMDestroy(&context_->dm)); in NodalProjectionDataDestroy()
195 PetscCall(KSPDestroy(&context_->ksp)); in NodalProjectionDataDestroy()
196 PetscCall(OperatorApplyContextDestroy(context_->l2_rhs_ctx)); in NodalProjectionDataDestroy()
197 PetscCall(PetscFree(context_)); in NodalProjectionDataDestroy()