Searched refs:context_ (Results 1 – 1 of 1) sorted by relevance
190 NodalProjectionData context_ = *context; in NodalProjectionDataDestroy() local193 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()