Home
last modified time | relevance | path

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

/honee/problems/
H A Dsgs_dd_model.c395 CeedOperator op_sgs_dd_inputs; in SgsDDSetupNodalEvaluation_Sequential() local
420 PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_sgs_dd_inputs, NULL, NULL, &op_sgs_dd_inputs)); in SgsDDSetupNodalEvaluation_Sequential()
421 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "q", elem_restr_q, CEED_BASIS_NONE, hon… in SgsDDSetupNodalEvaluation_Sequential()
422 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "gradient velocity", elem_restr_grad_ve… in SgsDDSetupNodalEvaluation_Sequential()
423 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "anisotropy tensor", sgs_dd_setup_data-… in SgsDDSetupNodalEvaluation_Sequential()
426 …CeedOperatorSetField(op_sgs_dd_inputs, "inverse multiplicity", elem_restr_inv_multiplicity, CEED_B… in SgsDDSetupNodalEvaluation_Sequential()
427 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "eigenvectors", elem_restr_eigvec, CEED… in SgsDDSetupNodalEvaluation_Sequential()
428 …PetscCallCeed(ceed, CeedOperatorSetField(op_sgs_dd_inputs, "model inputs", elem_restr_dd_inputs, C… in SgsDDSetupNodalEvaluation_Sequential()
430 …yContextCreate(grad_velo_proj->dm, sgs_dd_data->dm_dd_inputs, ceed, op_sgs_dd_inputs, NULL, NULL, … in SgsDDSetupNodalEvaluation_Sequential()
432 PetscCallCeed(ceed, CeedOperatorDestroy(&op_sgs_dd_inputs)); in SgsDDSetupNodalEvaluation_Sequential()