Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi34 PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection, PetscInt, PetscInt, PetscInt)
H A DSection.pyx578 petsc.PetscSectionAddFieldConstraintDof
584 CHKERR(PetscSectionAddFieldConstraintDof(self.sec, cpoint, cfield, cnumDof))
/petsc/include/
H A Dpetscsection.h48 PETSC_EXTERN PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection, PetscInt, PetscInt, Pet…
/petsc/src/dm/impls/plex/
H A Dplexsection.c237 if (Nf) PetscCall(PetscSectionAddFieldConstraintDof(section, p, field, numConst)); in DMPlexCreateSectionBCDof()
/petsc/src/vec/is/section/interface/
H A Dsection.c1245 PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionAddFieldConstraintDof() function
2246 if (cfdof) PetscCall(PetscSectionAddFieldConstraintDof(*supers, p, f, cfdof)); in PetscSectionCreateSupersection()