Home
last modified time | relevance | path

Searched refs:PetscFVGetDualSpace (Results 1 – 5 of 5) sorted by relevance

/petsc/include/
H A Dpetscfv.h90 PETSC_EXTERN PetscErrorCode PetscFVGetDualSpace(PetscFV, PetscDualSpace *);
/petsc/src/dm/dt/fv/interface/
H A Dfv.c1534 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 Dplexproject.c872 PetscCall(PetscFVGetDualSpace(fv, &cellsp[f])); in DMProjectLocal_Generic_Plex()
891 PetscCall(PetscFVGetDualSpace(fv, &cellspIn[f])); in DMProjectLocal_Generic_Plex()
H A Dplexfem.c2982 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 Dplextree.c1196 PetscCall(PetscFVGetDualSpace(fv, &dspace)); in DMPlexComputeAnchorMatrix_Tree_Direct()
2969 PetscCall(PetscFVGetDualSpace((PetscFV)disc, &dsp)); in DMPlexComputeInjectorReferenceTree()