Home
last modified time | relevance | path

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

/honee/problems/
H A Dnewtonian.c538 …static const char *const conserv_component_names[] = {"Density", "MomentumX", "MomentumY", "Moment… in NS_NEWTONIAN_IG() local
549 …for (PetscInt i = 0; i < 5; i++) PetscCall(PetscStrallocpy(conserv_component_names[i], &problem->c… in NS_NEWTONIAN_IG()