Home
last modified time | relevance | path

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

/petsc/src/dm/impls/da/
H A Ddadist.c25 PetscCall(VecSetOperation(*g, VECOP_LOAD, (PetscErrorCodeFn *)VecLoad_Default_DA)); in DMCreateGlobalVector_DA()
/petsc/include/petsc/private/
H A Dvecimpl.h115 static_assert(offsetof(struct _VecOps, load) == sizeof(PetscErrorCodeFn *) * VECOP_LOAD, "");
/petsc/include/
H A Dpetscvec.h697 VECOP_LOAD = 41, enumerator
/petsc/src/vec/vec/interface/
H A Dvector.c1260 } else if (op == VECOP_LOAD && !vec->ops->loadnative) { in VecSetOperation()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5640 PetscCall(VecSetOperation(*vec, VECOP_LOAD, (PetscErrorCodeFn *)VecLoad_Plex)); in DMCreateGlobalVector_Plex()
5650 PetscCall(VecSetOperation(*vec, VECOP_LOAD, (PetscErrorCodeFn *)VecLoad_Plex_Local)); in DMCreateLocalVector_Plex()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4863 PetscCall(VecSetOperation(*vec, VECOP_LOAD, (PetscErrorCodeFn *)VecLoad_pforest)); in DMCreateGlobalVector_pforest()