Home
last modified time | relevance | path

Searched defs:q_extra (Results 1 – 6 of 6) sorted by relevance

/honee/src/
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 …cBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_extra, in DMSetupByOrderBegin_FEM()
1162 …cBool setup_faces, PetscBool setup_coords, PetscInt degree, PetscInt coord_order, PetscInt q_extra, in DMSetupByOrder_FEM()
/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
/honee/src/smartsim/
H A Dsgs_dd_training.c60 …TrainingCreateDM(DM dm_source, DM *dm_dd_training, PetscInt degree, PetscInt q_extra, PetscInt *nu… in SGS_DD_TrainingCreateDM()
/honee/include/
H A Dnavierstokes.h82 PetscInt q_extra; member