Home
last modified time | relevance | path

Searched refs:m_per_squared_s (Results 1 – 3 of 3) sorted by relevance

/honee/src/
H A Dcloptions.c247 units->m_per_squared_s = units->meter / PetscSqr(units->second); in ProcessCommandLineOptions()
/honee/include/
H A Dnavierstokes.h191 PetscScalar m_per_squared_s; member
/honee/problems/
H A Dnewtonian.c481 for (PetscInt i = 0; i < 3; i++) newtonian_ig_ctx->g[i] *= units->m_per_squared_s; in NS_NEWTONIAN_IG()