Home
last modified time | relevance | path

Searched refs:PetscSectionAddFieldDof (Results 1 – 4 of 4) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsec.pxi28 PetscErrorCode PetscSectionAddFieldDof(PetscSection, PetscInt, PetscInt, PetscInt)
H A DSection.pyx437 setFieldDof, getFieldDof, petsc.PetscSectionAddFieldDof
443 CHKERR(PetscSectionAddFieldDof(self.sec, cpoint, cfield, cnumDof))
/petsc/include/
H A Dpetscsection.h41 PETSC_EXTERN PetscErrorCode PetscSectionAddFieldDof(PetscSection, PetscInt, PetscInt, PetscInt);
/petsc/src/vec/is/section/interface/
H A Dsection.c1094 PetscErrorCode PetscSectionAddFieldDof(PetscSection s, PetscInt point, PetscInt field, PetscInt num… in PetscSectionAddFieldDof() function
2244 PetscCall(PetscSectionAddFieldDof(*supers, p, f, fdof)); in PetscSectionCreateSupersection()