Searched refs:nlsizc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmbmg.cxx | 170 PetscInt nlsizp, nlsizc, nlghsizp, ngsizp, ngsizc; in DMCreateInterpolation_Moab() local 179 nlsizc = dmbc->nloc; // *dmb2->numFields; in DMCreateInterpolation_Moab() 192 PetscCall(PetscCalloc2(nlsizc, &nnz, nlsizc, &onz)); in DMCreateInterpolation_Moab() 235 for (int i = 0; i < nlsizc; i++) nnz[i] += 1; /* self count the node */ in DMCreateInterpolation_Moab() 239 for (int tc = 0; tc < nlsizc; tc++) { in DMCreateInterpolation_Moab() 252 PetscCall(MatSetSizes(*interpl, nlsizc, nlsizp, ngsizc, ngsizp)); in DMCreateInterpolation_Moab()
|