Home
last modified time | relevance | path

Searched defs:hctx (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/impls/mffd/
H A Dwp.c52 MatMFFD_WP *hctx = (MatMFFD_WP *)ctx->hctx; in MatMFFDCompute_WP() local
87 MatMFFD_WP *hctx = (MatMFFD_WP *)ctx->hctx; in MatMFFDView_WP() local
112 MatMFFD_WP *hctx = (MatMFFD_WP *)ctx->hctx; in MatMFFDSetFromOptions_WP() local
132 MatMFFD_WP *hctx = (MatMFFD_WP *)ctx->hctx; in MatMFFDWPSetComputeNormU_P() local
178 MatMFFD_WP *hctx; in MatCreateMFFD_WP() local
H A Dmffddef.c49 MatMFFD_DS *hctx = (MatMFFD_DS *)ctx->hctx; in MatMFFDCompute_DS() local
89 MatMFFD_DS *hctx = (MatMFFD_DS *)ctx->hctx; in MatMFFDView_DS() local
105 MatMFFD_DS *hctx = (MatMFFD_DS *)ctx->hctx; in MatMFFDSetFromOptions_DS() local
128 MatMFFD_DS *hctx; in MatMFFDDSSetUmin_DS() local
190 MatMFFD_DS *hctx; in MatCreateMFFD_DS() local
H A Dmffdimpl.h35 void *hctx; member