Searched defs:xxt_solver_info (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | xxt.c | 24 typedef struct xxt_solver_info { struct 25 PetscInt n, m, n_global, m_global; 26 PetscInt nnz, max_nnz, msg_buf_sz; 27 PetscInt *nsep, *lnsep, *fo, nfo, *stages; 28 PetscInt *col_sz, *col_indices; 29 PetscScalar **col_vals, *x, *solve_uu, *solve_w; 30 PetscInt nsolves; 31 PetscScalar tot_solve_time;
|