Home
last modified time | relevance | path

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

/petsc/src/sys/dll/
H A Ddlimpl.c320 PetscErrorCode PetscDLAddr(PetscVoidFn *func, char *name[]) in PetscDLAddr() function
/petsc/doc/changes/
H A D315.md325 - Add `PetscDLAddr()` to get name for a symbol
/petsc/src/dm/dt/interface/
H A Ddtds.c193 PetscCall(PetscDLAddr(b->func, &name)); in PetscDSView_Ascii()
199 PetscCall(PetscDLAddr(b->func_t, &name)); in PetscDSView_Ascii()
H A Ddtweakform.c1014 PetscCall(PetscDLAddr(funcs[f], &fname)); in PetscWeakFormViewTable_Ascii()
/petsc/include/
H A Dpetscsys.h1632 PETSC_EXTERN PetscErrorCode PetscDLAddr(PetscVoidFn *, char *[]);