Home
last modified time | relevance | path

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

/petsc/src/mat/matfd/ftn-custom/
H A Dzfdmatrixf.c37 … Vec *, void *, PetscErrorCode *))fd->ftn_func_pointer)(&ts, &t, &x, &y, fd->ftn_func_cntx, &ierr); in ourmatfdcoloringfunctionts()
44 …*, Vec *, void *, PetscErrorCode *))fd->ftn_func_pointer)(&snes, &x, &y, fd->ftn_func_cntx, &ierr); in ourmatfdcoloringfunctionsnes()
59 (*fd)->ftn_func_cntx = ctx; in matfdcoloringsetfunctionts_()
67 (*fd)->ftn_func_cntx = ctx; in matfdcoloringsetfunction_()
/petsc/include/petsc/private/
H A Dmatimpl.h673 void *ftn_func_cntx; member