Home
last modified time | relevance | path

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

/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c909 …_steps, PetscRevolveInt stepnum, PetscRevolveInt localstepnum, PetscBool toplevel, PetscInt *store) in ApplyRevolve() argument
924 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
928 if (!toplevel) PetscCall(printwhattodo(viewer, whattodo, rctx, shift)); in ApplyRevolve()
934 if (!toplevel) PetscCall(printwhattodo(viewer, whattodo, rctx, shift)); in ApplyRevolve()
944 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
946 if (!toplevel) PetscCall(printwhattodo(viewer, whattodo, rctx, shift)); in ApplyRevolve()
961 …if (!toplevel) whattodo = revolve_action(&rctx->check, &rctx->capo, &rctx->fine, rctx->snaps_in, &… in ApplyRevolve()
963 if (!toplevel) PetscCall(printwhattodo(viewer, whattodo, rctx, shift)); in ApplyRevolve()
/petsc/doc/changes/
H A D36.md32 - Add toplevel makefile targets *clean* and *distclean*. Target