Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex11.c74 PetscInt numCall; member
872 mod->numCall = 0; in ModelFunctionalSetFromOptions()
884 …mod->functionalCall[mod->numCall++] = link; /* Just points to the first link using the result. The… in ModelFunctionalSetFromOptions()
892 for (i = 0; i < mod->numCall; i++) { in ModelFunctionalSetFromOptions()
1001 for (i = 0; i < mod->numCall; i++) { in MonitorVTK()