Lines Matching refs:physics
69 Physics physics; member
406 static PetscErrorCode SetupCEED_SW(DM dm, Physics physics) in SetupCEED_SW() argument
416 PetscCall(CreateQFunctionContext_SW(physics, ceed, &qfCtx)); in SetupCEED_SW()
613 static PetscErrorCode SetupCEED_Euler(DM dm, Physics physics) in SetupCEED_Euler() argument
623 PetscCall(CreateQFunctionContext_Euler(physics, ceed, &qfCtx)); in SetupCEED_Euler()
1161 …PetscCall((*user->model->errorIndicator)(dim, cg->volume, user->model->physics->dof, pointVal, poi… in adaptToleranceFVMSetUp()
1220 Physics phys = mod->physics; in Transfer()
1263 PetscCall(PetscNew(&user->model->physics)); in main()
1265 phys = mod->physics; in main()
1429 PetscCall(PetscDSSetRiemannSolver(prob, 0, user->model->physics->riemann)); in main()
1430 PetscCall(PetscDSSetContext(prob, 0, user->model->physics)); in main()
1456 if (useCeed) PetscCall((*user->model->setupCEED)(dm, user->model->physics)); in main()
1555 PetscCall(PetscFree(user->model->physics->data)); in main()
1556 PetscCall(PetscFree(user->model->physics)); in main()