Searched refs:op_sgs_dd_inference (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 207 CeedOperator op_sgs_dd_inference; in SgsDDSetupNodalEvaluation_Sequential_Ceed() local 219 …tscCallCeed(ceed, CeedOperatorCreate(ceed, qf_sgs_dd_inference, NULL, NULL, &op_sgs_dd_inference)); in SgsDDSetupNodalEvaluation_Sequential_Ceed() 220 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inference, "model inputs", elem_restr_dd_inputs… in SgsDDSetupNodalEvaluation_Sequential_Ceed() 222 …CeedOperatorSetField(op_sgs_dd_inference, "inverse multiplicity", elem_restr_inv_multiplicity, CEE… in SgsDDSetupNodalEvaluation_Sequential_Ceed() 223 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inference, "model outputs", elem_restr_dd_outpu… in SgsDDSetupNodalEvaluation_Sequential_Ceed() 225 …reate(sgs_dd_data->dm_dd_inputs, sgs_dd_data->dm_dd_outputs, ceed, op_sgs_dd_inference, NULL, NULL… in SgsDDSetupNodalEvaluation_Sequential_Ceed() 229 PetscCallCeed(ceed, CeedOperatorDestroy(&op_sgs_dd_inference)); in SgsDDSetupNodalEvaluation_Sequential_Ceed()
|