Searched defs:cellNodeMap (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/snes/impls/patch/ ! |
| H A D | snespatch.c | 373 …nt nsubspaces, DM *dms, PetscInt *bs, PetscInt *nodesPerCell, const PetscInt **cellNodeMap, const … in SNESPatchSetDiscretisationInfo()
|
| /petsc/src/ksp/pc/impls/patch/ ! |
| H A D | pcpatch.c | 504 …nt nsubspaces, DM *dms, PetscInt *bs, PetscInt *nodesPerCell, const PetscInt **cellNodeMap, const … in PCPatchSetDiscretisationInfo() 547 …cretisationInfoCombined(PC pc, DM dm, PetscInt *nodesPerCell, const PetscInt **cellNodeMap, PetscI… in PCPatchSetDiscretisationInfoCombined() 1367 const PetscInt *cellNodeMap = patch->cellNodeMap[k]; in PCPatchCreateCellPatchDiscretisationInfo() local 1486 const PetscInt *cellNodeMap = patch->cellNodeMap[k]; in PCPatchCreateCellPatchDiscretisationInfo() local 1588 const PetscInt *cellNodeMap = patch->cellNodeMap[k]; in PCPatchCreateCellPatchDiscretisationInfo() local
|
| /petsc/include/petsc/private/ ! |
| H A D | pcpatchimpl.h | 39 …PetscInt **cellNodeMap; /* [field][cell][dof in cell]: global dofs in cell TODO Free this a… member
|