Searched refs:filenametemplate (Results 1 – 2 of 2) sorted by relevance
919 PetscCall(PetscSNPrintf(filename, sizeof(filename), (const char *)ctx->filenametemplate, step)); in TSMonitorSolutionVTK()945 PetscCall(PetscFree((*ctx)->filenametemplate)); in TSMonitorSolutionVTKDestroy()968 PetscErrorCode TSMonitorSolutionVTKCtxCreate(const char *filenametemplate, TSMonitorVTKCtx *ctx) in TSMonitorSolutionVTKCtxCreate() argument974 PetscAssertPointer(filenametemplate, 1); in TSMonitorSolutionVTKCtxCreate()977 PetscCall(PetscStrstr(filenametemplate, "%", (char **)&ptr)); in TSMonitorSolutionVTKCtxCreate()985 PetscCall(PetscStrallocpy(filenametemplate, &ictx->filenametemplate)); in TSMonitorSolutionVTKCtxCreate()
603 char *filenametemplate; member