Home
last modified time | relevance | path

Searched defs:minDegree (Results 1 – 8 of 8) sorted by relevance

/petsc/src/dm/dt/space/interface/
H A Dspace.c343 PetscErrorCode PetscSpaceGetDegree(PetscSpace sp, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegre… in PetscSpaceGetDegree()
/petsc/src/dm/field/interface/
H A Ddmfield.c346 PetscErrorCode DMFieldGetDegree(DMField field, IS cellIS, PeOp PetscInt *minDegree, PeOp PetscInt *… in DMFieldGetDegree()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDM.pyx683 def copyFields(self, DM dm, minDegree = None, maxDegree = None) -> None: argument
755 def copyDS(self, DM dm, minDegree = None, maxDegree = None) -> None: argument
/petsc/src/dm/field/impls/da/
H A Ddmfieldda.c355 static PetscErrorCode DMFieldGetDegree_DA(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DA()
/petsc/src/dm/dt/interface/
H A Ddtds.c3689 …zations(PetscDS prob, PetscInt numFields, const PetscInt fields[], PetscInt minDegree, PetscInt ma… in PetscDSSelectDiscretizations()
3911 PetscErrorCode PetscDSCopy(PetscDS ds, PetscInt minDegree, PetscInt maxDegree, DM dmNew, PetscDS ds… in PetscDSCopy()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c656 static PetscErrorCode DMFieldGetDegree_DS(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DS()
/petsc/src/dm/interface/
H A Ddm.c5204 PetscErrorCode DMCopyFields(DM dm, PetscInt minDegree, PetscInt maxDegree, DM newdm) in DMCopyFields()
6323 static PetscErrorCode DMTransferDS_Internal(DM dm, DMLabel label, IS fields, PetscInt minDegree, Pe… in DMTransferDS_Internal()
6357 PetscErrorCode DMCopyDS(DM dm, PetscInt minDegree, PetscInt maxDegree, DM newdm) in DMCopyDS()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c2240 PetscErrorCode PetscFELimitDegree(PetscFE fe, PetscInt minDegree, PetscInt maxDegree, PetscFE *newf… in PetscFELimitDegree()