Searched refs:PetscFELimitDegree (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscfe.h | 117 PETSC_EXTERN PetscErrorCode PetscFELimitDegree(PetscFE, PetscInt, PetscInt, PetscFE *);
|
| /petsc/doc/changes/ |
| H A D | 322.md | 188 - Add `PetscFELimitDegree()`
|
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 2240 PetscErrorCode PetscFELimitDegree(PetscFE fe, PetscInt minDegree, PetscInt maxDegree, PetscFE *newf… in PetscFELimitDegree() function
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3711 PetscCall(PetscFELimitDegree((PetscFE)disc, minDegree, maxDegree, &fe)); in PetscDSSelectDiscretizations()
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 5223 PetscCall(PetscFELimitDegree((PetscFE)field, minDegree, maxDegree, &newfe)); in DMCopyFields()
|