Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c25 static PetscErrorCode SgsDDDataDestroy(SgsDDData *sgs_dd_data) { in SgsDDDataDestroy() argument
26 SgsDDData sgs_dd_data_ = *sgs_dd_data; in SgsDDDataDestroy()
43 *sgs_dd_data = NULL; in SgsDDDataDestroy()
99 SgsDDData sgs_dd_data; in SgsDDNodalStressEval_Fused() local
103 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDNodalStressEval_Fused()
106 …PetscCall(ApplyCeedOperatorGlobalToLocal(VelocityGradient, SGSNodal_loc, sgs_dd_data->op_nodal_eva… in SgsDDNodalStressEval_Fused()
114 SgsDDData sgs_dd_data; in SgsDDSetupNodalEvaluation_Fused() local
130 PetscCall(HoneeGetContainer(honee, SGS_DD_DATA_KEY, &sgs_dd_data)); in SgsDDSetupNodalEvaluation_Fused()
140 …PetscCall(DMPlexCeedElemRestrictionCreate(ceed, sgs_dd_data->dm_sgs, DMLABEL_DEFAULT, DMLABEL_DEFA… in SgsDDSetupNodalEvaluation_Fused()
141 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_sgs, &sgs_dd_data->sgs_nodal_ceed, … in SgsDDSetupNodalEvaluation_Fused()
[all …]