Searched refs:PetscFVGetDualSpace (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/ |
| H A D | petscfv.h | 90 PETSC_EXTERN PetscErrorCode PetscFVGetDualSpace(PetscFV, PetscDualSpace *);
|
| /petsc/src/dm/dt/fv/interface/ |
| H A D | fv.c | 1534 PetscErrorCode PetscFVGetDualSpace(PetscFV fvm, PetscDualSpace *sp) in PetscFVGetDualSpace() function 1763 PetscCall(PetscFVGetDualSpace(fv, &Q)); in PetscFVClone() 1808 PetscCall(PetscFVGetDualSpace(fv, &Q)); in PetscFVRefine()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexproject.c | 872 PetscCall(PetscFVGetDualSpace(fv, &cellsp[f])); in DMProjectLocal_Generic_Plex() 891 PetscCall(PetscFVGetDualSpace(fv, &cellspIn[f])); in DMProjectLocal_Generic_Plex()
|
| H A D | plexfem.c | 2982 PetscCall(PetscFVGetDualSpace(fvRef[f], &Q)); in DMPlexComputeInterpolatorNested() 2984 PetscCall(PetscFVGetDualSpace(fv, &Q)); in DMPlexComputeInterpolatorNested() 2997 PetscCall(PetscFVGetDualSpace(fv, &Q)); in DMPlexComputeInterpolatorNested() 3017 PetscCall(PetscFVGetDualSpace(fvRef[fieldI], &Qref)); in DMPlexComputeInterpolatorNested() 3228 PetscCall(PetscFVGetDualSpace(fv, &Q)); in DMPlexComputeInterpolatorGeneral() 3624 PetscCall(PetscFVGetDualSpace(fvRef[f], &Q)); in DMPlexComputeInjectorFEM() 3652 PetscCall(PetscFVGetDualSpace(fvRef[field], &QF)); in DMPlexComputeInjectorFEM() 3654 PetscCall(PetscFVGetDualSpace(fvC, &QC)); in DMPlexComputeInjectorFEM()
|
| H A D | plextree.c | 1196 PetscCall(PetscFVGetDualSpace(fv, &dspace)); in DMPlexComputeAnchorMatrix_Tree_Direct() 2969 PetscCall(PetscFVGetDualSpace((PetscFV)disc, &dsp)); in DMPlexComputeInjectorReferenceTree()
|