Searched refs:ngsizc (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 181 ngsizc = dmbc->n; // *dmb2->numFields; in DMCreateInterpolation_Moab() 187 …ransformation between levels %" PetscInt_FMT " -> %" PetscInt_FMT ".\n", ngsizc, nlghsizp, dmbp->h… in DMCreateInterpolation_Moab() 252 PetscCall(MatSetSizes(*interpl, nlsizc, nlsizp, ngsizc, ngsizp)); in DMCreateInterpolation_Moab()
|