Home
last modified time | relevance | path

Searched defs:maxDegree (Results 1 – 13 of 13) sorted by relevance

/petsc/src/dm/dt/space/interface/
H A Dspace.c343 …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 Ddmfield.c346 …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 Ddmfieldds.c456 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 Dplexfem.c2421 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 Dplexproject.c946 PetscInt maxDegree; in DMProjectLocal_Generic_Plex() local
/petsc/src/dm/dt/fe/tests/
H A Dex2.c123 PetscInt Nf, f, maxDegree; in CreateFEGeometry() local
H A Dex1.c132 PetscInt Nf, f, maxDegree; in CreateFEGeometry() local
/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 …cErrorCode DMFieldGetDegree_DA(DMField field, IS pointIS, PetscInt *minDegree, PetscInt *maxDegree) in DMFieldGetDegree_DA()
/petsc/src/dm/dt/interface/
H A Ddtds.c3689 …, 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 Dpetscfeimpl.h40 PetscInt maxDegree; /* The containing approximation order of the space */ member
/petsc/src/dm/interface/
H A Ddm.c5204 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 Dfe.c2240 PetscErrorCode PetscFELimitDegree(PetscFE fe, PetscInt minDegree, PetscInt maxDegree, PetscFE *newf… in PetscFELimitDegree()