| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex1.c | 10 PetscInt dim, numFields, numBC; in main() local 37 numBC = 1; in main() 44 …PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, bcField, NULL, bcPointIS, NULL, &s… in main()
|
| H A D | ex14.c | 11 PetscInt dim, numFields, numBC, i; in main() local 40 numBC = 0; in main() 44 …PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, §ion)); in main()
|
| H A D | ex14f90.F90 | 9 PetscInt :: dim, numFields, numBC 38 numBC = 0 42 …PetscCallA(DMPlexCreateSection(dm, PETSC_NULL_DMLABEL_ARRAY, numComp, numDof, numBC, PETSC_NULL_IN…
|
| H A D | ex1f90.F90 | 13 PetscInt :: dim, numFields, numBC 54 numBC = 1 71 …PetscCallA(DMPlexCreateSection(dm, PETSC_NULL_DMLABEL_ARRAY, pNumComp, pNumDof, numBC, pBcField, p…
|
| /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 202 for (bc = 0; bc < numBC; ++bc) { in DMPlexCreateSectionBCDof() 270 static PetscErrorCode DMPlexCreateSectionBCIndicesField(DM dm, PetscInt numBC, const PetscInt bcFie… in DMPlexCreateSectionBCIndicesField() argument 290 for (bc = 0; bc < numBC; ++bc) { in DMPlexCreateSectionBCIndicesField() 427 …abel label[], const PetscInt numComp[], const PetscInt numDof[], PetscInt numBC, const PetscInt bc… in DMPlexCreateSection() argument 434 PetscCall(DMPlexCreateSectionBCDof(dm, numBC, bcField, bcComps, bcPoints, *section)); in DMPlexCreateSection() 439 if (numBC || aSec) { in DMPlexCreateSection() 440 PetscCall(DMPlexCreateSectionBCIndicesField(dm, numBC, bcField, bcComps, bcPoints, *section)); in DMPlexCreateSection() 455 PetscInt depth, dim, numBC = 0, Nf, Nds, s, bc = 0, f; in DMCreateLocalSection_Plex() local 491 if (label && isFE[field] && (type & DM_BC_ESSENTIAL)) ++numBC; in DMCreateLocalSection_Plex() [all …]
|
| /petsc/src/dm/tutorials/ |
| H A D | ex20.c | 161 PetscInt numBC = 0; in pic_insert_DMPLEX_with_cell_list() local 164 …PetscCall(DMPlexCreateSection(celldm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, §i… in pic_insert_DMPLEX_with_cell_list() 230 PetscInt numBC = 0; in pic_insert_DMPLEX() local 233 …PetscCall(DMPlexCreateSection(celldm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, §i… in pic_insert_DMPLEX()
|
| H A D | ex21.c | 58 PetscInt numBC = 0; in pic_advect() local 75 …PetscCall(DMPlexCreateSection(celldm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, §i… in pic_advect()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex15.c | 14 PetscInt numBC = 0; in main() local 40 …PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, bcFields, bcPoints, NULL, NULL, &s… in main()
|
| H A D | ex47.c | 527 const PetscInt numBC = 0; in main() local 536 PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, &s)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 269 PetscInt dim, numFields = 1, numBC, i; in main() local 298 numBC = 1; 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 | 1918 An array of size ``numBC`` giving the field number for each boundary 1919 condition, where ``numBC`` is the number of boundary conditions. 1921 An array of size ``numBC`` giving an `IS` holding the field 1924 An array of size ``numBC`` giving an `IS` holding the `DMPlex` points
|