Searched refs:cols_idx (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/mumps/ |
| H A D | mumps.c | 1526 PetscInt **rows_idx, **cols_idx; in MatConvertToTriples_nest_xaij() local 1592 PetscCall(PetscMalloc4(nr, &rows, nc, &cols, nr, &rows_idx, nc, &cols_idx)); in MatConvertToTriples_nest_xaij() 1595 …for (PetscInt c = 0; c < nc; c++) PetscCall(ISGetIndices(cols[c], (const PetscInt **)&cols_idx[c])… in MatConvertToTriples_nest_xaij() 1604 const PetscInt *cidx = cols_idx[c]; in MatConvertToTriples_nest_xaij() 1640 ridx = cols_idx[c]; in MatConvertToTriples_nest_xaij() 1720 …PetscInt c = 0; c < nc; c++) PetscCall(ISRestoreIndices(cols[c], (const PetscInt **)&cols_idx[c])); in MatConvertToTriples_nest_xaij() 1721 PetscCall(PetscFree4(rows, cols, rows_idx, cols_idx)); in MatConvertToTriples_nest_xaij()
|