Searched refs:Fill_mat (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ts/event/tests/ |
| H A D | ex3span.c | 53 PetscErrorCode Fill_mat(PetscReal coeff, PetscInt m, Mat A); // Fills the system matrix (2*2) 91 PetscCallBack("Fill_mat", Fill_mat(0.2, ctx.m, ctx.A)); in main() 271 PetscCallBack("Fill_mat", Fill_mat(0.2 * Ctx->mult7, Ctx->m, Ctx->A)); in Postevent() 283 PetscErrorCode Fill_mat(PetscReal coeff, PetscInt m, Mat A) in Fill_mat() function
|