Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c235 .kilogram = 1.0, in ProcessCommandLineOptions()
241 …nits_kilogram", "1 kilogram in scaled mass units", NULL, units->kilogram, &units->kilogram, NULL)); in ProcessCommandLineOptions()
244 units->Pascal = units->kilogram / (units->meter * PetscSqr(units->second)); in ProcessCommandLineOptions()
245 units->Joule = units->kilogram * PetscSqr(units->meter) / PetscSqr(units->second); in ProcessCommandLineOptions()
246 units->J_per_kg_K = units->Joule / (units->kilogram * units->Kelvin); in ProcessCommandLineOptions()
H A Dsetupdm.c67 PetscCall(DMPlexSetScale(*dm, PETSC_UNIT_MASS, honee->units->kilogram)); in CreateDM()
/honee/include/
H A Dnavierstokes.h185 PetscScalar kilogram; member
/honee/doc/
H A Druntime_options.md238 - 1 kilogram in scaled mass units
/honee/problems/
H A Dnewtonian.c735 const CeedScalar kg = units->kilogram, m = units->meter, sec = units->second, K = units->Kelvin; in UnitTests_Newtonian()