Searched refs:timeScale (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/swarm/tests/ |
| H A D | ex6.c | 39 PetscReal timeScale; /* Nondimensionalizing time scale */ member 50 options->timeScale = 1.0e-6; in ProcessOptions() 58 …eScale", "Nondimensionalizing time scale", "ex6.c", options->timeScale, &options->timeScale, NULL)… in ProcessOptions()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex3.c | 67 PetscReal timeScale; /* Nondimensionalizing time scale */ member 101 options->timeScale = 2.0e-14; in ProcessOptions() 133 …eScale", "Nondimensionalizing time scale", "ex3.c", options->timeScale, &options->timeScale, NULL)… in ProcessOptions()
|
| H A D | ex2.c | 125 PetscReal timeScale; /* Nondimensionalizing time scale */ member 178 options->timeScale = 2.0e-14; in ProcessOptions() 229 …eScale", "Nondimensionalizing time scale", "ex2.c", options->timeScale, &options->timeScale, NULL)… in ProcessOptions()
|
| H A D | ex4.c | 163 PetscReal timeScale; /* Nondimensionalizing time scale */ member 238 options->timeScale = 2.0e-14; in ProcessOptions() 307 …Scale", "Nondimensionalizing time scale", __FILE__, options->timeScale, &options->timeScale, NULL)… in ProcessOptions()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 413 PetscReal timeScale; in DMSequenceView_HDF5() local 418 PetscCall(DMPlexGetScale(dm, PETSC_UNIT_TIME, &timeScale)); in DMSequenceView_HDF5() 419 value *= timeScale; in DMSequenceView_HDF5() 454 PetscReal timeScale; in DMSequenceLoad_HDF5_Internal() local 462 PetscCall(DMPlexGetScale(dm, PETSC_UNIT_TIME, &timeScale)); in DMSequenceLoad_HDF5_Internal() 463 *value /= timeScale; in DMSequenceLoad_HDF5_Internal()
|