Home
last modified time | relevance | path

Searched refs:VecLoad_Plex (Results 1 – 4 of 4) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h271 PETSC_INTERN PetscErrorCode VecLoad_Plex(Vec, PetscViewer);
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4833 PetscCall(VecLoad_Plex(vec, viewer)); in VecLoad_pforest()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5640 PetscCall(VecSetOperation(*vec, VECOP_LOAD, (PetscErrorCodeFn *)VecLoad_Plex)); in DMCreateGlobalVector_Plex()
H A Dplex.c838 PetscErrorCode VecLoad_Plex(Vec v, PetscViewer viewer) in VecLoad_Plex() function