Home
last modified time | relevance | path

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

/petsc/src/sys/dll/
H A Ddl.c52 PetscErrorCode PetscDLLibraryRetrieve(MPI_Comm comm, const char libname[], char lname[], size_t lle… in PetscDLLibraryRetrieve() function
141 PetscCall(PetscDLLibraryRetrieve(comm, path, par2, PETSC_MAX_PATH_LEN, &foundlibrary)); in PetscDLLibraryOpen()
H A Dreg.c26 PetscCall(PetscDLLibraryRetrieve(PETSC_COMM_WORLD, libs, dlib, 1024, found)); in PetscLoadDynamicLibrary()
35 PetscCall(PetscDLLibraryRetrieve(PETSC_COMM_WORLD, libs, dlib, 1024, found)); in PetscLoadDynamicLibrary()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx3204 PetscCall(PetscDLLibraryRetrieve(PETSC_COMM_SELF, lib, dlib, 1024, found)); in HPDDMLoadDL_Private()
3209 PetscCall(PetscDLLibraryRetrieve(PETSC_COMM_SELF, lib, dlib, 1024, found)); in HPDDMLoadDL_Private()
3216 PetscCall(PetscDLLibraryRetrieve(PETSC_COMM_SELF, lib, dlib, 1024, found)); in HPDDMLoadDL_Private()
3220 PetscCall(PetscDLLibraryRetrieve(PETSC_COMM_SELF, lib, dlib, 1024, found)); in HPDDMLoadDL_Private()
/petsc/include/
H A Dpetscsys.h1670 PETSC_EXTERN PetscErrorCode PetscDLLibraryRetrieve(MPI_Comm, const char[], char *, size_t, PetscBoo…