Searched refs:Gff (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 101 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormJacobian_Power_private() local 109 Gff = branch->yff[0]; in FormJacobian_Power_private() 148 …values[1] = 2.0 * Gff * Vmf + Vmt * (Gft * PetscCosScalar(thetaft) + Bft * PetscSinScalar(thetaft)… in FormJacobian_Power_private() 290 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormFunction_Power() local 297 Gff = branch->yff[0]; in FormFunction_Power() 321 …farr[offsetfrom] += Gff * Vmf * Vmf + Vmf * Vmt * (Gft * PetscCosScalar(thetaft) + Bft * PetscSinS… in FormFunction_Power()
|
| H A D | power2.c | 63 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormFunction_Subnet() local 70 Gff = branch->yff[0]; in FormFunction_Subnet() 94 …farr[offsetfrom] += Gff * Vmf * Vmf + Vmf * Vmt * (Gft * PetscCosScalar(thetaft) + Bft * PetscSinS… in FormFunction_Subnet() 228 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormJacobian_Subnet() local 236 Gff = branch->yff[0]; in FormJacobian_Subnet() 275 …values[1] = 2.0 * Gff * Vmf + Vmt * (Gft * PetscCosScalar(thetaft) + Bft * PetscSinScalar(thetaft)… in FormJacobian_Subnet()
|