Home
last modified time | relevance | path

Searched defs:location (Results 1 – 16 of 16) sorted by relevance

/petsc/src/vec/is/is/tests/
H A Dex7.c9 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 Dadd_man_page_redirects.py12 def _generate_page(name, location): argument
/petsc/src/ksp/ksp/tutorials/
H A Dex76.c106 PetscInt rstart, rend, location; in main() local
H A Dex73.c172 PetscInt i, j, location, startI[2], endI[2], lenI[2]; in DMDACreatePermutation_2d() local
/petsc/src/vec/is/is/impls/stride/
H A Dstride.c127 static PetscErrorCode ISLocate_Stride(IS is, PetscInt key, PetscInt *location) in ISLocate_Stride()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c495 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 Dkdtree.c114 PetscCount num_coords = tree->num_coords, range_size = end - start, location; in PetscKDTreeVerifySortedIndices() local
/petsc/src/mat/impls/composite/
H A Dmcomposite.c27 PetscInt *location; /* A map that maps entries in garray[] to larray[] */ member
/petsc/src/vec/is/is/impls/block/
H A Dblock.c30 static PetscErrorCode ISLocate_Block(IS is, PetscInt key, PetscInt *location) in ISLocate_Block()
/petsc/src/vec/vec/utils/
H A Dvscat.c248 const PetscInt *offset, *location; in VecScatterGetRemote_Private() local
/petsc/src/vec/is/is/impls/general/
H A Dgeneral.c99 static PetscErrorCode ISLocate_General(IS is, PetscInt key, PetscInt *location) in ISLocate_General()
/petsc/src/vec/is/is/interface/
H A Dindex.c1288 PetscErrorCode ISLocate(IS is, PetscInt key, PetscInt *location) in ISLocate()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1451 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 Dmatimpl.h888 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 Dmpi.c740 PETSC_EXTERN void petsc_mpi_address_(void *location, MPI_Aint *address, int *ierr) in petsc_mpi_address_()
/petsc/include/petsc/mpiuni/
H A Dmpi.h476 …#define MPI_Address(location, address) (*(address) = (MPI_Aint)((char *)(location)… argument