Home
last modified time | relevance | path

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

/petsc/src/sys/python/
H A Dpythonsys.c47 static PetscErrorCode PetscPythonFindLibrary(const char pythonexe[], char pythonlib[], size_t pl) in PetscPythonFindLibrary() function
192 PetscCall(PetscPythonFindLibrary(PetscPythonExe, PetscPythonLib, sizeof(PetscPythonLib))); in PetscPythonInitialize()