Lines Matching full:user
242 User user = *(User *)ctx; in NS_BLASIUS() local
243 MPI_Comm comm = user->comm; in NS_BLASIUS()
244 Ceed ceed = user->ceed; in NS_BLASIUS()
288 if (user->app_ctx->mesh_transform_type == MESH_TRANSFORM_PLATEMESH) { in NS_BLASIUS()
303 PetscScalar meter = user->units->meter; in NS_BLASIUS()
304 PetscScalar second = user->units->second; in NS_BLASIUS()
305 PetscScalar Kelvin = user->units->Kelvin; in NS_BLASIUS()
306 PetscScalar Pascal = user->units->Pascal; in NS_BLASIUS()
314 if (user->app_ctx->mesh_transform_type == MESH_TRANSFORM_PLATEMESH) { in NS_BLASIUS()
336 blasius_ctx->implicit = user->phys->implicit; in NS_BLASIUS()
352 PetscCallCeed(ceed, CeedQFunctionContextCreate(user->ceed, &blasius_context)); in NS_BLASIUS()
359 PetscCall(SetupStg(comm, dm, problem, user, weakT, S_infty.Y.temperature, S_infty.Y.pressure)); in NS_BLASIUS()
363 …PetscCheck((user->phys->state_var == STATEVAR_CONSERVATIVE) || (user->app_ctx->test_type == TESTTY… in NS_BLASIUS()