Home
last modified time | relevance | path

Searched defs:inc (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ts/impls/pseudo/
H A Dposindep.c337 PetscReal inc = pseudo->dt_increment, fnorm; in TSPseudoTimeStepDefault() local
453 PetscErrorCode TSPseudoSetTimeStepIncrement(TS ts, PetscReal inc) in TSPseudoSetTimeStepIncrement()
557 static PetscErrorCode TSPseudoSetTimeStepIncrement_Pseudo(TS ts, PetscReal inc) in TSPseudoSetTimeStepIncrement_Pseudo()
/petsc/src/mat/tests/
H A Dex74.c11 …t n, mbs = 16, bs = 1, nz = 3, prob = 1, i, j, k1, k2, col[3], lf, block, row, Ii, J, n1, inc; in main() local
/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c257 PetscReal dec = 0.2, inc = 5.0, safe = 0.9, optimal, last_desired_h; in TSGLLEAdaptChoose_Size() local
298 PetscReal dec = 0.2, inc = 5.0, safe = 0.9; in TSGLLEAdaptChoose_Both() local
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c267 for (PetscInt j = 0, inc = 0; j < h->cind[i * 3 + 0]; ++j, ++off, inc += h->cind[i * 3 + 1]) { in PetscViewerHDF5Load_Internal() local
/petsc/config/PETSc/
H A DConfigure.py772 def staticAssertSizeMatchesVoidStar(inc,typename): argument
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi1119 cdef PetscErrorCode matfactorinfo(PetscBool inc, PetscBool chol, object opts,
/petsc/src/vec/vec/impls/seq/
H A Ddvec2.c692 for (PetscInt j = j_rem, inc = 4; j < nv; j += inc, alpha += inc, y += inc) { in VecMAXPY_Seq() local
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c261 PetscMPIInt inc = (PetscMPIInt)PetscPowInt(m, l - i - 1); in PetscPartitionerMultistage_CreateStages() local
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1222 Ijk inc = closure_dim[dim][n]; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
1251 Ijk inc = closure_dim[dim][n]; in DMPlexCreateBoxMesh_Tensor_SFC_Internal() local
/petsc/src/sys/objects/
H A Doptions.c3033 PetscInt n = 0, i, j, start, end, inc, nvalues; in PetscOptionsGetIntArray() local
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c2782 const PetscInt inc[2] = {1, -1}; in PCApply_PATCH() local
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c83 static int inc = 0; variable