Searched refs:qf_sgs_dd_outputs (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 437 CeedQFunction qf_sgs_dd_outputs; in SgsDDSetupNodalEvaluation_Sequential() local 441 &qf_sgs_dd_outputs)); in SgsDDSetupNodalEvaluation_Sequential() 442 PetscCallCeed(ceed, CeedQFunctionSetContext(qf_sgs_dd_outputs, sgs_dd_setup_data->sgsdd_qfctx)); in SgsDDSetupNodalEvaluation_Sequential() 443 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_outputs, "model outputs", sgs_dd_data->num_com… in SgsDDSetupNodalEvaluation_Sequential() 444 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_outputs, "anisotropy tensor", num_comp_grid_an… in SgsDDSetupNodalEvaluation_Sequential() 445 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_outputs, "inverse multiplicity", 1, CEED_EVAL_… in SgsDDSetupNodalEvaluation_Sequential() 446 …PetscCallCeed(ceed, CeedQFunctionAddInput(qf_sgs_dd_outputs, "eigenvectors", num_comp_eigvec, CEED… in SgsDDSetupNodalEvaluation_Sequential() 447 …PetscCallCeed(ceed, CeedQFunctionAddOutput(qf_sgs_dd_outputs, "km_sgs", sgs_dd_data->num_comp_sgs,… in SgsDDSetupNodalEvaluation_Sequential() 449 … PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_sgs_dd_outputs, NULL, NULL, &op_sgs_dd_outputs)); in SgsDDSetupNodalEvaluation_Sequential() 461 PetscCallCeed(ceed, CeedQFunctionDestroy(&qf_sgs_dd_outputs)); in SgsDDSetupNodalEvaluation_Sequential()
|