Home
last modified time | relevance | path

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

/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c2475 PetscInt maxGroupSize; in PetscDualSpaceCreateInteriorSymmetryMatrix_Lagrange() local
2502 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()