Home
last modified time | relevance | path

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

/honee/src/
H A Ddiff_flux_projection.c215 PetscCheck(diff_flux_proj->CreateRHSOperator_Indirect, comm, PETSC_ERR_ARG_WRONGSTATE, in DivDiffFluxProjectionSetup_Indirect()
217 PetscCall(diff_flux_proj->CreateRHSOperator_Indirect(honee, diff_flux_proj, &op_rhs)); in DivDiffFluxProjectionSetup_Indirect()
/honee/include/
H A Dnavierstokes.h134 PetscErrorCode (*CreateRHSOperator_Indirect)(Honee, DivDiffFluxProjectionData, CeedOperator *); member
/honee/problems/
H A Dadvection.c577 diff_flux_proj->CreateRHSOperator_Indirect = DivDiffFluxProjectionCreateRHS_Indirect_AdvDif; in NS_ADVECTION()
H A Dnewtonian.c579 diff_flux_proj->CreateRHSOperator_Indirect = DivDiffFluxProjectionCreateRHS_Indirect_NS; in NS_NEWTONIAN_IG()