Searched defs:minDegree (Results 1 – 8 of 8) sorted by relevance
| /petsc/src/dm/dt/space/interface/ |
| H A D | space.c | 343 PetscErrorCode PetscSpaceGetDegree(PetscSpace sp, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegre… in PetscSpaceGetDegree()
|
| /petsc/src/dm/field/interface/ |
| H A D | dmfield.c | 346 PetscErrorCode DMFieldGetDegree(DMField field, IS cellIS, PeOp PetscInt *minDegree, PeOp PetscInt *… in DMFieldGetDegree()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DM.pyx | 683 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 D | dmfieldda.c | 355 static PetscErrorCode DMFieldGetDegree_DA(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DA()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3689 …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 D | dmfieldds.c | 656 static PetscErrorCode DMFieldGetDegree_DS(DMField field, IS pointIS, PetscInt *minDegree, PetscInt … in DMFieldGetDegree_DS()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 5204 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 D | fe.c | 2240 PetscErrorCode PetscFELimitDegree(PetscFE fe, PetscInt minDegree, PetscInt maxDegree, PetscFE *newf… in PetscFELimitDegree()
|