Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/simple/
H A Ddspacesimple.c148 sp->ops->applyall = PetscDualSpaceApplyAllDefault; in PetscDualSpaceInitialize_Simple()
/petsc/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c179 sp->ops->applyall = PetscDualSpaceApplyAllDefault; in PetscDualSpaceInitialize_Refined()
/petsc/include/petsc/private/
H A Dpetscfeimpl.h99 PetscErrorCode (*applyall)(PetscDualSpace, const PetscScalar *, PetscScalar *); member
/petsc/src/dm/dt/dualspace/impls/sum/
H A Ddualspacesum.c1216 sp->ops->applyall = PetscDualSpaceApplyAllDefault; in PetscDualSpaceInitialize_Sum()
/petsc/src/dm/dt/dualspace/interface/
H A Ddualspace.c1084 PetscUseTypeMethod(sp, applyall, pointEval, spValue); in PetscDualSpaceApplyAll()
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c3222 sp->ops->applyall = PetscDualSpaceApplyAllDefault; in PetscDualSpaceInitialize_Lagrange()