Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h457 PETSC_EXTERN PetscErrorCode DMPlexComputeMoments(DM, Vec, PetscReal[]);
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c1224 PetscCall(DMPlexComputeMoments(rdm, u_f, mom)); in DMSwarmRemap_PFAK_Internal()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c500 PetscCall(DMPlexComputeMoments(vdm, u[0], moments)); in computeVelocityFEMMoments()
H A Dex4.c628 PetscCall(DMPlexComputeMoments(vdm, u[0], moments)); in computeVelocityFEMMoments()
/petsc/src/dm/impls/plex/
H A Dplexfem.c7186 PetscErrorCode DMPlexComputeMoments(DM dm, Vec u, PetscReal moments[]) in DMPlexComputeMoments() function