| /honee/problems/ ! |
| H A D | channel.c | 21 …PetscCheck(honee_bc->honee->phys->state_var == STATEVAR_CONSERVATIVE, PETSC_COMM_WORLD, PETSC_ERR_… in ChannelOutflowBCSetup_CreateIFunctionQF() 22 … valid for Conservative variables, recieved %s", StateVariables[honee_bc->honee->phys->state_var]); in ChannelOutflowBCSetup_CreateIFunctionQF() 32 …PetscCheck(honee_bc->honee->phys->state_var == STATEVAR_CONSERVATIVE, PETSC_COMM_WORLD, PETSC_ERR_… in ChannelInflowBCSetup_CreateIFunctionQF() 33 … valid for Conservative variables, recieved %s", StateVariables[honee_bc->honee->phys->state_var]); in ChannelInflowBCSetup_CreateIFunctionQF() 91 channel_ctx->implicit = honee->phys->implicit; in NS_CHANNEL() 117 if (honee->phys->state_var == STATEVAR_CONSERVATIVE && !strcmp(name, "outflow")) { in NS_CHANNEL() 124 honee_bc->num_comps_jac_data = honee->phys->implicit ? 11 : 0; in NS_CHANNEL() 129 } else if (honee->phys->state_var == STATEVAR_CONSERVATIVE && !strcmp(name, "inflow")) { in NS_CHANNEL() 136 honee_bc->num_comps_jac_data = honee->phys->implicit ? 11 : 0; in NS_CHANNEL()
|
| H A D | bc_outflow.c | 34 switch (honee->phys->state_var) { in OutflowBCSetup_CreateIFunctionQF() 78 switch (honee->phys->state_var) { in OutflowBCSetup_CreateIJacobianQF() 162 .num_comps_jac_data = honee->phys->implicit ? 11 : 0, in OutflowBCSetup()
|
| H A D | bc_slip.c | 23 switch (honee->phys->state_var) { in SlipBCSetup_CreateIFunctionQF() 44 switch (honee->phys->state_var) { in SlipBCSetup_CreateIJacobianQF()
|
| H A D | stg_shur14.h | 13 extern PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys);
|
| H A D | newtonian.c | 133 switch (honee->phys->state_var) { in DivDiffFluxProjectionCreateRHS_Direct_NS() 179 switch (honee->phys->state_var) { in DivDiffFluxProjectionCreateRHS_Direct_NS() 293 switch (honee->phys->state_var) { in DivDiffFluxProjectionCreateRHS_Indirect_NS() 335 switch (honee->phys->state_var) { in BoundaryIntegralBCSetup_CreateIFunctionQF() 356 switch (honee->phys->state_var) { in BoundaryIntegralBCSetup_CreateIJacobianQF() 491 honee->phys->implicit = implicit; in NS_NEWTONIAN_IG() 492 honee->phys->state_var = state_var; in NS_NEWTONIAN_IG() 628 honee_bc->num_comps_jac_data = honee->phys->implicit ? 11 : 0; in NS_NEWTONIAN_IG()
|
| H A D | stg_shur14.c | 269 .is_implicit = honee->phys->implicit, in SetupStg() 321 honee_bc->num_comps_jac_data = honee->phys->implicit ? 11 : 0; in SetupStg() 334 PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys) { in SetupStrongStg() argument 339 switch (phys->state_var) { in SetupStrongStg()
|
| H A D | blasius.c | 198 blasius_ctx->implicit = honee->phys->implicit; in NS_BLASIUS() 225 …PetscCheck((honee->phys->state_var == STATEVAR_CONSERVATIVE) || (honee->app_ctx->test_type == TEST… in NS_BLASIUS()
|
| H A D | gaussianwave.c | 73 switch (honee->phys->state_var) { in NS_GAUSSIAN_WAVE()
|
| H A D | shocktube.c | 97 honee->phys->implicit = implicit; in NS_SHOCKTUBE()
|
| H A D | bc_freestream.c | 32 switch (honee->phys->state_var) { in FreestreamBCSetup_CreateIFunctionQF() 76 switch (honee->phys->state_var) { in FreestreamBCSetup_CreateIJacobianQF() 160 .num_comps_jac_data = honee->phys->implicit ? 5 : 0, in FreestreamBCSetup()
|
| H A D | sgs_dd_model.c | 147 switch (honee->phys->state_var) { in SgsDDSetupNodalEvaluation_Fused() 397 switch (honee->phys->state_var) { in SgsDDSetupNodalEvaluation_Sequential() 515 switch (honee->phys->state_var) { in SgsSetupNodalIFunction() 662 …PetscCall(VelocityGradientProjectionSetup(ceed, honee, problem, honee->phys->state_var, elem_restr… in SgsDDSetup()
|
| H A D | eulervortex.c | 134 honee->phys->implicit = implicit; in NS_EULER_VORTEX()
|
| /honee/src/ ! |
| H A D | setupdm.c | 74 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys)… in SetUpDM() argument 85 if (use_strongstg) PetscCall(SetupStrongStg(dm, problem, phys)); in SetUpDM() 123 PetscErrorCode VizRefineDM(DM dm, Honee honee, ProblemData problem, Physics phys) { in VizRefineDM() argument 142 PetscCall(SetUpDM(dm_hierarchy[i + 1], problem, d, q_order, phys)); in VizRefineDM()
|
| H A D | setupts.c | 40 if (honee->phys->solution_time_label) in RHS_NS() 41 …PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_rhs_ctx->op, honee->phys->solution_time… in RHS_NS() 43 if (honee->phys->timestep_size_label) in RHS_NS() 44 …PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_rhs_ctx->op, honee->phys->timestep_size… in RHS_NS() 129 …if (honee->phys->solution_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_i… in IFunction_NS() 131 …if (honee->phys->timestep_size_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_i… in IFunction_NS() 410 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… in TSSolve_NS() argument 419 if (phys->implicit) { in TSSolve_NS() 497 …if (app_ctx->test_type == TESTTYPE_NONE) PetscCall(PrintRunInfo(honee, honee->phys, problem, *ts)); in TSSolve_NS()
|
| H A D | strong_boundary_conditions.c | 12 PetscErrorCode SetupStrongSTG_Ceed(Ceed ceed, Honee honee, DM dm, ProblemData problem, Physics phys… in SetupStrongSTG_Ceed() argument 176 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_strong_bc, "solution time", &phys->stg_sol… in SetupStrongSTG_Ceed() 194 if (honee->phys->stg_solution_time_label) { in DMPlexInsertBoundaryValues_StrongBCCeed() 195 …e->ceed, CeedOperatorSetContextDouble(honee->op_strong_bc_ctx->op, honee->phys->stg_solution_time_… in DMPlexInsertBoundaryValues_StrongBCCeed() 232 PetscCall(SetupStrongSTG_Ceed(ceed, honee, dm, problem, honee->phys, op_strong_bc)); in SetupStrongBC_Ceed()
|
| H A D | setuplibceed.c | 154 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_ics, "evaluation time", &honee->phys->ics_… in SetupLibceed() 249 if (!honee->phys->implicit) { // RHS in SetupLibceed() 259 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_rhs, "solution time", &honee->phys->soluti… in SetupLibceed() 260 …PetscCallCeed(ceed, CeedOperatorGetContextFieldLabel(op_rhs, "timestep size", &honee->phys->timest… in SetupLibceed() 278 …peratorGetContextFieldLabel(honee->op_ifunction, "solution time", &honee->phys->solution_time_labe… in SetupLibceed() 279 …peratorGetContextFieldLabel(honee->op_ifunction, "timestep size", &honee->phys->timestep_size_labe… in SetupLibceed()
|
| H A D | honee.c | 31 …PetscCall(PetscCalloc4(1, &honee_->app_ctx, 1, &honee_->problem_data, 1, &honee_->phys, 1, &honee_… in HoneeInit() 116 PetscCall(PetscFree4(honee_->app_ctx, honee_->problem_data, honee_->phys, honee_->units)); in HoneeDestroy()
|
| H A D | monitor_cfl.c | 65 switch (honee->phys->state_var) { in SetupMontiorCfl() 78 switch (honee->phys->state_var) { in SetupMontiorCfl() 92 …ion for dim %" PetscInt_FMT " and state variable %s", dim, StateVariables[honee->phys->state_var]); in SetupMontiorCfl()
|
| H A D | misc.c | 22 …if (honee->phys->ics_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ics_ct… in ICs_FixMultiplicity()
|
| H A D | monitor_totalkineticenergy.c | 83 switch (honee->phys->state_var) { in SetupMontiorTotalKineticEnergy()
|
| H A D | differential_filter.c | 37 switch (honee->phys->state_var) { in DifferentialFilterCreateOperators()
|
| /honee/include/ ! |
| H A D | navierstokes.h | 161 Physics phys; member 287 PetscErrorCode TSSolve_NS(DM dm, Honee honee, AppCtx app_ctx, Physics phys, ProblemData problem, Ve… 294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys); 295 PetscErrorCode VizRefineDM(DM dm, Honee honee, ProblemData problem, Physics phys);
|
| /honee/src/spanstats/ ! |
| H A D | cflpe.c | 38 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator() 54 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator() 72 StateVariables[honee->phys->state_var]); in CreateStatisticCollectionOperator()
|
| H A D | turbulence.c | 35 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator()
|
| /honee/examples/ ! |
| H A D | navierstokes.c | 30 Physics phys_ctx = honee->phys; in main()
|