Searched refs:PetscInfoFilename (Results 1 – 1 of 1) sorted by relevance
22 static char *PetscInfoFilename = NULL; variable96 PetscCall(PetscFree(PetscInfoFilename)); in PetscInfoSetFile()104 PetscCall(PetscStrallocpy(fname, &PetscInfoFilename)); in PetscInfoSetFile()146 PetscCall(PetscStrallocpy(PetscInfoFilename, filename)); in PetscInfoGetFile()437 if (PetscInfoFilename) { in PetscInfoDestroy()438 …L, "Have non-null PetscInfo file '%s', but corresponding FILE handle is null!", PetscInfoFilename); in PetscInfoDestroy()439 PetscCall(PetscFree(PetscInfoFilename)); in PetscInfoDestroy()