| /honee/examples/ |
| H A D | stdoutParsing.py | 10 …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 D | conv_test.sh | 7 run_flags[degree]=2 27 echo ",mesh_res,degree,rel_error" > $file_name 31 run_flags[degree]=$d
|
| H A D | navierstokes.c | 8 // ./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 D | blasius.yaml | 14 degree: 1 23 # degree: 2
|
| H A D | conv_plot.py | 44 for group in runs.groupby('degree'): 47 p = data['degree'].values[0]
|
| H A D | channel.yaml | 16 degree: 1
|
| H A D | advection_wave.yaml | 4 degree: 1
|
| H A D | advection.yaml | 4 degree: 2
|
| H A D | advection_bl.yaml | 4 degree: 1
|
| H A D | taylor_green_vortex.yaml | 24 degree: 2
|
| H A D | flatplate_STG.yaml | 29 degree: 1
|
| H A D | vortexshedding.yaml | 43 degree: 3
|
| /honee/include/ |
| H A D | dm-utils.h | 32 …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 D | spanstats.h | 33 PetscErrorCode SpanwiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, …
|
| /honee/src/ |
| H A D | cloptions.c | 150 app_ctx->degree = 1; in ProcessCommandLineOptions() 151 …PetscCall(PetscOptionsInt("-degree", "Polynomial degree of finite elements", NULL, app_ctx->degree… in ProcessCommandLineOptions()
|
| 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() 131 for (PetscInt i = 0, d = honee->app_ctx->degree; i < honee->app_ctx->viz_refine; i++) { in VizRefineDM()
|
| H A D | velocity_gradient_projection.c | 12 …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 D | dm-utils.c | 371 @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 D | diff_flux_projection.c | 24 …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 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 326 { // Get degree and number of quadrature points from dm_sgs in SgsDDSetupNodalEvaluation_Sequential() 333 PetscCall(PetscSpaceGetDegree(basis, °ree, 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 D | newtonian.c | 373 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 D | channel_divdiff_verify.yaml | 32 degree: 1
|
| /honee/doc/ |
| H A D | runtime_options.md | 26 * - `-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 D | spanstats.c | 39 …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 D | sgs_dd_training.c | 60 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()
|