Searched refs:DMFieldGetDegree (Results 1 – 7 of 7) sorted by relevance
| /petsc/include/ |
| H A D | petscdmfield.h | 53 PETSC_EXTERN PetscErrorCode DMFieldGetDegree(DMField, IS, PetscInt *, PetscInt *);
|
| /petsc/src/dm/field/interface/ |
| H A D | dmfield.c | 346 PetscErrorCode DMFieldGetDegree(DMField field, IS cellIS, PeOp PetscInt *minDegree, PeOp PetscInt *… in DMFieldGetDegree() function 523 PetscCall(DMFieldGetDegree(field, pointIS, NULL, &maxDegree)); in DMFieldCreateFEGeom()
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex1.c | 141 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in CreateFEGeometry()
|
| H A D | ex2.c | 132 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in CreateFEGeometry()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2461 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeIntegral_Internal() 2773 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMPlexComputeBdIntegral_Internal() 4440 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeResidual_Patch_Internal() 4704 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobian_Patch_Internal() 4967 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMPlexComputeBdResidualSingleByKey() 5241 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeResidualByKey() 5675 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeResidualHybridByKey() 5970 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMPlexComputeBdJacobianSingleByLabel() 6266 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobianByKey() 6489 PetscCall(DMFieldGetDegree(coordField, cellIS, NULL, &maxDegree)); in DMPlexComputeJacobianByKeyGeneral() [all …]
|
| H A D | plexproject.c | 1028 PetscCall(DMFieldGetDegree(coordField, isectIS, NULL, &maxDegree)); in DMProjectLocal_Generic_Plex() 1070 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMProjectLocal_Generic_Plex()
|
| /petsc/src/dm/field/impls/ds/ |
| H A D | dmfieldds.c | 483 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMFieldEvaluateFV_DS() 800 PetscCall(DMFieldGetDegree(field, cellIS, NULL, &maxDegree)); in DMFieldComputeFaceData_DS()
|