Searched refs:Tp (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/dm/dt/fe/impls/vector/ |
| H A D | fevector.c | 135 PetscReal *Tp = &Tk[p * scalar_point_stride * v->num_copies * v->num_copies]; in PetscFEVectorInsertTabulation() local 141 PetscReal *Ti = &Tp[i * block]; in PetscFEVectorInsertTabulation() 189 PetscReal *Tp; in PetscFEComputeTabulation_Vector() local 195 Tp = &Tk[off * scalar_block * v->num_copies * v->num_copies]; in PetscFEComputeTabulation_Vector() 196 …ll(PetscFEVectorInsertTabulation(fe, npoints, points, k, dof, scalar_point_stride, scalar_Tp, Tp)); in PetscFEComputeTabulation_Vector()
|
| /petsc/include/petsc/private/ |
| H A D | veccupmimpl.h | 1162 #define PETSC_VEC_CUPM_BASE_CLASS_HEADER(name, Tp, ...) \ argument 1163 PETSC_CUPMOBJECT_HEADER(Tp); \ 1164 using name = ::Petsc::vec::cupm::impl::Vec_CUPMBase<Tp, __VA_ARGS__>; \
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexcreate.c | 4011 …6, Lp = 37, Mp = 38, Np = 39, Op = 40, Pp = 41, Qp = 42, Rp = 43, Sp = 44, Tp = 45, Up = 46, Vp = … in DMPlexCreateTPSMesh_Internal() local 4062 {Np, Lp, Rp, Tp }, in DMPlexCreateTPSMesh_Internal() 4063 {Jp, Np, Tp, Qp + 56 * 1}, in DMPlexCreateTPSMesh_Internal() 4071 {Tp, Rp, Yp, Cq }, in DMPlexCreateTPSMesh_Internal() 4072 {Qp + 56 * 1, Tp, Cq, Wp + 56 * 1}, in DMPlexCreateTPSMesh_Internal()
|