Searched refs:nsubspaces (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 504 PetscErrorCode PCPatchSetDiscretisationInfo(PC pc, PetscInt nsubspaces, DM *dms, PetscInt *bs, Pets… in PCPatchSetDiscretisationInfo() argument 516 PetscCall(PetscMalloc1(nsubspaces, &sfs)); in PCPatchSetDiscretisationInfo() 517 PetscCall(PetscMalloc1(nsubspaces, &patch->dofSection)); in PCPatchSetDiscretisationInfo() 518 PetscCall(PetscMalloc1(nsubspaces, &patch->bs)); in PCPatchSetDiscretisationInfo() 519 PetscCall(PetscMalloc1(nsubspaces, &patch->nodesPerCell)); in PCPatchSetDiscretisationInfo() 520 PetscCall(PetscMalloc1(nsubspaces, &patch->cellNodeMap)); in PCPatchSetDiscretisationInfo() 521 PetscCall(PetscMalloc1(nsubspaces + 1, &patch->subspaceOffsets)); in PCPatchSetDiscretisationInfo() 523 patch->nsubspaces = nsubspaces; in PCPatchSetDiscretisationInfo() 525 for (i = 0; i < nsubspaces; ++i) { in PCPatchSetDiscretisationInfo() 536 PetscCall(PCPatchCreateDefaultSF_Private(pc, nsubspaces, sfs, patch->bs)); in PCPatchSetDiscretisationInfo() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | pcpatchimpl.h | 35 PetscInt nsubspaces; /* Number of fields */ member
|
| /petsc/src/snes/impls/patch/ |
| H A D | snespatch.c | 373 PetscErrorCode SNESPatchSetDiscretisationInfo(SNES snes, PetscInt nsubspaces, DM *dms, PetscInt *bs… in SNESPatchSetDiscretisationInfo() argument 382 …PetscCall(PCPatchSetDiscretisationInfo(patch->pc, nsubspaces, dms, bs, nodesPerCell, cellNodeMap, … in SNESPatchSetDiscretisationInfo()
|