Searched defs:numBC (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/impls/plex/tutorials/ |
| H A D | ex1.c | 10 PetscInt dim, numFields, numBC; in main() local
|
| H A D | ex14.c | 11 PetscInt dim, numFields, numBC, i; in main() local
|
| /petsc/src/dm/tutorials/ |
| H A D | ex20.c | 161 PetscInt numBC = 0; in pic_insert_DMPLEX_with_cell_list() local 230 PetscInt numBC = 0; in pic_insert_DMPLEX() local
|
| H A D | ex21.c | 58 PetscInt numBC = 0; in pic_advect() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex15.c | 14 PetscInt numBC = 0; in main() local
|
| H A D | ex47.c | 527 const PetscInt numBC = 0; in main() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 194 static PetscErrorCode DMPlexCreateSectionBCDof(DM dm, PetscInt numBC, const PetscInt bcField[], con… in DMPlexCreateSectionBCDof() 270 static PetscErrorCode DMPlexCreateSectionBCIndicesField(DM dm, PetscInt numBC, const PetscInt bcFie… in DMPlexCreateSectionBCIndicesField() 427 … DMLabel label[], const PetscInt numComp[], const PetscInt numDof[], PetscInt numBC, const PetscIn… in DMPlexCreateSection() 455 PetscInt depth, dim, numBC = 0, Nf, Nds, s, bc = 0, f; in DMCreateLocalSection_Plex() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex52.c | 269 PetscInt dim, numFields = 1, numBC, i; in main() local
|