Lines Matching refs:ds
38 subroutine PetscDSGetTabulationSetSizes(ds, i, tab, ierr)
43 PetscDS ds
50 subroutine PetscDSGetTabulationSetPointers(ds, i, T, ierr)
55 PetscDS ds
110 subroutine PetscDSGetTabulation(ds, tab, ierr) argument
113 PetscDS ds
116 call PetscDSGetNumFields(ds, Nf, ierr)
121 call PetscDSGetTabulationSetSizes(ds, i, tab(i)%ptr, ierr)
124 call PetscDSGetTabulationSetPointers(ds, i, tab(i)%ptr%T, ierr)
129 subroutine PetscDSRestoreTabulation(ds, tab, ierr) argument
132 PetscDS ds
135 call PetscDSGetNumFields(ds, Nf, ierr)