Home
last modified time | relevance | path

Searched defs:Mass (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex42.c36 CEED_QFUNCTION(Mass)(PetscCtx ctx, const CeedInt Q, const CeedScalar *const *in, CeedScalar *const … in Mass() function
/petsc/src/ksp/ksp/tutorials/
H A Dex51.c34 Mat A, Mass; in main() local
/petsc/src/ts/tests/
H A Dex30.c159 PetscErrorCode gridToParticles(const DM dm, DM sw, const Vec rhs, Vec work_ferhs, Mat M_p, Mat Mass) in gridToParticles()