Skip to content
Snippets Groups Projects
Commit 0850478a authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

dg : strong boundary condition in CG for any dimension

parent a867e1fd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment