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

dg : complete jacobian for volume term

parent 594e59c0
No related branches found
No related tags found
No related merge requests found
......@@ -87,6 +87,9 @@ public :
inline bool somethingDependOnMe() {
return !_dependOnMe.empty();
}
inline bool doIDependOn(dataCacheDouble &other) {
return (_iDependOn.find(&other)!=_iDependOn.end());
}
std::vector<dataCacheDouble*> _dependencies;
std::vector<const fullMatrix<double>*> _depM;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment