Home
last modified time | relevance | path

Searched refs:computetabulation (Results 1 – 6 of 6) sorted by relevance

/petsc/src/dm/dt/fe/impls/composite/
H A Dfecomposite.c203 fem->ops->computetabulation = PetscFEComputeTabulation_Composite; in PetscFEInitialize_Composite()
/petsc/src/dm/dt/fe/impls/vector/
H A Dfevector.c234 fe->ops->computetabulation = PetscFEComputeTabulation_Vector; in PetscFEInitialize_Vector()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h210 …PetscErrorCode (*computetabulation)(PetscFE, PetscInt, const PetscReal *, PetscInt, PetscTabulatio… member
/petsc/src/dm/dt/fe/impls/opencl/
H A Dfeopencl.c747 fem->ops->computetabulation = PetscFEComputeTabulation_Basic; in PetscFEInitialize_OpenCL()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c1009 PetscUseTypeMethod(fem, computetabulation, nrepl * npoints, points, K, *T); in PetscFECreateTabulation()
1065 PetscUseTypeMethod(fem, computetabulation, npoints, points, K, T); in PetscFEComputeTabulation()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c1257 fem->ops->computetabulation = PetscFEComputeTabulation_Basic; in PetscFEInitialize_Basic()