Home
last modified time | relevance | path

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

/honee/include/
H A Dpetsc_ops.h32 PetscErrorCode ApplyAddCeedOperatorLocalToLocal(Vec X_loc, Vec Y_loc, OperatorApplyContext ctx);
/honee/src/
H A Dstrong_boundary_conditions.c204 PetscCall(ApplyAddCeedOperatorLocalToLocal(NULL, Q_loc, honee->op_strong_bc_ctx)); in DMPlexInsertBoundaryValues_StrongBCCeed()
H A Dpetsc_ops.c287 PetscErrorCode ApplyAddCeedOperatorLocalToLocal(Vec X_loc, Vec Y_loc, OperatorApplyContext ctx) { in ApplyAddCeedOperatorLocalToLocal() function
/honee/src/spanstats/
H A Dspanstats.c414 …PetscCall(ApplyAddCeedOperatorLocalToLocal(honee->Q_loc, spanstats->Child_Stats_loc, spanstats->op… in SpanwiseStatisticsCollect()
/honee/problems/
H A Dsgs_dd_model.c572 PetscCall(ApplyAddCeedOperatorLocalToLocal(Q_loc, G_loc, sgs_dd_data->op_sgs_apply_ctx)); in SgsDDApplyIFunction()