Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi31 PetscErrorCode PetscSectionAddConstraintDof(PetscSection, PetscInt, PetscInt)
H A DSection.pyx499 setConstraintDof, getConstraintDof, petsc.PetscSectionAddConstraintDof
504 CHKERR(PetscSectionAddConstraintDof(self.sec, cpoint, cnumDof))
/petsc/include/
H A Dpetscsection.h45 PETSC_EXTERN PetscErrorCode PetscSectionAddConstraintDof(PetscSection, PetscInt, PetscInt);
/petsc/src/dm/impls/plex/
H A Dplexsection.c238 PetscCall(PetscSectionAddConstraintDof(section, p, numConst)); in DMPlexCreateSectionBCDof()
/petsc/src/vec/is/section/interface/
H A Dsection.c1168 PetscErrorCode PetscSectionAddConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionAddConstraintDof() function
1250 PetscCall(PetscSectionAddConstraintDof(s->field[field], point, numDof)); in PetscSectionAddFieldConstraintDof()