Searched refs:local_lumped_mass (Results 1 – 1 of 1) sorted by relevance
1427 Vec work, local_lumped_mass; in DMPlexTSComputeIFunctionFEM_Private() local1442 PetscCall(DMGetLumpedMass(dm, PETSC_TRUE, &local_lumped_mass)); in DMPlexTSComputeIFunctionFEM_Private()1446 PetscCall(VecPointwiseMult(work, locX_t, local_lumped_mass)); in DMPlexTSComputeIFunctionFEM_Private()1449 PetscCall(DMRestoreLumpedMass(dm, PETSC_TRUE, &local_lumped_mass)); in DMPlexTSComputeIFunctionFEM_Private()