Home
last modified time | relevance | path

Searched defs:npos (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex33.c16 PetscInt nneg, nzero, npos; in main() local
/petsc/src/mat/tests/
H A Dex127.c110 PetscInt nneg, nzero, npos; in main() local
H A Dex125.c365 PetscInt nneg, nzero, npos; in main() local
/petsc/src/dm/impls/swarm/
H A Dswarm_migrate.c277 Vec npos; in DMSwarmMigrate_CellDMScatter() local
/petsc/src/tao/constrained/impls/ipm/
H A Dpdipm.c627 PetscInt nneg, nzero, npos; in PCPostSetUp_PDIPM() local
/petsc/src/mat/impls/aij/mpi/superlu_dist/
H A Dsuperlu_dist.c404 …c PetscErrorCode MatGetInertia_SuperLU_DIST(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia_SuperLU_DIST()
/petsc/src/mat/impls/aij/seq/mkl_pardiso/
H A Dmkl_pardiso.c819 …ic PetscErrorCode MatGetInertia_MKL_PARDISO(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia_MKL_PARDISO()
/petsc/src/vec/is/is/interface/
H A Dindex.c41 PetscInt n_n, nlocals, start, first_index, npos, nneg; in ISRenumber() local
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact.c6 PetscErrorCode MatGetInertia_SeqSBAIJ(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia_SeqSBAIJ()
/petsc/src/mat/impls/aij/mpi/mumps/
H A Dmumps.c2357 …tic PetscErrorCode MatGetInertia_SBAIJMUMPS(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia_SBAIJMUMPS()
/petsc/src/mat/interface/
H A Dmatrix.c9294 PetscErrorCode MatGetInertia(Mat mat, PetscInt *nneg, PetscInt *nzero, PetscInt *npos) in MatGetInertia()