Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c17 CeedVector sgs_nodal_ceed, grad_velo_ceed; member
32 PetscCallCeed(ceed, CeedVectorDestroy(&sgs_dd_data_->sgs_nodal_ceed)); in SgsDDDataDestroy()
141 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_sgs, &sgs_dd_data->sgs_nodal_ceed, … in SgsDDSetupNodalEvaluation_Fused()
181 …roj->dm, sgs_dd_data->dm_sgs, ceed, op_sgs_dd_nodal, NULL, sgs_dd_data->sgs_nodal_ceed, NULL, NULL, in SgsDDSetupNodalEvaluation_Fused()
380 …PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_sgs, &sgs_dd_data->sgs_nodal_ceed, … in SgsDDSetupNodalEvaluation_Sequential()
458 …ta->dm_dd_outputs, sgs_dd_data->dm_sgs, ceed, op_sgs_dd_outputs, NULL, sgs_dd_data->sgs_nodal_ceed, in SgsDDSetupNodalEvaluation_Sequential()
536 …p_sgs_apply, "km_sgs", sgs_dd_setup_data->elem_restr_sgs, basis_sgs, sgs_dd_data->sgs_nodal_ceed)); in SgsSetupNodalIFunction()
571 …PetscCall(VecPetscToCeed(SGSNodal_loc, &sgs_nodal_mem_type, sgs_dd_data->sgs_nodal_ceed)); // sgs… in SgsDDApplyIFunction()
575 PetscCall(VecCeedToPetsc(sgs_dd_data->sgs_nodal_ceed, sgs_nodal_mem_type, SGSNodal_loc)); in SgsDDApplyIFunction()