Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c14 DM dm_sgs, dm_dd_inputs, dm_dd_outputs; member
38 PetscCall(DMDestroy(&sgs_dd_data_->dm_sgs)); in SgsDDDataDestroy()
74 static PetscErrorCode SgsDDCreateDM(DM dm_source, DM *dm_sgs, PetscInt degree, PetscInt q_extra, Pe… in SgsDDCreateDM() argument
80 PetscCall(DMClone(dm_source, dm_sgs)); in SgsDDCreateDM()
81 PetscCall(DMSetMatrixPreallocateSkip(*dm_sgs, PETSC_TRUE)); in SgsDDCreateDM()
82 PetscCall(PetscObjectSetName((PetscObject)*dm_sgs, "Subgrid Stress Projection")); in SgsDDCreateDM()
84 …scCall(DMSetupByOrder_FEM(PETSC_TRUE, PETSC_TRUE, degree, 1, q_extra, 1, num_components, *dm_sgs)); in SgsDDCreateDM()
86 PetscCall(DMGetLocalSection(*dm_sgs, &section)); in SgsDDCreateDM()
140 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFA… in SgsDDSetupNodalEvaluation_Fused()
143 …PetscCall(GetInverseMultiplicity(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE… in SgsDDSetupNodalEvaluation_Fused()
[all …]