Searched refs:G (Results 1 – 2 of 2) sorted by relevance
| /honee/src/ |
| H A D | setupts.c | 30 PetscErrorCode RHS_NS(TS ts, PetscReal t, Vec Q, Vec G, void *user_data) { in RHS_NS() argument 62 if (ispreonly && isjacobi) PetscCall(PCApply(pc, R, G)); in RHS_NS() 63 else PetscCall(KSPSolve(honee->mass_ksp, R, G)); in RHS_NS() 116 PetscErrorCode IFunction_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, Vec G, void *user_data) { in IFunction_NS() argument 145 PetscCall(PetscLogEventBegin(HONEE_CeedOperatorApply, Q, G, 0, 0)); in IFunction_NS() 149 PetscCall(PetscLogEventEnd(HONEE_CeedOperatorApply, Q, G, 0, 0)); in IFunction_NS() 161 PetscCall(VecZeroEntries(G)); in IFunction_NS() 162 PetscCall(DMLocalToGlobal(honee->dm, G_loc, ADD_VALUES, G)); in IFunction_NS()
|
| /honee/doc/ |
| H A D | theory.md | 111 <!-- TODO: This should be reframed in terms of PETSc TS's F(t, u, \dot u) = G(t, u) rather than spe…
|