Home
last modified time | relevance | path

Searched refs:Bff (Results 1 – 2 of 2) sorted by relevance

/petsc/src/snes/tutorials/network/power/
H A Dpffunctions.c101 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormJacobian_Power_private() local
110 Bff = branch->yff[1]; in FormJacobian_Power_private()
162 …values[1] = -2.0 * Bff * Vmf + Vmt * (-Bft * PetscCosScalar(thetaft) + Gft * PetscSinScalar(thetaf… in FormJacobian_Power_private()
290 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormFunction_Power() local
298 Bff = branch->yff[1]; in FormFunction_Power()
322 …farr[offsetfrom + 1] += -Bff * Vmf * Vmf + Vmf * Vmt * (-Bft * PetscCosScalar(thetaft) + Gft * Pet… in FormFunction_Power()
H A Dpower2.c63 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormFunction_Subnet() local
71 Bff = branch->yff[1]; in FormFunction_Subnet()
95 …farr[offsetfrom + 1] += -Bff * Vmf * Vmf + Vmf * Vmt * (-Bft * PetscCosScalar(thetaft) + Gft * Pet… in FormFunction_Subnet()
228 PetscScalar Gff, Bff, Gft, Bft, Gtf, Btf, Gtt, Btt; in FormJacobian_Subnet() local
237 Bff = branch->yff[1]; in FormJacobian_Subnet()
289 …values[1] = -2.0 * Bff * Vmf + Vmt * (-Bft * PetscCosScalar(thetaft) + Gft * PetscSinScalar(thetaf… in FormJacobian_Subnet()