Searched defs:DivDiffFluxProjectionData_ (Results 1 – 1 of 1) sorted by relevance
121 struct DivDiffFluxProjectionData_ { struct122 PetscInt num_diff_flux_comps;123 DivDiffFluxProjectionMethod method;124 NodalProjectionData projection;127 CeedElemRestriction elem_restr_div_diff_flux;128 CeedBasis basis_div_diff_flux;129 CeedEvalMode eval_mode_div_diff_flux;130 CeedVector div_diff_flux_ceed;133 PetscErrorCode (*CreateRHSOperator_Direct)(Honee, DivDiffFluxProjectionData, CeedOperator *);134 PetscErrorCode (*CreateRHSOperator_Indirect)(Honee, DivDiffFluxProjectionData, CeedOperator *);[all …]