Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tutorials/
H A Dex1.c13 PetscInt bcField[1]; in main() local
40 bcField[0] = 0; in main()
44 …PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, bcField, NULL, bcPointIS, NULL, &s… in main()
H A Dex1f90.F9019 PetscInt, target, dimension(1) :: bcField
63 bcField(1) = 0
64 pBcField => bcField
/petsc/src/dm/impls/plex/
H A Dplexsection.c194 static PetscErrorCode DMPlexCreateSectionBCDof(DM dm, PetscInt numBC, const PetscInt bcField[], con… in DMPlexCreateSectionBCDof() argument
209 field = bcField[bc]; in DMPlexCreateSectionBCDof()
270 … DMPlexCreateSectionBCIndicesField(DM dm, PetscInt numBC, const PetscInt bcField[], const IS bcCom… in DMPlexCreateSectionBCIndicesField() argument
291 const PetscInt field = bcField[bc]; in DMPlexCreateSectionBCIndicesField()
427 …scInt numComp[], const PetscInt numDof[], PetscInt numBC, const PetscInt bcField[], const IS bcCom… in DMPlexCreateSection() argument
434 PetscCall(DMPlexCreateSectionBCDof(dm, numBC, bcField, bcComps, bcPoints, *section)); in DMPlexCreateSection()
440 PetscCall(DMPlexCreateSectionBCIndicesField(dm, numBC, bcField, bcComps, bcPoints, *section)); in DMPlexCreateSection()
/petsc/src/ts/tutorials/
H A Dex52.c272 PetscInt bcField[1]; in main() local
301 bcField[0] = 0; in main()
306 …PetscCall(DMPlexCreateSection(da, NULL, numComp, numDof, numBC, bcField, NULL, bcPointIS, NULL, &s… in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMPlex.pyx1904bcField: Sequence[int] | None = None, bcComps: Sequence[IS] | None = None, bcPoints: Sequence[IS] …
1917 bcField
1950 if bcField is not None:
1951 bcField = iarray_i(bcField, &nbc, &bcfield)