Searched refs:PetscFEVectorInsertTabulation (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/fe/impls/vector/ |
| H A D | fevector.c | 116 static PetscErrorCode PetscFEVectorInsertTabulation(PetscFE fe, PetscInt npoints, const PetscReal p… in PetscFEVectorInsertTabulation() function 178 …PetscCall(PetscFEVectorInsertTabulation(fe, npoints, points, k, scalar_Nb, scalar_point_stride, sc… in PetscFEComputeTabulation_Vector() 196 …PetscCall(PetscFEVectorInsertTabulation(fe, npoints, points, k, dof, scalar_point_stride, scalar_T… in PetscFEComputeTabulation_Vector()
|