Home
last modified time | relevance | path

Searched defs:cur (Results 1 – 8 of 8) sorted by relevance

/petsc/src/ts/impls/implicit/glle/
H A Dglleadapt.c185 … PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, P… in TSGLLEAdaptChoose()
226 … PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, P… in TSGLLEAdaptChoose_None()
254 … PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, P… in TSGLLEAdaptChoose_Size()
295 … PetscInt orders[], const PetscReal errors[], const PetscReal cost[], PetscInt cur, PetscReal h, P… in TSGLLEAdaptChoose_Both()
H A Dglle.c793 PetscInt i, n, cur_p, cur, next_sc, candidates[64], orders[64]; in TSGLLEChooseNextScheme() local
/petsc/src/mat/graphops/color/utils/
H A Dweights.c145 PetscInt ncols, nxt, prv, cur; in MatColoringCreateSmallestLastWeights() local
/petsc/src/sys/utils/
H A Dsortso.c136 PetscInt last = l, k = 1, mid, cur = l + 1; in PetscGallopSearchLeft_Private() local
173 PetscInt last = r, k = 1, mid, cur = r - 1; in PetscGallopSearchRight_Private() local
/petsc/src/mat/impls/composite/
H A Dmcomposite.c132 Mat_CompositeLink cur; in MatMult_Composite() local
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx345 PetscInt i, j, cur = 0, ngroup = nv / 8, rem = nv % 8, N = xin->map->n; in VecMultiDot_Private() local
792 PetscInt i, j, cur = 0, ngroup = nv / 8, rem = nv % 8, N = yin->map->n; in VecMAXPY_SeqKokkos() local
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx509 PetscInt cur = 0; in MatMPIAIJKokkosReduceBegin() local
567 PetscInt cur = 0; in MatMPIAIJKokkosReduceBegin() local
/petsc/src/sys/objects/
H A Daoptions.c100 PetscOptionItem cur = PetscOptionsObject->next; in PetscOptionItemCreate_Private() local