Searched refs:thetaf (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 103 PetscScalar Vmf, Vmt, thetaf, thetat, thetaft, thetatf; in FormJacobian_Power_private() local 129 thetaf = xarr[offsetfrom]; in FormJacobian_Power_private() 133 thetaft = thetaf - thetat; in FormJacobian_Power_private() 134 thetatf = thetat - thetaf; in FormJacobian_Power_private() 292 PetscScalar Vmf, Vmt, thetaf, thetat, thetaft, thetatf; in FormFunction_Power() local 313 thetaf = xarr[offsetfrom]; in FormFunction_Power() 317 thetaft = thetaf - thetat; in FormFunction_Power() 318 thetatf = thetat - thetaf; in FormFunction_Power()
|
| H A D | power2.c | 65 PetscScalar Vmf, Vmt, thetaf, thetat, thetaft, thetatf; in FormFunction_Subnet() local 86 thetaf = xarr[offsetfrom]; in FormFunction_Subnet() 90 thetaft = thetaf - thetat; in FormFunction_Subnet() 91 thetatf = thetat - thetaf; in FormFunction_Subnet() 230 PetscScalar Vmf, Vmt, thetaf, thetat, thetaft, thetatf; in FormJacobian_Subnet() local 256 thetaf = xarr[offsetfrom]; in FormJacobian_Subnet() 260 thetaft = thetaf - thetat; in FormJacobian_Subnet() 261 thetatf = thetat - thetaf; in FormJacobian_Subnet()
|