Searched refs:PetscSectionAddConstraintDof (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 31 PetscErrorCode PetscSectionAddConstraintDof(PetscSection, PetscInt, PetscInt)
|
| H A D | Section.pyx | 499 setConstraintDof, getConstraintDof, petsc.PetscSectionAddConstraintDof 504 CHKERR(PetscSectionAddConstraintDof(self.sec, cpoint, cnumDof))
|
| /petsc/include/ |
| H A D | petscsection.h | 45 PETSC_EXTERN PetscErrorCode PetscSectionAddConstraintDof(PetscSection, PetscInt, PetscInt);
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 238 PetscCall(PetscSectionAddConstraintDof(section, p, numConst)); in DMPlexCreateSectionBCDof()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 1168 PetscErrorCode PetscSectionAddConstraintDof(PetscSection s, PetscInt point, PetscInt numDof) in PetscSectionAddConstraintDof() function 1250 PetscCall(PetscSectionAddConstraintDof(s->field[field], point, numDof)); in PetscSectionAddFieldConstraintDof()
|