Skip to content
Snippets Groups Projects
Commit 6b74e8ed authored by graeser's avatar graeser Committed by graeser
Browse files

Reintroduce computeEnergy() to make the old TNNMGStep compile again

Until the TNNMGStep is parametrized by the *TNNMGProblem and not
by a Functional/ConvexProbelem we need the method here. However
the *TNNMGProblem can simply forward it to the COnvexProblem

[[Imported from SVN: r13085]]
parent a5cdfadc
No related branches found
No related tags found
No related merge requests found
......@@ -570,6 +570,12 @@ class BlockNonlinearTNNMGProblem
return s;
}
double computeEnergy(const VectorType& v) const
{
return problem_.computeEnergy(v);
}
protected:
struct LineSearch
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment