Home
last modified time | relevance | path

Searched defs:fctx (Results 1 – 11 of 11) sorted by relevance

/petsc/src/sys/tests/
H A Dex8.c52 struct FCtx *fctx = (struct FCtx *)ctx; in FSend() local
64 struct FCtx *fctx = (struct FCtx *)ctx; in FRecv() local
114 struct FCtx fctx; in main() local
/petsc/src/mat/matfd/
H A Dfdmatrix.c258 PetscErrorCode MatFDColoringGetFunction(MatFDColoring matfd, MatFDColoringFn **f, void **fctx) in MatFDColoringGetFunction()
290 PetscErrorCode MatFDColoringSetFunction(MatFDColoring matfd, MatFDColoringFn *f, void *fctx) in MatFDColoringSetFunction()
/petsc/src/sys/utils/ftn-custom/
H A Dzsortsof.c14 void *fctx; member
/petsc/src/snes/impls/gs/
H A Dgssecant.c21 void *fctx; in SNESComputeNGSDefaultSecant() local
/petsc/src/ksp/ksp/tutorials/
H A Dex21.c34 RBFCtx fctx; in main() local
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c40 void *fctx = coloring->fctx; in MatFDColoringApply_BAIJ() local
191 void *fctx = coloring->fctx; in MatFDColoringApply_AIJ() local
/petsc/src/ts/utils/
H A Dtsconvest.c127 PetscCtx fctx, jctx, rctx, ctx; in PetscConvEstGetConvRateTS_Spatial_Private() local
/petsc/src/ts/tests/
H A Dex10.c18 void *fctx, *Fctx; member
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c414 …Mat_ConstantDiagonal *actx = (Mat_ConstantDiagonal *)A->data, *fctx = (Mat_ConstantDiagonal *)fact… in MatFactorNumeric_ConstantDiagonal() local
/petsc/src/dm/impls/composite/
H A Dpack.c1318 void *fctx; in DMCompositeSampleGLVisFields_Private() local
/petsc/include/petsc/private/
H A Dmatimpl.h664 …void *fctx; /* optional user-defined context for use by the function… member