| /honee/examples/ |
| H A D | conv_test.sh | 7 run_flags[degree]=2 31 run_flags[degree]=$d
|
| H A D | navierstokes.c | 100 PetscCall(SetUpDM(dm, problem, app_ctx->degree, app_ctx->q_extra, phys_ctx)); in main()
|
| /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() 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 | cloptions.c | 150 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 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()
|
| H A D | dm-utils.c | 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() 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 D | differential_filter.c | 221 …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 D | grid_anisotropy_tensor.c | 32 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… 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/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, …
|
| H A D | navierstokes.h | 81 PetscInt degree; member 294 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys);
|
| /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 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()
|
| H A D | advection.c | 408 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 D | stg_shur14.c | 243 … 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 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()
|
| H A D | cflpe.c | 160 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, 6, prefix, &stats_setup… in SpanwiseStatisticsSetup_CflPe()
|
| H A D | turbulence.c | 162 …PetscCall(SpanwiseStatisticsSetupInitialize(honee, honee->app_ctx->degree, TURB_NUM_COMPONENTS, pr… in SpanwiseStatisticsSetup_Turbulence()
|
| /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()
|
| /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`
|
| H A D | theory.md | 91 …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 D | auxiliary.md | 29 …e product of 2 or more solution functions, which results in functions of degree higher than the pa…
|
| H A D | examples.md | 177 ./navierstokes -problem density_current -dm_plex_box_faces 16,1,8 -degree 1 -dm_plex_box_lower 0,0,…
|