Home
last modified time | relevance | path

Searched refs:subspaceOffsets (Results 1 – 5 of 5) sorted by relevance

/petsc/include/petsc/private/
H A Dpcpatchimpl.h38 …PetscInt *subspaceOffsets; /* Plex: NULL Firedrake: offset of each field in concatenated proce… member
/petsc/src/ksp/pc/impls/patch/
H A Dpcpatch.c504 …etscInt *nodesPerCell, const PetscInt **cellNodeMap, const PetscInt *subspaceOffsets, PetscInt num… in PCPatchSetDiscretisationInfo() argument
521 PetscCall(PetscMalloc1(nsubspaces + 1, &patch->subspaceOffsets)); in PCPatchSetDiscretisationInfo()
534 patch->subspaceOffsets[i] = subspaceOffsets[i]; in PCPatchSetDiscretisationInfo()
539 patch->subspaceOffsets[nsubspaces] = subspaceOffsets[nsubspaces]; in PCPatchSetDiscretisationInfo()
560 PetscCall(PetscCalloc1(patch->nsubspaces + 1, &patch->subspaceOffsets)); in PCPatchSetDiscretisationInfoCombined()
563 …PetscCall(PetscSectionGetStorageSize(patch->dofSection[0], &patch->subspaceOffsets[patch->nsubspac… in PCPatchSetDiscretisationInfoCombined()
847 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchGetPointDofs()
1369 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo()
1488 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo()
1590 PetscInt subspaceOffset = patch->subspaceOffsets[k]; in PCPatchCreateCellPatchDiscretisationInfo()
[all …]
/petsc/src/snes/impls/patch/
H A Dsnespatch.c373 …etscInt *nodesPerCell, const PetscInt **cellNodeMap, const PetscInt *subspaceOffsets, PetscInt num… in SNESPatchSetDiscretisationInfo() argument
382 …ationInfo(patch->pc, nsubspaces, dms, bs, nodesPerCell, cellNodeMap, subspaceOffsets, numGhostBcs,… in SNESPatchSetDiscretisationInfo()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx2429 subspaceOffsets, argument
2447 subspaceOffsets = iarray_i(subspaceOffsets, NULL, &csubspaceOffsets)
H A DSNES.pyx2365 subspaceOffsets, argument
2383 subspaceOffsets = iarray_i(subspaceOffsets, NULL, &csubspaceOffsets)