Home
last modified time | relevance | path

Searched refs:numBC (Results 1 – 11 of 11) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex1.c10 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 Dex14.c11 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, &section)); in main()
H A Dex14f90.F909 PetscInt :: dim, numFields, numBC
38 numBC = 0
42 …PetscCallA(DMPlexCreateSection(dm, PETSC_NULL_DMLABEL_ARRAY, numComp, numDof, numBC, PETSC_NULL_IN…
H A Dex1f90.F9013 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 Dplexsection.c194 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 Dex20.c161 PetscInt numBC = 0; in pic_insert_DMPLEX_with_cell_list() local
164 …PetscCall(DMPlexCreateSection(celldm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, &secti… 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, &secti… in pic_insert_DMPLEX()
H A Dex21.c58 PetscInt numBC = 0; in pic_advect() local
75 …PetscCall(DMPlexCreateSection(celldm, NULL, numComp, numDof, numBC, NULL, NULL, NULL, NULL, &secti… in pic_advect()
/petsc/src/dm/impls/plex/tests/
H A Dex15.c14 PetscInt numBC = 0; in main() local
40 …PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, bcFields, bcPoints, NULL, NULL, &s… in main()
H A Dex47.c527 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 Dex52.c269 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 DDMPlex.pyx1918 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