Home
last modified time | relevance | path

Searched refs:DMSetupByOrder_FEM (Results 1 – 9 of 9) sorted by relevance

/honee/include/
H A Ddm-utils.h35 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P…
/honee/src/
H A Ddiff_flux_projection.c48 …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 Ddifferential_filter.c221 …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 Dvelocity_gradient_projection.c22 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in VelocityGradientProjectionCreateDM()
H A Dgrid_anisotropy_tensor.c32 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in GridAnisotropyTensorProjectionSetupApply()
H A Ddm-utils.c1162 PetscErrorCode DMSetupByOrder_FEM(PetscBool setup_faces, PetscBool setup_coords, PetscInt degree, P… in DMSetupByOrder_FEM() function
/honee/problems/
H A Dsgs_dd_model.c84 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, num_components, *dm_sg… in SgsDDCreateDM()
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()
/honee/src/smartsim/
H A Dsgs_dd_training.c70 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, num_components, *dm_dd… in SGS_DD_TrainingCreateDM()
/honee/src/spanstats/
H A Dspanstats.c110 …PetscCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, honee->app_ctx->degree, 1, honee->app_ctx->q_… in SpanwiseStatisticssCreateDM()