Searched refs:whattodo (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 811 static PetscErrorCode printwhattodo(PetscViewer viewer, PetscRevolveInt whattodo, RevolveCTX *rctx,… in printwhattodo() argument 816 switch (whattodo) { in printwhattodo() 845 static PetscErrorCode printwhattodo2(PetscViewer viewer, PetscRevolveInt whattodo, RevolveCTX *rctx… in printwhattodo2() argument 850 switch (whattodo) { in printwhattodo2() 899 PetscRevolveInt whattodo; in FastForwardRevolve() local 902 whattodo = 0; in FastForwardRevolve() 903 …while (whattodo != 3) { /* we have to fast forward revolve to the beginning of the backward sweep … in FastForwardRevolve() 904 …whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &rctx->info, &rc… in FastForwardRevolve() 911 PetscRevolveInt shift, whattodo; in ApplyRevolve() local 924 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve() [all …]
|