Home
last modified time | relevance | path

Searched refs:PetscSectionSetUpBC (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi8 PetscErrorCode PetscSectionSetUpBC(PetscSection)
/petsc/include/
H A Dpetscsection.h53 PETSC_EXTERN PetscErrorCode PetscSectionSetUpBC(PetscSection);
/petsc/src/vec/is/section/interface/
H A Dsection.c1266 PetscErrorCode PetscSectionSetUpBC(PetscSection s) in PetscSectionSetUpBC() function
1344 PetscCall(PetscSectionSetUpBC(s)); in PetscSectionSetUp()
1345 for (f = 0; f < s->numFields; ++f) PetscCall(PetscSectionSetUpBC(s->field[f])); in PetscSectionSetUp()
1516 PetscCall(PetscSectionSetUpBC(gs)); in PetscSectionCreateGlobalSection()
1583 PetscCall(PetscSectionSetUpBC(gfs)); in PetscSectionCreateGlobalSection()
1660 PetscCall(PetscSectionSetUpBC(*gsection)); in PetscSectionCreateGlobalSectionCensored()
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c164 PetscCall(PetscSectionSetUpBC(s)); in PetscSectionLoad_HDF5_SingleField_SetConstraintIndices()
/petsc/src/dm/label/
H A Ddmlabel.c2626 PetscCall(PetscSectionSetUpBC(*gsection)); in PetscSectionCreateGlobalSectionLabel()