Home
last modified time | relevance | path

Searched refs:cfl (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/spanstats/
H A Dcflpe.h31 CeedScalar Pe, cfl, wdetJ; in ChildStatsCollection_CflPe() local
44 cfl = CalculateCFL_2D(s.Y.velocity, context->timestep, gijd_mat); in ChildStatsCollection_CflPe()
57 cfl = CalculateCFL_3D(s.Y.velocity, context->timestep, gijd_mat); in ChildStatsCollection_CflPe()
62 v[0][i] = wdetJ * cfl; in ChildStatsCollection_CflPe()
63 v[1][i] = wdetJ * Square(cfl); in ChildStatsCollection_CflPe()
64 v[2][i] = wdetJ * Cube(cfl); in ChildStatsCollection_CflPe()
/honee/doc/
H A Druntime_options.md47 - Viewer for the min/max CFL in the domain e.g., `ascii:cfl.csv:ascii_csv` to write a CSV file.