Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/
H A Dex1.c208 PetscInt key, ncomp, nvar, nconnedges, k, e, keye, goffset[3]; in FormFunction() local
244 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &keye, &component, NULL)); in FormFunction()
245 …if (keye != appctx_water.compkey_edge) PetscCheck(keye == appctx_power.compkey_branch, PETSC_COMM_… in FormFunction()
/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c289 PetscInt keye; in FormFunction_Power() local
295 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &keye, (void **)&branch, NULL)); in FormFunction_Power()
H A Dpower2.c62 PetscInt keye; in FormFunction_Subnet() local
68 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &keye, (void **)&branch, NULL)); in FormFunction_Subnet()
/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c567 PetscInt keye; in FormIFunction() local
572 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &keye, (void **)&branch, NULL)); in FormIFunction()
813 PetscInt keye; in AlgFunction() local
818 PetscCall(DMNetworkGetComponent(networkdm, e, 0, &keye, (void **)&branch, NULL)); in AlgFunction()