From 0850478a72a70e6a2f22b9ea13cf354c88ee766e Mon Sep 17 00:00:00 2001 From: Jonathan Lambrechts <jonathan.lambrechts@uclouvain.be> Date: Mon, 18 Oct 2010 10:26:14 +0000 Subject: [PATCH] dg : strong boundary condition in CG for any dimension --- Solver/function.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Solver/function.cpp b/Solver/function.cpp index 47a6bdeed9..818d30bd9a 100644 --- a/Solver/function.cpp +++ b/Solver/function.cpp @@ -215,6 +215,7 @@ dataCacheDouble::dataCacheDouble(dataCacheMap *m, function *f): _cacheMap(*m),_value(m->getNbEvaluationPoints(),f->getNbCol()), _function(f) { m->addDataCacheDouble(this, f->isInvalitedOnElement()); + _valid = false; } void dataCacheDouble::resize(int nrow) -- GitLab