Searched refs:FormFunction_Power (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power.h | 147 extern PetscErrorCode FormFunction_Power(DM, Vec, Vec, PetscInt, PetscInt, const PetscInt *, const …
|
| H A D | power.c | 31 PetscCall(FormFunction_Power(networkdm, localX, localF, nv, ne, vtx, edges, User)); in FormFunction()
|
| H A D | pffunctions.c | 240 PetscErrorCode FormFunction_Power(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Power() function
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 194 PetscCall(FormFunction_Power(networkdm, localX, localF, nv, ne, vtx, edges, &appctx_power)); in FormFunction()
|