Home
last modified time | relevance | path

Searched refs:ftablenew (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/tutorials/
H A Dex18.c972 char *ftablenew; in MonitorFunctionals() local
975 PetscCall(PetscMalloc1(ftablealloc, &ftablenew)); in MonitorFunctionals()
976 PetscCall(PetscArraycpy(ftablenew, ftable, ftableused)); in MonitorFunctionals()
978 ftable = ftablenew; in MonitorFunctionals()
H A Dex11.c1040 char *ftablenew; in MonitorVTK() local
1042 PetscCall(PetscMalloc(ftablealloc, &ftablenew)); in MonitorVTK()
1043 PetscCall(PetscArraycpy(ftablenew, ftable, ftableused)); in MonitorVTK()
1045 ftable = ftablenew; in MonitorVTK()