Home
last modified time | relevance | path

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

12

/honee/examples/
H A DstdoutParsing.py10 …r".*(?:^Degree of FEM Space: (\d+)).*(?:^Global FEM nodes: (\d{2,})).*(?:^dm_plex_box_faces: (\S+)…
26 Values of "dofs", "time", "error", "degree", and "box_faces"'
33 values["degree"] = match[1]
H A Dconv_test.sh7 run_flags[degree]=2
27 echo ",mesh_res,degree,rel_error" > $file_name
31 run_flags[degree]=$d
H A Dnavierstokes.c8 // ./navierstokes -ceed /gpu/cuda -problem advection -degree 1
100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main()
200 …tput/gaussianwave-explicit.bin -dm_plex_box_faces 2,2,1 -ts_max_steps 5 -degree 3 -implicit false …
201 …stent mass") -ceed {ceed_resource} -test_type solver -problem advection -degree 3 -dm_plex_box_fac…
202 ….5547002,0.83205029,0 -advection_ic_type skew -dm_plex_box_faces 2,1,1 -degree 2 -stab supg -stab…
207 …/output/gaussianwave-shell.bin -dm_plex_box_faces 2,2,1 -ts_max_steps 5 -degree 3 -amat_type shell…
221 //TESTARGS(name="Density Current, explicit") -ceed {ceed_resource} -test_type solver -degree 3 -q_e…
222 …t, implicit, no stabilization") -ceed {ceed_resource} -test_type solver -degree 3 -dm_plex_box_fac…
223 …eed_resource} -test_type solver -problem advection -CtauS .3 -stab supg -degree 3 -dm_plex_box_fac…
224 …{ceed_resource} -test_type solver -problem advection -CtauS .3 -stab su -degree 3 -dm_plex_box_fac…
[all …]
H A Dblasius.yaml14 degree: 1
23 # degree: 2
H A Dconv_plot.py44 for group in runs.groupby('degree'):
47 p = data['degree'].values[0]
H A Dchannel.yaml16 degree: 1
H A Dadvection_wave.yaml4 degree: 1
H A Dadvection.yaml4 degree: 2
H A Dadvection_bl.yaml4 degree: 1
H A Dtaylor_green_vortex.yaml24 degree: 2
H A Dflatplate_STG.yaml29 degree: 1
H A Dvortexshedding.yaml43 degree: 3
/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, …
/honee/src/
H A Dcloptions.c150 app_ctx->degree = 1; in ProcessCommandLineOptions()
151 …PetscCall(PetscOptionsInt("-degree", "Polynomial degree of finite elements", NULL, app_ctx->degree in ProcessCommandLineOptions()
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 Ddm-utils.c371 @brief Setup `DM` with FE space of appropriate degree
1054 @brief Setup `DM` with FE space of appropriate degree
1060 @param[in] degree Polynomial orders of field
1069 …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()
1147 @brief Setup `DM` with FE space of appropriate degree with no boundary conditions
1153 @param[in] degree Polynomial orders of field
1162 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P… in DMSetupByOrder_FEM() argument
[all …]
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()
/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
326 { // Get degree and number of quadrature points from dm_sgs in SgsDDSetupNodalEvaluation_Sequential()
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()
/honee/tests/
H A Dchannel_divdiff_verify.yaml32 degree: 1
/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`
/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()
/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()

12