Lines Matching refs:PetscInt

17   PetscInt    compkey_branch;
18 PetscInt compkey_bus;
19 PetscInt compkey_gen;
20 PetscInt compkey_load;
28 PetscInt bus_i; /* Integer bus number .. used by some formats like Matpower */
32 PetscInt ide; /* Bus type code */
35 PetscInt area; /* Area number */
36 PetscInt zone; /* Zone number */
39 PetscInt owner; /* Owner number */
40 PetscInt internal_i; /* Internal Bus Number */
41 PetscInt ngen; /* Number of generators incident at this bus */
42PetscInt gidx[NGEN_AT_BUS_MAX]; /* list of inndices for accessing the generator data in GEN str…
43 PetscInt nload;
44 PetscInt lidx[NLOAD_AT_BUS_MAX];
52 PetscInt bus_i; /* Bus number */
55 PetscInt status; /* Load status */
56 PetscInt area; /* Area to which load is assigned */
57 PetscInt zone; /* Zone to which load is assigned */
65 PetscInt owner; /* Owner number */
66 PetscInt internal_i; /* Internal Bus Number */
75 PetscInt bus_i;
83 PetscInt ireg; /* Remote bus number/identifier */
90 PetscInt status; /* Machine status */
94 PetscInt o1; /* Owner number */
97 PetscInt internal_i; /* Internal Bus Number */
104 PetscInt fbus;
105 PetscInt tbus;
121 PetscInt status; /* Service status */
123 PetscInt o1; /* Owner number */
126 PetscInt internal_i; /* Internal From Bus Number */
127 PetscInt internal_j; /* Internal To Bus Number */
135PetscInt nbus, ngen, nbranch, nload; /* # of buses,gens,branches, and loads (includes elements…
144 extern PetscErrorCode GetListofEdges_Power(PFDATA *, PetscInt *);
146 …rrorCode FormJacobian_Power_private(DM, Vec, Mat, PetscInt, PetscInt, const PetscInt *, const Pets…
147 …n PetscErrorCode FormFunction_Power(DM, Vec, Vec, PetscInt, PetscInt, const PetscInt *, const Pets…
148 …ern PetscErrorCode SetInitialGuess_Power(DM, Vec, PetscInt, PetscInt, const PetscInt *, const Pets…