Searched refs:maxGroupSize (Results 1 – 1 of 1) sorted by relevance
2475 PetscInt maxGroupSize; in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange() local2502 for (n = 0, maxGroupSize = 0; n < nNodes;) { /* incremented in the loop */ in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange()2539 maxGroupSize = PetscMax(maxGroupSize, nEnd - n); in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange()2542 …PetscCheck(maxGroupSize <= nodeVecDim, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Dofs are not in blocks th… in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange()2546 …PetscCall(PetscMalloc3(maxGroupSize * nodeVecDim, &V, maxGroupSize * nodeVecDim, &W, nodeVecDim * … in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange()