Home
last modified time | relevance | path

Searched refs:TIMING_end (Results 1 – 6 of 6) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/demos/fsi/
H A Ddemo_FSI_Poiseuille_flow.cpp206 double TIMING_end = (clock() - TIMING_sta) / (double)CLOCKS_PER_SEC; in main() local
207 printf("\nSimulation Finished in %f (s)\n", TIMING_end); in main()
H A Ddemo_FSI_DamBreak.cpp229 double TIMING_end = (clock() - TIMING_sta) / (double)CLOCKS_PER_SEC; in main() local
230 printf("\nSimulation Finished in %f (s)\n", TIMING_end); in main()
H A Ddemo_FSI_Compressibility.cpp238 double TIMING_end = (clock() - TIMING_sta) / (double)CLOCKS_PER_SEC; in main() local
239 printf("\nSimulation Finished in %f (s)\n", TIMING_end); in main()
H A Ddemo_FSI_CylinderDrop.cpp384 double TIMING_end = (clock() - TIMING_sta) / (double)CLOCKS_PER_SEC; in main() local
385 printf("\nSimulation Finished in %f (s)\n", TIMING_end); in main()
H A Ddemo_FSI_Flexible_Elements.cpp197 double TIMING_end = (clock() - TIMING_sta) / (double)CLOCKS_PER_SEC; in main() local
198 printf("\nSimulation Finished in %f (s)\n", TIMING_end); in main()
/dports/science/chrono/chrono-7.0.1/src/demos/robot/viper/
H A Ddemo_ROBOT_Viper_SPH.cpp220 double TIMING_end; in main() local
238 TIMING_end = clock(); in main()
239 sim_cost = sim_cost + (TIMING_end - TIMING_sta) / (double)CLOCKS_PER_SEC; in main()