| /petsc/src/dm/dt/space/interface/ |
| H A D | space.c | 343 …tscErrorCode PetscSpaceGetDegree(PetscSpace sp, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegree) in PetscSpaceGetDegree() 366 PetscErrorCode PetscSpaceSetDegree(PetscSpace sp, PetscInt degree, PetscInt maxDegree) in PetscSpaceSetDegree()
|
| /petsc/src/dm/field/interface/ |
| H A D | dmfield.c | 346 …Code DMFieldGetDegree(DMField field, IS cellIS, PeOp PetscInt *minDegree, PeOp PetscInt *maxDegree) in DMFieldGetDegree() 444 PetscInt maxDegree; in DMFieldCreateFEGeom() local
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 456 PetscInt maxDegree; in DMFieldEvaluateFV_DS() local 656 …cErrorCode DMFieldGetDegree_DS(DMField field, IS pointIS, PetscInt *minDegree, PetscInt *maxDegree) in DMFieldGetDegree_DS() 790 PetscInt maxDegree; in DMFieldComputeFaceData_DS() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2421 PetscInt maxDegree; in DMPlexComputeIntegral_Internal() local 2764 PetscInt maxDegree; in DMPlexComputeBdIntegral_Internal() local 3611 PetscInt maxDegree; in DMPlexComputeInjectorFEM() local 4406 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeResidual_Patch_Internal() local 4634 …PetscInt Nf, fieldI, fieldJ, maxDegree, numCells, cStart, cEnd, numChunks, chunkSize, chunk… in DMPlexComputeJacobian_Patch_Internal() local 4948 PetscInt maxDegree; in DMPlexComputeBdResidualSingleByKey() local 5196 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeResidualByKey() local 5579 PetscInt maxDegree = PETSC_INT_MAX; in DMPlexComputeResidualHybridByKey() local 5947 PetscInt maxDegree; in DMPlexComputeBdJacobianSingleByLabel() local 6255 PetscInt maxDegree; in DMPlexComputeJacobianByKey() local [all …]
|
| H A D | plexproject.c | 946 PetscInt maxDegree; in DMProjectLocal_Generic_Plex() local
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex2.c | 123 PetscInt Nf, f, maxDegree; in CreateFEGeometry() local
|
| H A D | ex1.c | 132 PetscInt Nf, f, maxDegree; in CreateFEGeometry() local
|
| /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 …cErrorCode DMFieldGetDegree_DA(DMField field, IS pointIS, PetscInt *minDegree, PetscInt *maxDegree) in DMFieldGetDegree_DA()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3689 …, PetscInt numFields, const PetscInt fields[], PetscInt minDegree, PetscInt maxDegree, PetscDS new… in PetscDSSelectDiscretizations() 3911 PetscErrorCode PetscDSCopy(PetscDS ds, PetscInt minDegree, PetscInt maxDegree, DM dmNew, PetscDS ds… in PetscDSCopy()
|
| /petsc/include/petsc/private/ |
| H A D | petscfeimpl.h | 40 PetscInt maxDegree; /* The containing approximation order of the space */ member
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 5204 PetscErrorCode DMCopyFields(DM dm, PetscInt minDegree, PetscInt maxDegree, DM newdm) in DMCopyFields() 6323 …erDS_Internal(DM dm, DMLabel label, IS fields, PetscInt minDegree, PetscInt maxDegree, PetscDS ds,… 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()
|