Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tutorials/
H A Dex10.c22 PetscBool isadios = PETSC_FALSE; in main() local
36 PetscCall(PetscOptionsGetBool(NULL, NULL, "-adios", &isadios, NULL)); in main()
75 } else if (isadios) { in main()
108 } else if (isadios) { in main()
/petsc/src/vec/vec/tests/
H A Dex100cu.cu24 PetscBool isadios = PETSC_FALSE; in main() local
43 PetscCall(PetscOptionsGetBool(NULL, NULL, "-adios", &isadios, NULL)); in main()
81 } else if (isadios) { in main()
106 } else if (isadios) { in main()
/petsc/src/vec/vec/utils/
H A Dvecio.c201 PetscBool isadios; in VecLoad_Default() local
210 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERADIOS, &isadios)); in VecLoad_Default()
224 } else if (isadios) { in VecLoad_Default()
/petsc/src/vec/vec/impls/seq/
H A Dbvec2.c441 PetscBool isadios; in VecView_Seq() local
460 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERADIOS, &isadios)); in VecView_Seq()
478 } else if (isadios) { in VecView_Seq()
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c650 PetscBool isadios; in VecView_MPI() local
669 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERADIOS, &isadios)); in VecView_MPI()
692 } else if (isadios) { in VecView_MPI()