Home
last modified time | relevance | path

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

/honee/src/
H A Ddiff_flux_projection.c255 CeedOperator op_calc_divergence; in DivDiffFluxProjectionSetup_Indirect() local
294 …PetscCallCeed(ceed, CeedOperatorCreate(ceed, qf_calc_divergence, NULL, NULL, &op_calc_divergence)); in DivDiffFluxProjectionSetup_Indirect()
295 …PetscCallCeed(ceed, CeedOperatorSetField(op_calc_divergence, "Grad F_diff", elem_restr_diff_flux, … in DivDiffFluxProjectionSetup_Indirect()
296 …PetscCallCeed(ceed, CeedOperatorSetField(op_calc_divergence, "qdata", elem_restr_qd, CEED_BASIS_NO… in DivDiffFluxProjectionSetup_Indirect()
297 …PetscCallCeed(ceed, CeedOperatorSetField(op_calc_divergence, "Div F_diff", elem_restr_div_diff_flu… in DivDiffFluxProjectionSetup_Indirect()
300 …PetscCall(OperatorApplyContextCreate(projection->dm, NULL, ceed, op_calc_divergence, NULL, CEED_VE… in DivDiffFluxProjectionSetup_Indirect()
305 PetscCallCeed(ceed, CeedOperatorDestroy(&op_calc_divergence)); in DivDiffFluxProjectionSetup_Indirect()