Home
last modified time | relevance | path

Searched full:q_extra (Results 1 – 16 of 16) sorted by relevance

/honee/include/
H A Ddm-utils.h32 …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 Dnavierstokes.h82 PetscInt q_extra; member
294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys);
/honee/src/
H A Dsetupdm.c74 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 Dcloptions.c153 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 Ddiff_flux_projection.c24 … 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 Ddm-utils.c1062 @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 Dvelocity_gradient_projection.c22 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &grad_velo_pr… in VelocityGradientProjectionCreateDM()
H A Ddifferential_filter.c221 …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 Dgrid_anisotropy_tensor.c32 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &grid_aniso_p… in GridAnisotropyTensorProjectionSetupApply()
H A Dmisc.c349 const CeedInt num_P = honee->app_ctx->degree + 1, num_Q = num_P + honee->app_ctx->q_extra; in PrintRunInfo()
/honee/examples/
H A Dchannel.yaml11 q_extra: 2
H A Dnavierstokes.c100 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 Dsgs_dd_model.c74 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 Dsgs_dd_training.c60 …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 Druntime_options.md30 * - `-q_extra`
/honee/src/spanstats/
H A Dspanstats.c110 …r_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_extra, 1, &spanstats->n… in SpanwiseStatisticssCreateDM()