Home
last modified time | relevance | path

Searched defs:degree (Results 1 – 9 of 9) sorted by relevance

/honee/src/ !
H A Dvelocity_gradient_projection.c12 …ocityGradientProjectionCreateDM(NodalProjectionData grad_velo_proj, Honee honee, PetscInt degree) { in VelocityGradientProjectionCreateDM()
H A Dsetupdm.c74 PetscErrorCode SetUpDM(DM dm, ProblemData problem, PetscInt degree, PetscInt q_extra, Physics phys)… in SetUpDM()
H A Ddiff_flux_projection.c24 …PetscInt height = 0, dm_field = 0, dim, degree = honee->app_ctx->degree, q_extra … in DivDiffFluxProjectionCreate() local
H A Ddm-utils.c1069 …SetupByOrderBegin_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coo… in DMSetupByOrderBegin_FEM()
1162 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P… in DMSetupByOrder_FEM()
/honee/src/spanstats/ !
H A Dspanstats.c39 …ode SpanwiseStatisticssCreateDM(Honee honee, SpanStatsCtx spanstats, PetscInt degree, PetscInt num… in SpanwiseStatisticssCreateDM()
354 PetscErrorCode SpanwiseStatisticsSetupInitialize(Honee honee, PetscInt degree, PetscInt num_comps, … in SpanwiseStatisticsSetupInitialize()
/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()
325 PetscInt degree, q_extra; in SgsDDSetupNodalEvaluation_Sequential() local
H A Dnewtonian.c373 CeedInt degree = honee->app_ctx->degree; in NS_NEWTONIAN_IG() local
/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()
/honee/include/ !
H A Dnavierstokes.h81 PetscInt degree; member