Home
last modified time | relevance | path

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

/petsc/src/snes/impls/patch/
H A Dsnespatch.c373 …nt nsubspaces, DM *dms, PetscInt *bs, PetscInt *nodesPerCell, const PetscInt **cellNodeMap, const … in SNESPatchSetDiscretisationInfo()
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c504 …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 Dpcpatchimpl.h39 …PetscInt **cellNodeMap; /* [field][cell][dof in cell]: global dofs in cell TODO Free this a… member