Home
last modified time | relevance | path

Searched refs:nin (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/
H A Daoptions.c673 const PetscInt nin = *n; in PetscOptionsEnumArray_Private() local
675 if (ShouldPrintHelp(PetscOptionsObject) && nin) { in PetscOptionsEnumArray_Private()
1031 const PetscInt nin = *n; in PetscOptionsRealArray_Private() local
1033 if (ShouldPrintHelp(PetscOptionsObject) && nin) { in PetscOptionsRealArray_Private()
1065 const PetscInt nin = *n; in PetscOptionsScalarArray_Private() local
1067 if (ShouldPrintHelp(PetscOptionsObject) && nin) { in PetscOptionsScalarArray_Private()
1099 const PetscInt nin = *n; in PetscOptionsIntArray_Private() local
1101 if (ShouldPrintHelp(PetscOptionsObject) && nin) { in PetscOptionsIntArray_Private()
1130 const PetscInt nin = *nmax; in PetscOptionsStringArray_Private() local
1132 …if (ShouldPrintHelp(PetscOptionsObject) && nin) PetscCall((*PetscHelpPrintf)(PetscOptionsObject->c… in PetscOptionsStringArray_Private()
[all …]
/petsc/doc/manual/
H A Dvec.md1098 …lock(ISLocalToGlobalMapping ctx, ISGlobalToLocalMappingMode type, PetscInt nin, PetscInt idxin[], …
1103 `type` is set to `IS_GTOLM_MASK` , then `nout` is set to `nin`
1108 potentially `nout` is smaller than `nin`. One must pass in an array
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c3415 …etvaluesblocked_(Mat *matin, PetscInt *min, const PetscInt im[], PetscInt *nin, const PetscInt in[… in matmpibaijsetvaluesblocked_() argument
3419 PetscInt m = *min, n = *nin; in matmpibaijsetvaluesblocked_()
/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() argument