Home
last modified time | relevance | path

Searched refs:nlsizp (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmbmg.cxx170 PetscInt nlsizp, nlsizc, nlghsizp, ngsizp, ngsizc; in DMCreateInterpolation_Moab() local
178 nlsizp = dmbp->nloc; // *dmb1->numFields; in DMCreateInterpolation_Moab()
241 nnz[tc] = std::min(nlsizp, nnz[tc]); in DMCreateInterpolation_Moab()
242 onz[tc] = std::min(ngsizp - nlsizp, onz[tc]); in DMCreateInterpolation_Moab()
252 PetscCall(MatSetSizes(*interpl, nlsizc, nlsizp, ngsizc, ngsizp)); in DMCreateInterpolation_Moab()