Searched refs:subspaceOffsets (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 38 …PetscInt *subspaceOffsets; /* Plex: NULL Firedrake: offset of each field in concatenated proce… member
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 504 …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 D | snespatch.c | 373 …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 D | PC.pyx | 2429 subspaceOffsets, argument 2447 subspaceOffsets = iarray_i(subspaceOffsets, NULL, &csubspaceOffsets)
|
| H A D | SNES.pyx | 2365 subspaceOffsets, argument 2383 subspaceOffsets = iarray_i(subspaceOffsets, NULL, &csubspaceOffsets)
|