Searched refs:Ti (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1.c | 136 PetscReal AA, v_bar_ab, vTe, t1, TeDiff, Te, Ti, Tdiff; in FormFunction() local 140 …Te = PetscRealPart(2 * x[E_PERP_IDX] + x[E_PAR_IDX]) / 3, Ti = PetscRealPart(2 * x[I_PERP_IDX] + x… in FormFunction() 142 …s[0] * m_cgs[1]) * n_cm3[0] * ctx->lambdas[0][1] * PetscPowReal(m_cgs[0] * Ti + m_cgs[1] * Te, -1.… in FormFunction() 157 Tdiff = (ii == 0) ? (Ti - Te) : (Te - Ti); in FormFunction()
|
| /petsc/src/mat/impls/aij/seq/kokkos/ |
| H A D | aijkok.kokkos.cxx | 268 MatRowMapType *Ti = Ti_h.data(); in MatSeqAIJKokkosGenerateTransposeStructure() local 278 Ti++; in MatSeqAIJKokkosGenerateTransposeStructure() 279 for (PetscInt i = 0; i < nz; i++) Ti[Aj[i]]++; in MatSeqAIJKokkosGenerateTransposeStructure() 280 Ti--; in MatSeqAIJKokkosGenerateTransposeStructure() 281 for (PetscInt i = 0; i < n; i++) Ti[i + 1] += Ti[i]; in MatSeqAIJKokkosGenerateTransposeStructure() 288 PetscInt disp = Ti[r] + offset[r]; in MatSeqAIJKokkosGenerateTransposeStructure() 298 …cInt i = 0; i < n; i++) PetscCall(PetscSortIntWithArray(Ti[i + 1] - Ti[i], Tj + Ti[i], perm + Ti[i… in MatSeqAIJKokkosGenerateTransposeStructure()
|
| /petsc/src/dm/dt/fe/impls/vector/ |
| H A D | fevector.c | 141 PetscReal *Ti = &Tp[i * block]; in PetscFEVectorInsertTabulation() local 146 PetscReal *Tc = &Ti[c * dblock]; in PetscFEVectorInsertTabulation()
|
| /petsc/doc/ |
| H A D | petsc.bib | 8464 title = {Ti-PETSc - an interface to PETSc from Titanium},
|