Searched defs:_bc_func_ctx (Results 1 – 1 of 1) sorted by relevance
61 typedef struct _bc_func_ctx { struct62 PetscErrorCode (*func)(PetscInt, PetscReal, const PetscReal[], PetscInt, PetscScalar[], void *);63 PetscInt dim;64 PetscInt Nf;65 void *ctx;