Lines Matching refs:PetscFree
44 PetscCall(PetscFree((*event)->fvalue_prev)); in TSEventDestroy()
45 PetscCall(PetscFree((*event)->fvalue)); in TSEventDestroy()
46 PetscCall(PetscFree((*event)->fvalue_right)); in TSEventDestroy()
47 PetscCall(PetscFree((*event)->fsign_prev)); in TSEventDestroy()
48 PetscCall(PetscFree((*event)->fsign)); in TSEventDestroy()
49 PetscCall(PetscFree((*event)->fsign_right)); in TSEventDestroy()
50 PetscCall(PetscFree((*event)->side)); in TSEventDestroy()
51 PetscCall(PetscFree((*event)->side_prev)); in TSEventDestroy()
52 PetscCall(PetscFree((*event)->justrefined_AB)); in TSEventDestroy()
53 PetscCall(PetscFree((*event)->gamma_AB)); in TSEventDestroy()
54 PetscCall(PetscFree((*event)->direction)); in TSEventDestroy()
55 PetscCall(PetscFree((*event)->terminate)); in TSEventDestroy()
56 PetscCall(PetscFree((*event)->events_zero)); in TSEventDestroy()
57 PetscCall(PetscFree((*event)->vtol)); in TSEventDestroy()
59 …for (PetscInt i = 0; i < (*event)->recsize; i++) PetscCall(PetscFree((*event)->recorder.eventidx[i… in TSEventDestroy()
60 PetscCall(PetscFree((*event)->recorder.eventidx)); in TSEventDestroy()
61 PetscCall(PetscFree((*event)->recorder.nevents)); in TSEventDestroy()
62 PetscCall(PetscFree((*event)->recorder.stepnum)); in TSEventDestroy()
63 PetscCall(PetscFree((*event)->recorder.time)); in TSEventDestroy()
66 PetscCall(PetscFree(*event)); in TSEventDestroy()
419 for (PetscInt i = 0; i < event->recsize; i++) PetscCall(PetscFree(event->recorder.eventidx[i])); in TSEventRecorderResize()
420 PetscCall(PetscFree(event->recorder.eventidx)); in TSEventRecorderResize()
421 PetscCall(PetscFree(event->recorder.nevents)); in TSEventRecorderResize()
422 PetscCall(PetscFree(event->recorder.stepnum)); in TSEventRecorderResize()
423 PetscCall(PetscFree(event->recorder.time)); in TSEventRecorderResize()