Searched defs:nodesPerCell (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 373 …ationInfo(SNES snes, PetscInt nsubspaces, DM *dms, PetscInt *bs, PetscInt *nodesPerCell, const Pet… in SNESPatchSetDiscretisationInfo()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 504 …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 D | pcpatchimpl.h | 56 …PetscInt *nodesPerCell; /* [field] Dofs per cell TODO Change "node" to "dof" everywher… member
|