| /petsc/src/ts/tutorials/output/ |
| H A D | ex52_0.out | 1 timestep 0 time 0. norm 2. 2 timestep 1 time 0.0001 norm 1.99005 3 timestep 2 time 0.0011 norm 1.89583 4 timestep 3 time 0.00708982 norm 1.48883 5 timestep 4 time 0.0149011 norm 1.18617 6 timestep 5 time 0.0249059 norm 0.925402
|
| H A D | ex7_3.out | 1 timestep 0 time 0. norm 1.9391 5 timestep 1 time 0.0001 norm 1.90776 9 timestep 2 time 0.0002 norm 1.87731 13 timestep 3 time 0.0003 norm 1.84771 17 timestep 4 time 0.0004 norm 1.81893 21 timestep 5 time 0.0005 norm 1.79094
|
| H A D | ex7_2.out | 1 timestep 0 time 0. norm 1.9391 5 timestep 1 time 0.0001 norm 1.90776 9 timestep 2 time 0.0002 norm 1.87731 13 timestep 3 time 0.0003 norm 1.84771 17 timestep 4 time 0.0004 norm 1.81893 21 timestep 5 time 0.0005 norm 1.79094
|
| H A D | ex7_1.out | 1 timestep 0 time 0. norm 1.9391 5 timestep 1 time 0.0001 norm 1.90776 9 timestep 2 time 0.0002 norm 1.87731 13 timestep 3 time 0.0003 norm 1.84771 17 timestep 4 time 0.0004 norm 1.81893 21 timestep 5 time 0.0005 norm 1.79094
|
| H A D | ex12_1.out | 1 timestep 0 time 0. norm 2.75974 20 timestep 1 time 0.1 norm 16.0687 39 timestep 2 time 0.2 norm 11.1557 57 timestep 3 time 0.3 norm 6.07924 75 timestep 4 time 0.4 norm 4.33464 94 timestep 5 time 0.5 norm 3.95738 113 timestep 6 time 0.6 norm 2.99849 130 timestep 7 time 0.7 norm 1.5749 148 timestep 8 time 0.8 norm 0.898251 166 timestep 9 time 0.9 norm 1.60634 [all …]
|
| H A D | ex12_2.out | 1 timestep 0 time 0. norm 2.75974 25 timestep 1 time 0.1 norm 32.3728 37 timestep 2 time 0.11 norm 30.2511
|
| H A D | ex12_2_alt.out | 1 timestep 0 time 0. norm 2.75974 25 timestep 1 time 0.1 norm 32.3728 40 timestep 2 time 0.11 norm 30.2511
|
| H A D | ex17_2.out | 1 timestep 100: time 1., solution norm 0.425275, max 0.0724889, min -0.0727486
|
| H A D | ex17_1.out | 12 timestep 2: time 0.02, solution norm 9.28659, max 0.536609, min 0.
|
| H A D | ex40_n_ts_max_step_rejections-1.out | 24 maximum allowed timestep 0.5 25 minimum allowed timestep 0.
|
| H A D | ex40_n_ts_max_step_rejections-0.out | 23 maximum allowed timestep 0.5 24 minimum allowed timestep 0.
|
| /petsc/src/dm/impls/swarm/tutorials/ |
| H A D | ex1f90.F90 | 16 PetscInt :: dim, Nc = 1, degree = 1, timestep = 0 69 PetscCallA(DMSetOutputSequenceNumber(dm, timestep, time, ierr)) 92 PetscCallA(DMSetOutputSequenceNumber(sw, timestep, time, ierr))
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 317 static PetscErrorCode VecGetHDF5ChunkSize(DM_DA *da, Vec xin, PetscInt dimension, PetscInt timestep… in VecGetHDF5ChunkSize() argument 361 if (timestep >= 0) ++dim; in VecGetHDF5ChunkSize() 377 if (timestep >= 0) ++dim; in VecGetHDF5ChunkSize() 429 PetscInt timestep = PETSC_INT_MIN, dimension; in VecView_MPI_HDF5_DA() local 436 if (timestepping) PetscCall(PetscViewerHDF5GetTimestep(viewer, ×tep)); in VecView_MPI_HDF5_DA() 457 if (timestep >= 0) { in VecView_MPI_HDF5_DA() 458 dims[dim] = timestep + 1; in VecView_MPI_HDF5_DA() 492 PetscCall(VecGetHDF5ChunkSize(da, xin, dimension, timestep, chunkDims)); in VecView_MPI_HDF5_DA() 525 if (timestep >= 0) { in VecView_MPI_HDF5_DA() 526 offset[dim] = timestep; in VecView_MPI_HDF5_DA() [all …]
|
| /petsc/src/sys/classes/viewer/impls/hdf5/ |
| H A D | hdf5v.c | 638 hdf5->timestep = -1; in PetscViewerCreate_HDF5() 953 if (hdf5->timestep < 0) hdf5->timestep = 0; in PetscViewerHDF5PushTimestepping() 1033 ++hdf5->timestep; in PetscViewerHDF5IncrementTimestep() 1053 PetscErrorCode PetscViewerHDF5SetTimestep(PetscViewer viewer, PetscInt timestep) in PetscViewerHDF5SetTimestep() argument 1059 PetscValidLogicalCollectiveInt(viewer, timestep, 2); in PetscViewerHDF5SetTimestep() 1060 …PetscCheck(timestep >= 0, PetscObjectComm((PetscObject)viewer), PETSC_ERR_ARG_WRONGSTATE, "Timeste… in PetscViewerHDF5SetTimestep() 1062 hdf5->timestep = timestep; in PetscViewerHDF5SetTimestep() 1084 PetscErrorCode PetscViewerHDF5GetTimestep(PetscViewer viewer, PetscInt *timestep) in PetscViewerHDF5GetTimestep() argument 1090 PetscAssertPointer(timestep, 2); in PetscViewerHDF5GetTimestep() 1092 *timestep = hdf5->timestep; in PetscViewerHDF5GetTimestep()
|
| /petsc/include/petsc/private/ |
| H A D | vieweradiosimpl.h | 6 PetscInt timestep; member
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/output/ |
| H A D | ex2_1.out | 22 maximum allowed timestep 1e+20 23 minimum allowed timestep 1e-20
|
| H A D | ex2_1_alt_4.out | 22 maximum allowed timestep 1e+20 23 minimum allowed timestep 1e-20
|
| H A D | ex2_1_alt_2.out | 22 maximum allowed timestep 1e+20 23 minimum allowed timestep 1e-20
|
| H A D | ex2_1_alt.out | 22 maximum allowed timestep 1e+20 23 minimum allowed timestep 1e-20
|
| H A D | ex2_1_alt_3.out | 22 maximum allowed timestep 1e+20 23 minimum allowed timestep 1e-20
|
| H A D | ex1_1.out | 24 maximum allowed timestep 1e+20 25 minimum allowed timestep 1e-20
|
| H A D | ex1_3.out | 24 maximum allowed timestep 1e+20 25 minimum allowed timestep 1e-20
|
| /petsc/src/ts/tests/output/ |
| H A D | ex8_1.out | 23 maximum allowed timestep 1e+20 24 minimum allowed timestep 1e-20
|
| H A D | ex8_2.out | 23 maximum allowed timestep 1e+20 24 minimum allowed timestep 1e-20
|
| /petsc/src/ts/tutorials/ |
| H A D | meth_ethanol.inp | 25 # the chemistry dictates reasonable bounds on the timestep
|