Searched refs:bcField (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex1.c | 13 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 D | ex1f90.F90 | 19 PetscInt, target, dimension(1) :: bcField 63 bcField(1) = 0 64 pBcField => bcField
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 194 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 D | ex52.c | 272 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 D | DMPlex.pyx | 1904 …bcField: 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)
|