Skip to content
Snippets Groups Projects

Cosserat-Continuum-Nonplanar

Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -572,7 +572,7 @@ int main (int argc, char *argv[]) try
solver.solve();
xRBM = solver.getSol();
} else { //parameterSet.get<std::string>("solvertype") == "cholmod"
#if DUNE_VERSION_LT(DUNE_SOLVERS, 2, 8)
#if DUNE_VERSION_LT(DUNE_COMMON, 2, 8)
DUNE_THROW(Exception, "Please install dune-solvers >= 2.8 to use the Proximal Newton Solver with Cholmod!");
#else
RiemannianProximalNewtonSolver<DeformationFEBasis, RBM> solver;
Loading