| /petsc/src/vec/is/section/interface/ftn-custom/ |
| H A D | zvsectionisf90.c | 16 …etscsectiongetconstraintindices_(PetscSection *s, PetscInt *point, F90Array1d *indices, int *ierr … in petscsectiongetconstraintindices_() 28 …sectionrestoreconstraintindices_(PetscSection *s, PetscInt *point, F90Array1d *indices, int *ierr … in petscsectionrestoreconstraintindices_() 33 …straintindices_(PetscSection *s, PetscInt *point, PetscInt *field, F90Array1d *indices, int *ierr … in petscsectiongetfieldconstraintindices_() 45 …straintindices_(PetscSection *s, PetscInt *point, PetscInt *field, F90Array1d *indices, int *ierr … in petscsectionrestorefieldconstraintindices_()
|
| /petsc/src/ksp/ksp/interface/ftn-custom/ |
| H A D | zitfuncf90.c | 10 PETSC_EXTERN void kspgetresidualhistory_(KSP *ksp, F90Array1d *indices, PetscInt *n, int *ierr PETS… in kspgetresidualhistory_() 18 PETSC_EXTERN void ksprestoreresidualhistory_(KSP *ksp, F90Array1d *indices, PetscInt *n, int *ierr … in ksprestoreresidualhistory_()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex80.c | 12 PetscInt indices[SIZE] = {0, 1, 2}; in main() local 98 PetscInt j, indices[] = {0, 1, 2, 3, 4}; in main() local
|
| H A D | ex83.c | 13 PetscInt i, j, indices[] = {0, 1, 2, 3, 4}; in main() local
|
| /petsc/share/petsc/matlab/ |
| H A D | PetscBinaryWrite.m | 29 indices = 'int32'; variable 36 indices = varargin{l+1}; variable
|
| H A D | PetscBinaryRead.m | 42 indices = 'int32'; variable 51 indices = varargin{l+1}; variable
|
| /petsc/src/vec/is/utils/ftn-custom/ |
| H A D | zisltogf90.c | 16 PETSC_EXTERN void islocaltoglobalmappinggetindices_(ISLocalToGlobalMapping *da, F90Array1d *indices… in islocaltoglobalmappinggetindices_() 39 …islocaltoglobalmappinggetblockindices_(ISLocalToGlobalMapping *da, F90Array1d *indices, int *ierr … in islocaltoglobalmappinggetblockindices_()
|
| /petsc/src/vec/is/is/tests/ |
| H A D | ex8.c | 8 PetscInt indices[] = {0, 1, 2, 3, -1, -1, -1, -1, 4, 5, 6, 7}; in main() local
|
| H A D | ex3.c | 12 PetscInt i, n, *indices; in main() local
|
| H A D | ex1.c | 13 PetscInt i, n, *indices; in main() local
|
| /petsc/src/vec/is/is/tutorials/ |
| H A D | ex1.c | 12 PetscInt *indices, n; in main() local
|
| H A D | ex2.c | 15 const PetscInt *indices; in main() local
|
| H A D | ex3.c | 9 const PetscInt *indices; in main() local
|
| H A D | ex4.c | 8 PetscInt i, n = 4, indices[] = {0, 3, 9, 12}, m = 2, input[] = {0, 2}; in main() local
|
| H A D | ex5.c | 8 PetscInt i, n = 4, indices[] = {0, 3, 9, 12}, m = 2, input[] = {0, 2}; in main() local
|
| /petsc/src/vec/is/tests/ |
| H A D | ex3.c | 9 const PetscInt *indices; in main() local
|
| /petsc/src/vec/is/utils/tests/ |
| H A D | ex1.c | 54 PetscCount *indices; in main() local 67 PetscCount *indices; in main() local
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex15.c | 8 PetscInt n = 9, bs = 3, indices[2], i; in main() local
|
| H A D | ex16.c | 8 PetscInt i, n = 8, bs = 2, indices[2]; in main() local
|
| H A D | ex36.c | 14 PetscInt i, istart, iend, n = 6, m, *indices; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex210.c | 9 const PetscInt indices[1] = {0}; in main() local
|
| H A D | ex212.c | 10 const PetscInt indices[3] = {0, 1, 2}; in main() local
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex21.c | 13 PetscInt *indices; in main() local
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 520 const PetscInt *indices = NULL; in ISPartitioningToNumbering() local 605 const PetscInt *indices; in ISPartitioningCount() local 672 PetscInt *indices, n, i, N, step, first; in ISAllGather() local 736 ISColoringValue *indices; in ISAllGatherColors() local 787 const PetscInt *indices; in ISComplement() local
|
| /petsc/src/ksp/ksp/tests/benchmarkscatters/ |
| H A D | ex2.c | 19 PetscInt indices[] = {0, 1, 2}; in main() local
|