Searched refs:ftablenew (Results 1 – 2 of 2) sorted by relevance
972 char *ftablenew; in MonitorFunctionals() local975 PetscCall(PetscMalloc1(ftablealloc, &ftablenew)); in MonitorFunctionals()976 PetscCall(PetscArraycpy(ftablenew, ftable, ftableused)); in MonitorFunctionals()978 ftable = ftablenew; in MonitorFunctionals()
1040 char *ftablenew; in MonitorVTK() local1042 PetscCall(PetscMalloc(ftablealloc, &ftablenew)); in MonitorVTK()1043 PetscCall(PetscArraycpy(ftablenew, ftable, ftableused)); in MonitorVTK()1045 ftable = ftablenew; in MonitorVTK()