Home
last modified time | relevance | path

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

/honee/src/
H A Ddiff_flux_projection.c198 CeedElemRestriction elem_restr_diff_flux, elem_restr_qd; in DivDiffFluxProjectionSetup_Indirect() local
207 … projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_diff_flux)); in DivDiffFluxProjectionSetup_Indirect()
228 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "u", elem_restr_diff_flux, basis_diff_flux, CEED… in DivDiffFluxProjectionSetup_Indirect()
230 …PetscCallCeed(ceed, CeedOperatorSetField(op_mass, "v", elem_restr_diff_flux, basis_diff_flux, CEED… in DivDiffFluxProjectionSetup_Indirect()
295 …eed(ceed, CeedOperatorSetField(op_calc_divergence, "Grad F_diff", elem_restr_diff_flux, basis_diff… in DivDiffFluxProjectionSetup_Indirect()
310 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux)); in DivDiffFluxProjectionSetup_Indirect()
H A Dsetuplibceed.c105 CeedElemRestriction elem_restr_diff_flux = NULL; in SetupLibceed() local
133 …DivDiffFluxProjectionGetOperatorFieldData(honee->diff_flux_proj, &elem_restr_diff_flux, &basis_dif… in SetupLibceed()
183 …PetscCallCeed(ceed, CeedOperatorSetField(op_rhs_vol, "div F_diff", elem_restr_diff_flux, basis_dif… in SetupLibceed()
215 …PetscCallCeed(ceed, CeedOperatorSetField(op_ifunction_vol, "div F_diff", elem_restr_diff_flux, bas… in SetupLibceed()
300 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux)); in SetupLibceed()
/honee/problems/
H A Dadvection.c302 CeedElemRestriction elem_restr_diff_flux, elem_restr_qd, elem_restr_q; in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif() local
324 … projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_diff_flux)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
346 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "F_diff RHS", elem_restr_diff_flux, basis_diff_f… in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
354 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux)); in DivDiffFluxProjectionCreateRHS_Indirect_AdvDif()
H A Dnewtonian.c268 CeedElemRestriction elem_restr_diff_flux, elem_restr_qd, elem_restr_q; in DivDiffFluxProjectionCreateRHS_Indirect_NS() local
289 … projection->dm, DMLABEL_DEFAULT, DMLABEL_DEFAULT_VALUE, height, dm_field, &elem_restr_diff_flux)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()
315 …PetscCallCeed(ceed, CeedOperatorSetField(*op_rhs, "F_diff RHS", elem_restr_diff_flux, basis_diff_f… in DivDiffFluxProjectionCreateRHS_Indirect_NS()
322 PetscCallCeed(ceed, CeedElemRestrictionDestroy(&elem_restr_diff_flux)); in DivDiffFluxProjectionCreateRHS_Indirect_NS()