Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c524 patch->totalDofsPerCell = 0; in PCPatchSetDiscretisationInfo()
531 patch->totalDofsPerCell += nodesPerCell[i] * bs[i]; in PCPatchSetDiscretisationInfo()
564 patch->totalDofsPerCell = 0; in PCPatchSetDiscretisationInfoCombined()
568 patch->totalDofsPerCell += nodesPerCell[i]; in PCPatchSetDiscretisationInfoCombined()
1200 PetscInt totalDofsPerCell = patch->totalDofsPerCell; in PCPatchCreateCellPatchDiscretisationInfo() local
1238 numDofs = numCells * totalDofsPerCell; in PCPatchCreateCellPatchDiscretisationInfo()
1754 const PetscInt *idx = dofsArray + (offset + c) * patch->totalDofsPerCell; in PCPatchCreateMatrix_Private()
1755 for (i = 0; i < patch->totalDofsPerCell; ++i) { in PCPatchCreateMatrix_Private()
1758 for (j = 0; j < patch->totalDofsPerCell; ++j) { in PCPatchCreateMatrix_Private()
1781 for (celli = 0; celli < patch->totalDofsPerCell; celli++) { in PCPatchCreateMatrix_Private()
[all …]
/petsc/include/petsc/private/
H A Dpcpatchimpl.h57 PetscInt totalDofsPerCell; /* Dofs per cell counting all fields */ member