Searched refs:nstep (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/aij/seq/aijperm/ |
| H A D | aijperm.c | 48 PetscInt nstep; member
|
| /petsc/src/ts/tutorials/ |
| H A D | ex11.c | 1103 static PetscErrorCode adaptToleranceFVMSetUp(TS ts, PetscInt nstep, PetscReal time, Vec sol, PetscB… in adaptToleranceFVMSetUp() argument 1195 …MT " cells for refinement, and %" PetscInt_FMT " cells for coarsening\n", nstep, nRefine, nCoarsen… in adaptToleranceFVMSetUp() 1198 PetscCall(PetscInfo(ts, "Step %" PetscInt_FMT " no adaptation\n", nstep)); in adaptToleranceFVMSetUp()
|
| H A D | ex30.c | 1851 static PetscErrorCode ResizeSetUp(TS ts, PetscInt nstep, PetscReal time, Vec u, PetscBool *resize, … in ResizeSetUp() argument 1875 …PetscCall(PetscPrintf(PetscObjectComm((PetscObject)ts), "STEP %d norm %g\n", (int)nstep, (double)n… in ResizeSetUp()
|