Searched refs:PetscSectionAddFieldConstraintDof (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 34 PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection, PetscInt, PetscInt, PetscInt)
|
| H A D | Section.pyx | 578 petsc.PetscSectionAddFieldConstraintDof 584 CHKERR(PetscSectionAddFieldConstraintDof(self.sec, cpoint, cfield, cnumDof))
|
| /petsc/include/ |
| H A D | petscsection.h | 48 PETSC_EXTERN PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection, PetscInt, PetscInt, Pet…
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsection.c | 237 if (Nf) PetscCall(PetscSectionAddFieldConstraintDof(section, p, field, numConst)); in DMPlexCreateSectionBCDof()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 1245 PetscErrorCode PetscSectionAddFieldConstraintDof(PetscSection s, PetscInt point, PetscInt field, Pe… in PetscSectionAddFieldConstraintDof() function 2246 if (cfdof) PetscCall(PetscSectionAddFieldConstraintDof(*supers, p, f, cfdof)); in PetscSectionCreateSupersection()
|