Home
last modified time | relevance | path

Searched defs:indices (Results 1 – 25 of 101) sorted by relevance

12345

/petsc/src/vec/is/section/interface/ftn-custom/
H A Dzvsectionisf90.c16 …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 Dzitfuncf90.c10 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 Dex80.c12 PetscInt indices[SIZE] = {0, 1, 2}; in main() local
98 PetscInt j, indices[] = {0, 1, 2, 3, 4}; in main() local
H A Dex83.c13 PetscInt i, j, indices[] = {0, 1, 2, 3, 4}; in main() local
/petsc/share/petsc/matlab/
H A DPetscBinaryWrite.m29 indices = 'int32'; variable
36 indices = varargin{l+1}; variable
H A DPetscBinaryRead.m42 indices = 'int32'; variable
51 indices = varargin{l+1}; variable
/petsc/src/vec/is/utils/ftn-custom/
H A Dzisltogf90.c16 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 Dex8.c8 PetscInt indices[] = {0, 1, 2, 3, -1, -1, -1, -1, 4, 5, 6, 7}; in main() local
H A Dex3.c12 PetscInt i, n, *indices; in main() local
H A Dex1.c13 PetscInt i, n, *indices; in main() local
/petsc/src/vec/is/is/tutorials/
H A Dex1.c12 PetscInt *indices, n; in main() local
H A Dex2.c15 const PetscInt *indices; in main() local
H A Dex3.c9 const PetscInt *indices; in main() local
H A Dex4.c8 PetscInt i, n = 4, indices[] = {0, 3, 9, 12}, m = 2, input[] = {0, 2}; in main() local
H A Dex5.c8 PetscInt i, n = 4, indices[] = {0, 3, 9, 12}, m = 2, input[] = {0, 2}; in main() local
/petsc/src/vec/is/tests/
H A Dex3.c9 const PetscInt *indices; in main() local
/petsc/src/vec/is/utils/tests/
H A Dex1.c54 PetscCount *indices; in main() local
67 PetscCount *indices; in main() local
/petsc/src/vec/vec/tests/
H A Dex15.c8 PetscInt n = 9, bs = 3, indices[2], i; in main() local
H A Dex16.c8 PetscInt i, n = 8, bs = 2, indices[2]; in main() local
H A Dex36.c14 PetscInt i, istart, iend, n = 6, m, *indices; in main() local
/petsc/src/mat/tests/
H A Dex210.c9 const PetscInt indices[1] = {0}; in main() local
H A Dex212.c10 const PetscInt indices[3] = {0, 1, 2}; in main() local
/petsc/src/vec/is/sf/tests/
H A Dex21.c13 PetscInt *indices; in main() local
/petsc/src/vec/is/is/utils/
H A Discoloring.c520 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 Dex2.c19 PetscInt indices[] = {0, 1, 2}; in main() local

12345