Searched refs:ftn_func_pointer (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/matfd/ftn-custom/ ! |
| H A D | zfdmatrixf.c | 37 …(*(void (*)(TS *, PetscReal *, Vec *, Vec *, void *, PetscErrorCode *))fd->ftn_func_pointer)(&ts, … in ourmatfdcoloringfunctionts() 44 …(*(void (*)(SNES *, Vec *, Vec *, void *, PetscErrorCode *))fd->ftn_func_pointer)(&snes, &x, &y, f… in ourmatfdcoloringfunctionsnes() 58 (*fd)->ftn_func_pointer = (PetscFortranCallbackFn *)f; in matfdcoloringsetfunctionts_() 66 (*fd)->ftn_func_pointer = (PetscFortranCallbackFn *)f; in matfdcoloringsetfunction_()
|
| /petsc/include/petsc/private/ ! |
| H A D | matimpl.h | 672 …PetscFortranCallbackFn *ftn_func_pointer; /* serve the same purpose as *fortran_func_pointers in P… member
|