My general question is: suppose you are given a PDE (possibly with boundary conditions). What does it mean to say the PDE "conserves mass"?
Specifically, if you are given the PDE $$- \nabla \cdot (a(x) \nabla u(x)) = f(x) \quad \text{in a domain $\Omega$,}$$ $$u = 0 \quad \text{ on } \partial \Omega,$$ how would you determine whether "mass is conserved"?
My guess would be that the mass is the integral $\int_\Omega u(x) \, dx$. But if this is the case, I don't know how to prove whether it is constant or not.
Edit: In this specific problem, there is no time involved, so you can't actually use a time derivative. However, it is the starting problem of a homogenization procedure, so actually it reads $$- \nabla \cdot (a_\epsilon(x) \nabla u_\epsilon(x)) = f(x) \quad \text{in a domain $\Omega$,}$$ $$u_\epsilon = 0 \quad \text{ on } \partial \Omega.$$
So the mass conservation might be related to the $\epsilon$, but I don't think so (because from the context I gather that determining whether the problem conserves mass is supposed to be done for a fixed $\epsilon$).
Any help is appreciated!