Home
last modified time | relevance | path

Searched defs:nodesPerCell (Results 1 – 3 of 3) sorted by relevance

/petsc/src/snes/impls/patch/
H A Dsnespatch.c373 …ationInfo(SNES snes, PetscInt nsubspaces, DM *dms, PetscInt *bs, PetscInt *nodesPerCell, const Pet… in SNESPatchSetDiscretisationInfo()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c504 …etisationInfo(PC pc, PetscInt nsubspaces, DM *dms, PetscInt *bs, PetscInt *nodesPerCell, const Pet… in PCPatchSetDiscretisationInfo()
547 static PetscErrorCode PCPatchSetDiscretisationInfoCombined(PC pc, DM dm, PetscInt *nodesPerCell, co… in PCPatchSetDiscretisationInfoCombined()
1368 PetscInt nodesPerCell = patch->nodesPerCell[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
1487 PetscInt nodesPerCell = patch->nodesPerCell[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
1589 PetscInt nodesPerCell = patch->nodesPerCell[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
/petsc/include/petsc/private/
H A Dpcpatchimpl.h56 …PetscInt *nodesPerCell; /* [field] Dofs per cell TODO Change "node" to "dof" everywher… member