| /petsc/src/vec/is/is/tests/ |
| H A D | ex7.c | 9 PetscInt n = 7, key = 3, nonkey = 1, keylocation = 4, sortedlocation = 2, location; in TestGeneral() local 33 PetscInt bs = 5, n = 7, key = 16, nonkey = 7, keylocation = 21, sortedlocation = 11, location; in TestBlock() local 55 PetscInt nonkey[] = {-2, 123}, i, location; in TestStride() local
|
| /petsc/doc/ |
| H A D | add_man_page_redirects.py | 12 def _generate_page(name, location): argument
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex76.c | 106 PetscInt rstart, rend, location; in main() local
|
| H A D | ex73.c | 172 PetscInt i, j, location, startI[2], endI[2], lenI[2]; in DMDACreatePermutation_2d() local
|
| /petsc/src/vec/is/is/impls/stride/ |
| H A D | stride.c | 127 static PetscErrorCode ISLocate_Stride(IS is, PetscInt key, PetscInt *location) in ISLocate_Stride()
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 495 PetscInt i, j, k, location, startI[3], endI[3], lenI[3], nx, ny, nz; in PCTelescopeSetUp_dmda_permutation_3d() local 566 PetscInt i, j, location, startI[2], endI[2], lenI[2], nx, ny, nz; in PCTelescopeSetUp_dmda_permutation_2d() local
|
| /petsc/src/vec/is/utils/ |
| H A D | kdtree.c | 114 PetscCount num_coords = tree->num_coords, range_size = end - start, location; in PetscKDTreeVerifySortedIndices() local
|
| /petsc/src/mat/impls/composite/ |
| H A D | mcomposite.c | 27 PetscInt *location; /* A map that maps entries in garray[] to larray[] */ member
|
| /petsc/src/vec/is/is/impls/block/ |
| H A D | block.c | 30 static PetscErrorCode ISLocate_Block(IS is, PetscInt key, PetscInt *location) in ISLocate_Block()
|
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 248 const PetscInt *offset, *location; in VecScatterGetRemote_Private() local
|
| /petsc/src/vec/is/is/impls/general/ |
| H A D | general.c | 99 static PetscErrorCode ISLocate_General(IS is, PetscInt key, PetscInt *location) in ISLocate_General()
|
| /petsc/src/vec/is/is/interface/ |
| H A D | index.c | 1288 PetscErrorCode ISLocate(IS is, PetscInt key, PetscInt *location) in ISLocate()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 1451 for (PetscInt k = i[1][row], location; k < i[1][row + 1]; ++k) { in PCHPDDMCheckMatStructure_Private() local 2358 … PetscInt n[2], location; /* [ A_10 A_11 A_12 ] */ in PCSetUp_HPDDM() local
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 888 PetscInt location; in PetscLLInsertLocation_Private() local 1386 PetscInt location = 2; /* head */ in PetscLLCondensedAddSorted() local 1483 PetscInt location = 2; /* head */ in PetscLLCondensedAddSorted_Scalable() local
|
| /petsc/src/sys/mpiuni/ |
| H A D | mpi.c | 740 PETSC_EXTERN void petsc_mpi_address_(void *location, MPI_Aint *address, int *ierr) in petsc_mpi_address_()
|
| /petsc/include/petsc/mpiuni/ |
| H A D | mpi.h | 476 …#define MPI_Address(location, address) (*(address) = (MPI_Aint)((char *)(location)… argument
|