Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c116 CeedOperator op_sgs_dd_nodal; in SgsDDSetupNodalEvaluation_Fused() local
172 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_sgs_dd_nodal, NULL, NULL, &op_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()
173 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "q", elem_restr_q, CEED_BASIS_NONE, hone… in SgsDDSetupNodalEvaluation_Fused()
174 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "x", elem_restr_x, basis_x_to_q, x_coord… in SgsDDSetupNodalEvaluation_Fused()
175 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "gradient velocity", elem_restr_grad_vel… in SgsDDSetupNodalEvaluation_Fused()
176 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "anisotropy tensor", sgs_dd_setup_data->… in SgsDDSetupNodalEvaluation_Fused()
178 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "inverse multiplicity", elem_restr_inv_m… in SgsDDSetupNodalEvaluation_Fused()
179 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_nodal, "km_sgs", elem_restr_sgs, CEED_BASIS_NON… in SgsDDSetupNodalEvaluation_Fused()
181 …torApplyContextCreate(grad_velo_proj->dm, sgs_dd_data->dm_sgs, ceed, op_sgs_dd_nodal, NULL, sgs_dd… in SgsDDSetupNodalEvaluation_Fused()
197 PetscCallCeed(ceed, CeedOperatorDestroy(&op_sgs_dd_nodal)); in SgsDDSetupNodalEvaluation_Fused()