Searched refs:lmass (Results 1 – 1 of 1) sorted by relevance
10374 PetscErrorCode DMCreateMassMatrixLumped_Plex(DM dm, Vec *lmass, Vec *mass) in DMCreateMassMatrixLumped_Plex() argument10389 if (lmass) PetscCall(DMCreateLocalVector(dm, &locmass)); in DMCreateMassMatrixLumped_Plex()10407 if (lmass) *lmass = locmass; in DMCreateMassMatrixLumped_Plex()