Searched refs:lblocks (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7702 …PetscInt n, *sizes, *starts, i = 0, env = 0, tbs = 0, lblocks = 0, rstart, II, ln = 0, c… in MatComputeVariableBlockEnvelope() local 7747 starts[lblocks] = tbs; in MatComputeVariableBlockEnvelope() 7748 sizes[lblocks++] = 1 + II - tbs; in MatComputeVariableBlockEnvelope() 7763 edata->n = lblocks; in MatComputeVariableBlockEnvelope() 7765 PetscCall(PetscMalloc1(lblocks, &edata->is)); in MatComputeVariableBlockEnvelope() 7766 …for (PetscInt i = 0; i < lblocks; i++) PetscCall(ISCreateStride(PETSC_COMM_SELF, sizes[i], starts[… in MatComputeVariableBlockEnvelope() 7776 for (PetscInt i = 0; i < lblocks; i++) ln += sizes[i]; in MatComputeVariableBlockEnvelope() 7779 for (PetscInt i = 0; i < lblocks; i++) { in MatComputeVariableBlockEnvelope()
|