Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/stability_9bus/
H A Dex9busdmnetwork.c154 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 Dex9busadj.c772 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 Dex9busoptfd.c981 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 Dex9bus.c1059 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 Dex9busopt.c1035 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()