Home
last modified time | relevance | path

Searched defs:nin (Results 1 – 3 of 3) sorted by relevance

/petsc/src/sys/objects/
H A Daoptions.c673 const PetscInt nin = *n; in PetscOptionsEnumArray_Private() local
1031 const PetscInt nin = *n; in PetscOptionsRealArray_Private() local
1065 const PetscInt nin = *n; in PetscOptionsScalarArray_Private() local
1099 const PetscInt nin = *n; in PetscOptionsIntArray_Private() local
1130 const PetscInt nin = *nmax; in PetscOptionsStringArray_Private() local
1157 const PetscInt nin = *n; in PetscOptionsBoolArray_Private() local
/petsc/src/mat/impls/aij/seq/
H A Dinode.c2386 static PetscErrorCode MatColoringPatch_SeqAIJ_Inode(Mat mat, PetscInt ncolors, PetscInt nin, ISColo… in MatColoringPatch_SeqAIJ_Inode()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c3415 …baijsetvaluesblocked_(Mat *matin, PetscInt *min, const PetscInt im[], PetscInt *nin, const PetscIn… in matmpibaijsetvaluesblocked_()