Home
last modified time | relevance | path

Searched refs:bcFields (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex15.c17 PetscInt bcFields[1] = {0}; in main() local
40 …PetscCall(DMPlexCreateSection(dm, NULL, numComp, numDof, numBC, bcFields, bcPoints, NULL, NULL, &s… in main()
/petsc/src/dm/impls/plex/
H A Dplexsection.c454 PetscInt *bcFields, *numComp, *numDof; in DMCreateLocalSection_Plex() local
498 PetscCall(PetscCalloc3(numBC, &bcFields, numBC, &bcPoints, numBC, &bcComps)); in DMCreateLocalSection_Plex()
506 bcFields[bc] = f; in DMCreateLocalSection_Plex()
542 bcFields[bc] = field; in DMCreateLocalSection_Plex()
612 …PetscCall(DMPlexCreateSection(dm, labels, numComp, numDof, numBC, bcFields, bcComps, bcPoints, per… in DMCreateLocalSection_Plex()
630 PetscCall(PetscFree3(bcFields, bcPoints, bcComps)); in DMCreateLocalSection_Plex()