Searched refs:Xview (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 154 PetscViewer Xview, Ybusview; in read_data() local 159 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_SELF, "X.bin", FILE_MODE_READ, &Xview)); in read_data() 162 PetscCall(VecLoad(V0, Xview)); in read_data() 169 PetscCall(PetscViewerDestroy(&Xview)); in read_data()
|
| H A D | ex9busadj.c | 772 PetscViewer Xview, Ybusview; in main() local 810 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "X.bin", FILE_MODE_READ, &Xview)); in main() 815 PetscCall(VecLoad(user.V0, Xview)); in main() 840 PetscCall(PetscViewerDestroy(&Xview)); in main()
|
| H A D | ex9busoptfd.c | 981 PetscViewer Xview, Ybusview; in FormFunction() local 998 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "X.bin", FILE_MODE_READ, &Xview)); in FormFunction() 1003 PetscCall(VecLoad(ctx->V0, Xview)); in FormFunction() 1011 PetscCall(PetscViewerDestroy(&Xview)); in FormFunction()
|
| H A D | ex9bus.c | 1059 PetscViewer Xview, Ybusview, viewer; in main() local 1099 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "X.bin", FILE_MODE_READ, &Xview)); in main() 1104 PetscCall(VecLoad(user.V0, Xview)); in main() 1133 PetscCall(PetscViewerDestroy(&Xview)); in main()
|
| H A D | ex9busopt.c | 1035 PetscViewer Xview, Ybusview; in main() local 1106 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "X.bin", FILE_MODE_READ, &Xview)); in main() 1111 PetscCall(VecLoad(user.V0, Xview)); in main() 1119 PetscCall(PetscViewerDestroy(&Xview)); in main()
|