Formulation fails when calling Formulation::pre() many times
Hi everybody,
The codes fails when calling gmshddm::problem::Formulation::pre()
many times, as it keeps concatenating entries into _rhs
.
I guess one can just call _rhs.clear()
before (re)building _rhs
?
Cheers, Nicolas.