## Describe the bug Lumped LHS that is inverted for dynamic (no fault) appears to be double counted along process boundaries and across cells. ## Desired solution - Use quadrature that results in a diagonal mass matrix for the integration. - Replace use of the Jacobian action and row sum with conventional integration. ## Questions - Can we use a vector instead of a matrix to avoid unnecessary memory allocation. We don't want to allocate enough memory for a sparse matrix.