Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c53 } Exc; typedef
104 PetscErrorCode read_data(PetscInt nc, Gen **pgen, Exc **pexc, Load **pload, Bus **pbus, Branch **pb… in read_data()
115 Exc *exc; in read_data()
360 Exc *exc; in SetInitialGuess()
443 exc = (Exc *)(component); in SetInitialGuess()
522 Exc *exc; in FormIFunction()
663 exc = (Exc *)(component); in FormIFunction()
961 Exc *exc; in main()
983 PetscCall(DMNetworkRegisterComponent(networkdm, "excstruct", sizeof(Exc), &componentkey[3])); in main()