Home
last modified time | relevance | path

Searched refs:timeScale (Results 1 – 5 of 5) sorted by relevance

/petsc/src/dm/impls/swarm/tests/
H A Dex6.c39 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 Dex3.c67 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 Dex2.c125 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 Dex4.c163 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 Dplexhdf5.c413 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()