Lines Matching refs:T
22 template <class T>
23 PetscErrorCode AdolcMalloc2(PetscInt m, PetscInt n, T **A[]) in AdolcMalloc2()
38 template <class T>
39 PetscErrorCode AdolcFree2(T **A) in AdolcFree2()
59 template <class T>
60 PetscErrorCode GiveGhostPoints(DM da, T *cgs, void *array) in GiveGhostPoints()
67 PetscCall(GiveGhostPoints1d(da, (T **)array)); in GiveGhostPoints()
69 PetscCall(GiveGhostPoints2d(da, cgs, (T ***)array)); in GiveGhostPoints()
84 template <class T>
85 PetscErrorCode GiveGhostPoints1d(DM da, T *a1d[]) in GiveGhostPoints1d()
108 template <class T>
109 PetscErrorCode GiveGhostPoints2d(DM da, T *cgs, T **a2d[]) in GiveGhostPoints2d()
130 template <class T>
131 PetscErrorCode Subidentity(PetscInt n, PetscInt s, T **S) in Subidentity()
147 template <class T>
148 PetscErrorCode Identity(PetscInt n, T **I) in Identity()