Searched refs:isadios (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex10.c | 22 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 D | ex100cu.cu | 24 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 D | vecio.c | 201 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 D | bvec2.c | 441 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 D | pdvec.c | 650 PetscBool isadios; in VecView_MPI() local 669 PetscCall(PetscObjectTypeCompare((PetscObject)viewer, PETSCVIEWERADIOS, &isadios)); in VecView_MPI() 692 } else if (isadios) { in VecView_MPI()
|