Home
last modified time | relevance | path

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

/honee/examples/
H A Dconv_test.sh7 run_flags[degree]=2
31 run_flags[degree]=$d
H A Dnavierstokes.c100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main()
/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()
131 for (PetscInt i = 0, d = honee->app_ctx->degree; i < honee->app_ctx->viz_refine; i++) { in VizRefineDM()
H A Dvelocity_gradient_projection.c12 …ocityGradientProjectionCreateDM(NodalProjectionData grad_velo_proj, Honee honee, PetscInt degree) { in VelocityGradientProjectionCreateDM() argument
22 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in VelocityGradientProjectionCreateDM()
50 PetscCall(VelocityGradientProjectionCreateDM(grad_velo_proj, honee, honee->app_ctx->degree)); in VelocityGradientProjectionSetup()
H A Dcloptions.c150 app_ctx->degree = 1; in ProcessCommandLineOptions()
151 …"-degree", "Polynomial degree of finite elements", NULL, app_ctx->degree, &app_ctx->degree, NULL)); in ProcessCommandLineOptions()
H A Ddiff_flux_projection.c24 …PetscInt height = 0, dm_field = 0, dim, degree = honee->app_ctx->degree, 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.c1069 …ByOrderBegin_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_or… 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()
1085 PetscCall(PetscFECreateLagrange(comm, dim, field_sizes[i], is_simplex, degree, q_order, &fe)); in DMSetupByOrderBegin_FEM()
1162 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P… in DMSetupByOrder_FEM() argument
1165 …PetscCall(DMSetupByOrderBegin_FEM(setup_faces, setup_coords, degree, coord_order, q_extra, num_fie… in DMSetupByOrder_FEM()
H A Ddifferential_filter.c221 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in DifferentialFilterSetup()
231 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in DifferentialFilterSetup()
H A Dgrid_anisotropy_tensor.c32 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… 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/include/
H A Ddm-utils.h32 …ByOrderBegin_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_or…
35 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P…
H A Dspanstats.h33 PetscErrorCode SpanwiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, …
H A Dnavierstokes.h81 PetscInt degree; member
294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys);
/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
333 PetscCall(PetscSpaceGetDegree(basis, &degree, NULL)); in SgsDDSetupNodalEvaluation_Sequential()
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 …PetscCall(SgsDDCreateDM(honee->dm, &sgs_dd_data->dm_sgs, honee->app_ctx->degree, honee->app_ctx->q… in SgsDDSetup()
H A Dnewtonian.c373 CeedInt degree = honee->app_ctx->degree; in NS_NEWTONIAN_IG() local
400 .Ctau_v = Cv_func[(CeedInt)Min(3, degree) - 1], in NS_NEWTONIAN_IG()
401 .Ctau_C = 0.25 / degree, in NS_NEWTONIAN_IG()
402 .Ctau_M = 0.25 / degree, in NS_NEWTONIAN_IG()
H A Dadvection.c408 CeedScalar Ctau_a = PetscPowScalarInt(honee->app_ctx->degree, 2); in NS_ADVECTION()
409 CeedScalar Ctau_d = PetscPowScalarInt(honee->app_ctx->degree, 4); in NS_ADVECTION()
H A Dstg_shur14.c243 … u0 = 0.0, alpha = 1.01, stg_dx = -1, stg_h_scale_factor = 1 / honee->app_ctx->degree; in SetupStg()
/honee/src/spanstats/
H A Dspanstats.c39 …panwiseStatisticssCreateDM(Honee honee, SpanStatsCtx spanstats, PetscInt degree, PetscInt num_comp… in SpanwiseStatisticssCreateDM() argument
110 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in SpanwiseStatisticssCreateDM()
354 PetscErrorCode SpanwiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, … in SpanwiseStatisticsSetupInitialize() argument
371 PetscCall(SpanwiseStatisticssCreateDM(honee, spanstats_, degree, num_comps)); in SpanwiseStatisticsSetupInitialize()
H A Dcflpe.c160 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, 6, prefix, &stats_setup… in SpanwiseStatisticsSetup_CflPe()
H A Dturbulence.c162 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, TURB_NUM_COMPONENTS, pr… in SpanwiseStatisticsSetup_Turbulence()
/honee/src/smartsim/
H A Dsgs_dd_training.c60 static PetscErrorCode SGS_DD_TrainingCreateDM(DM dm_source, DM *dm_dd_training, PetscInt degree, Pe… 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 …ainingCreateDM(honee->dm, &sgs_dd_train->dm_dd_training, honee->app_ctx->degree, honee->app_ctx->q… in SGS_DD_TrainingSetup()
/honee/doc/
H A Druntime_options.md26 * - `-degree`
27 - Polynomial degree of tensor product basis (must be >= 1)
420 - `36, 60, 128 for degree = 1, 2, 3`
H A Dtheory.md91 …N_e \}$ a mapped space of polynomials containing at least polynomials of degree $p$ (with or witho…
165 …ndition number that grows with the diameter of the domain and polynomial degree of the approximati…
H A Dauxiliary.md29 …e product of 2 or more solution functions, which results in functions of degree higher than the pa…
H A Dexamples.md177 ./navierstokes -problem density_current -dm_plex_box_faces 16,1,8 -degree 1 -dm_plex_box_lower 0,0,…