Searched full:max_time (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/fluids/ |
| H A D | blasius.yaml | 8 max_time: 1.0e-3
|
| H A D | vortexshedding.yaml | 13 max_time: 100
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 74 double start_time, elapsed_time, min_time, max_time; in main() local 725 PetscCall(MPI_Allreduce(&elapsed_time, &max_time, 1, MPI_DOUBLE, MPI_MAX, comm)); in main() 730 …max_time, min_time, 1e-6 * U_g_size[fine_level] * ksp_its / max_time, 1e-6 * U_g_size[fine_level] … in main()
|