5 Apr
2013
5 Apr
'13
9:51 p.m.
On Fri, Apr 5, 2013 at 9:38 PM, Barry Smith <[email protected]> wrote:
I'm learn towards not having a master "destroy all lists" approach (the current model) and just having each XXXFinalizePackage() call PetscFunctionListDestroy(&appropriate) so the XRegisterDestroy() are gone.
Does anyone have a reason to call XRegisterDestroy() independent of XFinalizePackage()? PetscFunctionListDestroy(&XList) is enough even in this case, but I'd like to understand the use case if it exists.