Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/ !
H A Dblasius.c272 PetscBool P0_set; in NS_BLASIUS() local
278 …PetscCall(PetscOptionsHasName(NULL, NULL, "-P0", &P0_set)); // For maintaining behavior of -P0 fl… in NS_BLASIUS()
337 …if (P0_set) newtonian_ig_ctx->idl_pressure = P_inf; // For maintaining behavior of -P0 flag (whic… in NS_BLASIUS()