Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/time/
H A Dfdate.c37 struct timeval tp; in PetscGetDate() local
/petsc/src/dm/impls/moab/
H A Ddmmbmg.cxx364 for (unsigned tp = 0; tp < connp.size(); tp++) { in DMCreateInterpolation_Moab() local
375 for (unsigned tp = 0; tp < connp.size(); tp++) { in DMCreateInterpolation_Moab() local
/petsc/src/benchmarks/streams/
H A DBasicVersion.c12 struct timeval tp; in second() local
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py407 from petsc4py import typing as tp unknown
/petsc/src/snes/tests/
H A Dex69.c364 PetscErrorCode MatAssemblyEnd_MyShell(Mat A, MatAssemblyType tp) in MatAssemblyEnd_MyShell()
/petsc/src/dm/impls/plex/
H A Dplexproject.c73 PetscInt coordDim, Nf, *Nc, f, spDim, d, v, tp; in DMProjectPoint_Func_Private() local
209 PetscInt numConstants, Nf, NfIn, NfAux = 0, f, spDim, d, v, inp, tp = 0; in DMProjectPoint_Field_Private() local
368 PetscInt numConstants, Nf, NfIn, NfAux = 0, f, spDim, d, v, inp, tp = 0; in DMProjectPoint_BdField_Private() local
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact2.c222 PetscScalar *x, x0, x1, x2, x3, x4, x5, x6, *t, *tp; in MatSolve_SeqSBAIJ_7_inplace() local
502 PetscScalar *x, x0, x1, x2, x3, x4, x5, *t, *tp; in MatSolve_SeqSBAIJ_6_inplace() local
768 PetscScalar *x, x0, x1, x2, x3, x4, *t, *tp; in MatSolve_SeqSBAIJ_5_inplace() local
1022 PetscScalar *x, x0, x1, x2, x3, *t, *tp; in MatSolve_SeqSBAIJ_4_inplace() local
1262 PetscScalar *x, x0, x1, x2, *t, *tp; in MatSolve_SeqSBAIJ_3_inplace() local
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c355 PetscInt tp; in VecMin_Nest() local
388 PetscInt tp; in VecMax_Nest() local
/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c465 PetscInt *tp, n; in place_in_tree() local
/petsc/src/ksp/pc/impls/gamg/
H A Dagg.c1351 const PetscReal *tp = PetscSafePointerPlusOffset(pc_gamg->data, jj * bs * nloc + kk); in PCGAMGConstructProlongator_AGG() local
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp129 static PetscErrorCode GetArrayAndMemTypeC_(Mat m, PetscScalar **p, PetscMemType *tp) noexcept in GetArrayAndMemTypeC_()