Home
last modified time | relevance | path

Searched refs:phys (Results 1 – 25 of 26) sorted by relevance

12

/honee/problems/ !
H A Dchannel.c21 …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 Dbc_outflow.c34 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 Dbc_slip.c23 switch (honee->phys->state_var) { in SlipBCSetup_CreateIFunctionQF()
44 switch (honee->phys->state_var) { in SlipBCSetup_CreateIJacobianQF()
H A Dstg_shur14.h13 extern PetscErrorCode SetupStrongStg(DM dm, ProblemData problem, Physics phys);
H A Dnewtonian.c133 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 Dstg_shur14.c269 .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 Dblasius.c198 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 Dgaussianwave.c73 switch (honee->phys->state_var) { in NS_GAUSSIAN_WAVE()
H A Dshocktube.c97 honee->phys->implicit = implicit; in NS_SHOCKTUBE()
H A Dbc_freestream.c32 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 Dsgs_dd_model.c147 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 Deulervortex.c134 honee->phys->implicit = implicit; in NS_EULER_VORTEX()
/honee/src/ !
H A Dsetupdm.c74 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 Dsetupts.c40 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 Dstrong_boundary_conditions.c12 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 Dsetuplibceed.c154 …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 Dhonee.c31 …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 Dmonitor_cfl.c65 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 Dmisc.c22 …if (honee->phys->ics_time_label) PetscCallCeed(ceed, CeedOperatorSetContextDouble(honee->op_ics_ct… in ICs_FixMultiplicity()
H A Dmonitor_totalkineticenergy.c83 switch (honee->phys->state_var) { in SetupMontiorTotalKineticEnergy()
H A Ddifferential_filter.c37 switch (honee->phys->state_var) { in DifferentialFilterCreateOperators()
/honee/include/ !
H A Dnavierstokes.h161 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 Dcflpe.c38 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 Dturbulence.c35 switch (honee->phys->state_var) { in CreateStatisticCollectionOperator()
/honee/examples/ !
H A Dnavierstokes.c30 Physics phys_ctx = honee->phys; in main()

12