Home
last modified time | relevance | path

Searched defs:nmax (Results 1 – 25 of 40) sorted by relevance

12

/petsc/src/mat/graphops/color/impls/minpack/
H A Dnumsrt.c5 PetscErrorCode MINPACKnumsrt(PetscInt *n, PetscInt *nmax, PetscInt *num, PetscInt *mode, PetscInt *… in MINPACKnumsrt()
/petsc/src/vec/is/is/tests/
H A Dex11.c8 PetscInt n, i, first, last, nmax = 100; in main() local
/petsc/src/ksp/ksp/impls/cg/
H A Dcgeig.c9 PetscErrorCode KSPComputeEigenvalues_CG(KSP ksp, PetscInt nmax, PetscReal *r, PetscReal *c, PetscIn… in KSPComputeEigenvalues_CG()
/petsc/src/vec/is/ao/impls/memscalable/
H A Daomemscalable.c96 …PetscInt nmax, *sindices, *rindices, idx, lastidx, *sindices2, *rindices2, *sizes, *star… in AOMap_MemoryScalable_private() local
273 PetscInt nmax, count, *sindices, *rindices, idx, lastidx; in AOCreateMemoryScalable_private() local
/petsc/src/dm/impls/da/
H A Dda1.c33 PetscInt i, nmax = 0, nmin = PETSC_INT_MAX, navg = 0, *nz, nzlocal; in DMView_DA_1d() local
H A Dda2.c28 PetscInt i, nmax = 0, nmin = PETSC_INT_MAX, navg = 0, *nz, nzlocal; in DMView_DA_2d() local
H A Dda3.c35 PetscInt i, nmax = 0, nmin = PETSC_INT_MAX, navg = 0, *nz, nzlocal; in DMView_DA_3d() local
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c143 PetscInt nmin, nmax; in SNESMultiblockSetDefaults() local
173 PetscInt nmin, nmax; in SNESMultiblockSetDefaults() local
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmreig.c42 PetscErrorCode KSPComputeEigenvalues_GMRES(KSP ksp, PetscInt nmax, PetscReal *r, PetscReal *c, Pets… in KSPComputeEigenvalues_GMRES()
/petsc/src/ksp/ksp/interface/
H A Ditcl.c341 PetscInt indx, model[2] = {0, 0}, nmax, max_it; in KSPSetFromOptions() local
H A Deige.c110 PetscErrorCode KSPComputeEigenvaluesExplicitly(KSP ksp, PetscInt nmax, PetscReal r[], PetscReal c[]) in KSPComputeEigenvaluesExplicitly()
/petsc/src/sys/objects/
H A Doptions.c2898 …ns options, const char pre[], const char name[], PetscBool dvalue[], PetscInt *nmax, PetscBool *se… in PetscOptionsGetBoolArray()
2961 …[], const char name[], const char *const list[], PetscEnum ivalue[], PetscInt *nmax, PetscBool *se… in PetscOptionsGetEnumArray()
3029 …ons options, const char pre[], const char name[], PetscInt ivalue[], PetscInt *nmax, PetscBool *se… in PetscOptionsGetIntArray()
3129 …ns options, const char pre[], const char name[], PetscReal dvalue[], PetscInt *nmax, PetscBool *se… in PetscOptionsGetRealArray()
3186 … options, const char pre[], const char name[], PetscScalar dvalue[], PetscInt *nmax, PetscBool *se… in PetscOptionsGetScalarArray()
3252 …tions options, const char pre[], const char name[], char *strings[], PetscInt *nmax, PetscBool *se… in PetscOptionsGetStringArray()
H A Daoptions.c349 PetscInt n = 0, nmax = next->arraylength, *dvalue = (PetscInt *)next->data, start, end; in PetscOptionsGetFromTextInput() local
409 PetscInt n = 0, nmax = next->arraylength; in PetscOptionsGetFromTextInput() local
1112 …onst char opt[], const char text[], const char man[], char *value[], PetscInt *nmax, PetscBool *se… in PetscOptionsStringArray_Private()
/petsc/src/vec/vec/utils/
H A Dvecstash.c224 PetscInt nmax, *sindices, *rindices, idx, bs = stash->bs, lastidx; in VecStashScatterBegin_Private() local
/petsc/src/sys/dll/
H A Dreg.c66 PetscInt nmax, i; in PetscInitialize_DynamicLibraries() local
/petsc/src/ksp/ksp/guess/impls/fischer/
H A Dfischer.c338 PetscInt nmax = 2, model[2]; in KSPGuessSetFromOptions_Fischer() local
/petsc/src/mat/impls/sbaij/mpi/
H A Dsbaijov.c19 PetscInt *ai, brow, nz, nis, l, nmax, nstages, max_no, pos; in MatIncreaseOverlap_MPISBAIJ() local
/petsc/src/mat/impls/dense/mpi/
H A Dmmdense.c27 PetscInt nmax, nstages, i, pos, max_no; in MatCreateSubMatrices_MPIDense() local
/petsc/src/ksp/pc/impls/composite/
H A Dcomposite.c242 PetscInt nmax, i; in PCSetFromOptions_Composite() local
/petsc/src/vec/is/is/utils/
H A Discoloring.c785 PetscErrorCode ISComplement(IS is, PetscInt nmin, PetscInt nmax, IS *isout) in ISComplement()
/petsc/src/tao/leastsquares/impls/pounders/
H A Dpounders.h7 PetscInt nmax; /* Max(n*(n+1)/2, 5*npmax) */ member
/petsc/src/snes/impls/composite/
H A Dsnescomposite.c416 PetscInt nmax = 8, i; in SNESSetFromOptions_Composite() local
/petsc/src/mat/impls/maij/
H A Dmaij.c876 PetscInt m, n, i, ncols, *ilen, nmax = 0, *icols, j, k, ii, dof = b->dof; in MatConvert_SeqMAIJ_SeqAIJ() local
925 PetscInt dof = maij->dof, i, j, *dnz = NULL, *onz = NULL, nmax = 0, onmax = 0; in MatConvert_MPIMAIJ_MPIAIJ() local
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c477 PetscInt nmin, nmax; in PCFieldSplitSetDefaults() local
492 PetscInt nmin, nmax; in PCFieldSplitSetDefaults() local
539 PetscInt nmin, nmax; in PCFieldSplitSetDefaults() local
/petsc/src/sys/objects/ftn-custom/
H A Dzoptionsf.c127 …tionsboolarray_(char *opt, char *text, char *man, PetscBool *dvalue, PetscInt *nmax, PetscBool *fl… in petscoptionsboolarray_()

12