Searched refs:PetscSectionAddFieldDof (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsec.pxi | 28 PetscErrorCode PetscSectionAddFieldDof(PetscSection, PetscInt, PetscInt, PetscInt)
|
| H A D | Section.pyx | 437 setFieldDof, getFieldDof, petsc.PetscSectionAddFieldDof 443 CHKERR(PetscSectionAddFieldDof(self.sec, cpoint, cfield, cnumDof))
|
| /petsc/include/ |
| H A D | petscsection.h | 41 PETSC_EXTERN PetscErrorCode PetscSectionAddFieldDof(PetscSection, PetscInt, PetscInt, PetscInt);
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 1094 PetscErrorCode PetscSectionAddFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionAddFieldDof() function 2244 PetscCall(PetscSectionAddFieldDof(*supers, p, f, fdof)); in PetscSectionCreateSupersection()
|