Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h269 PETSC_INTERN PetscErrorCode VecLoad_Plex_Local(Vec, PetscViewer);
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c740 PetscCall(VecLoad_Plex_Local(locv, viewer)); in VecLoad_Plex_HDF5_Internal()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5650 PetscCall(VecSetOperation(*vec, VECOP_LOAD, (PetscErrorCodeFn *)VecLoad_Plex_Local)); in DMCreateLocalVector_Plex()
H A Dplex.c812 PetscErrorCode VecLoad_Plex_Local(Vec v, PetscViewer viewer) in VecLoad_Plex_Local() function