| /honee/include/ |
| H A D | dm-utils.h | 32 …cBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_extra, 35 …cBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_extra,
|
| H A D | navierstokes.h | 82 PetscInt q_extra; member 294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys);
|
| /honee/src/ |
| H A D | setupdm.c | 74 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys)… in SetUpDM() argument 80 …PetscCall(DMSetupByOrderBegin_FEM(PETSC_TRUE, PETSC_TRUE, degree, PETSC_DECIDE, q_extra, 1, &num_c… in SetUpDM() 138 PetscInt q_order = d + honee->app_ctx->q_extra; in VizRefineDM()
|
| H A D | cloptions.c | 153 app_ctx->q_extra = 0; in ProcessCommandLineOptions() 154 …PetscCall(PetscOptionsInt("-q_extra", "Number of extra quadrature points", NULL, app_ctx->q_extra,… in ProcessCommandLineOptions()
|
| H A D | diff_flux_projection.c | 24 … height = 0, dm_field = 0, dim, degree = honee->app_ctx->degree, q_extra = honee->app_ctx->q_extra; in DivDiffFluxProjectionCreate() local 48 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, &projection->num_comp,… in DivDiffFluxProjectionCreate() 79 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, &projection->num_comp,… in DivDiffFluxProjectionCreate()
|
| H A D | dm-utils.c | 1062 @param[in] q_extra Additional quadrature order 1069 …cBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_extra, in DMSetupByOrderBegin_FEM() argument 1071 PetscInt dim, q_order = degree + q_extra; in DMSetupByOrderBegin_FEM() 1083 PetscInt q_order = degree + q_extra; in DMSetupByOrderBegin_FEM() 1155 @param[in] q_extra Additional quadrature order 1162 …cBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_extra, in DMSetupByOrder_FEM() argument 1165 …PetscCall(DMSetupByOrderBegin_FEM(setup_faces, setup_coords, degree, coord_order, q_extra, num_fie… in DMSetupByOrder_FEM()
|
| H A D | velocity_gradient_projection.c | 22 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &grad_velo_pr… in VelocityGradientProjectionCreateDM()
|
| H A D | differential_filter.c | 221 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, diff_filter_->nu… in DifferentialFilterSetup() 231 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, diff_filter_->nu… in DifferentialFilterSetup()
|
| H A D | grid_anisotropy_tensor.c | 32 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &grid_aniso_p… in GridAnisotropyTensorProjectionSetupApply()
|
| H A D | misc.c | 349 const CeedInt num_P = honee->app_ctx->degree + 1, num_Q = num_P + honee->app_ctx->q_extra; in PrintRunInfo()
|
| /honee/examples/ |
| H A D | channel.yaml | 11 q_extra: 2
|
| H A D | navierstokes.c | 100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main() 221 …y Current, explicit") -ceed {ceed_resource} -test_type solver -degree 3 -q_extra 2 -dm_plex_box_fa… 228 …-ceed {ceed_resource} -test_type solver -problem euler_vortex -degree 3 -q_extra 2 -dm_plex_box_fa… 229 …") -ceed {ceed_resource} -test_type solver -problem shocktube -degree 1 -q_extra 2 -dm_plex_box_fa…
|
| /honee/problems/ |
| H A D | sgs_dd_model.c | 74 static PetscErrorCode SgsDDCreateDM(DM dm_source, DM *dm_sgs, PetscInt degree, PetscInt q_extra, Pe… in SgsDDCreateDM() argument 84 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, num_components, *dm_sg… in SgsDDCreateDM() 325 PetscInt degree, q_extra; in SgsDDSetupNodalEvaluation_Sequential() local 336 q_extra = degree - num_qpnts; in SgsDDSetupNodalEvaluation_Sequential() 342 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, &sgs_dd_data->num_comp… in SgsDDSetupNodalEvaluation_Sequential() 355 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, &sgs_dd_data->num_comp… in SgsDDSetupNodalEvaluation_Sequential() 698 …honee->dm, &sgs_dd_data->dm_sgs, honee->app_ctx->degree, honee->app_ctx->q_extra, &sgs_dd_data->nu… in SgsDDSetup()
|
| /honee/src/smartsim/ |
| H A D | sgs_dd_training.c | 60 …ningCreateDM(DM dm_source, DM *dm_dd_training, PetscInt degree, PetscInt q_extra, PetscInt *num_co… in SGS_DD_TrainingCreateDM() argument 70 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, num_components, *dm_dd… in SGS_DD_TrainingCreateDM() 199 …CreateDM(honee->dm, &sgs_dd_train->dm_dd_training, honee->app_ctx->degree, honee->app_ctx->q_extra, in SGS_DD_TrainingSetup()
|
| /honee/doc/ |
| H A D | runtime_options.md | 30 * - `-q_extra`
|
| /honee/src/spanstats/ |
| H A D | spanstats.c | 110 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &spanstats->n… in SpanwiseStatisticssCreateDM()
|