Mentions légales du service

Skip to content
Snippets Groups Projects
Commit f5f91e39 authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#745 FSI/Newton: missing Assembly() call was added.

parent 27d9db63
Branches
No related tags found
No related merge requests found
...@@ -248,6 +248,8 @@ namespace HappyHeart ...@@ -248,6 +248,8 @@ namespace HappyHeart
god_of_dof.ApplyBoundaryCondition(dirichlet_bc, solid_residual); god_of_dof.ApplyBoundaryCondition(dirichlet_bc, solid_residual);
solid_residual.Assembly(__FILE__, __LINE__);
GetNonCstDifferentialSolidSolver().SolveLinear(solid_tangent, solid_tangent, GetNonCstDifferentialSolidSolver().SolveLinear(solid_tangent, solid_tangent,
solid_residual, solid_residual,
solution, solution,
......
...@@ -81,10 +81,6 @@ int main(int argc, char ** argv) ...@@ -81,10 +81,6 @@ int main(int argc, char ** argv)
{ {
ExceptionNS::PrintAndAbort(mpi, e.What()); ExceptionNS::PrintAndAbort(mpi, e.What());
} }
catch(...)
{
std::cout << "Here?" << std::endl;
}
} }
catch(const std::exception& e) catch(const std::exception& e)
{ {
......
...@@ -28,7 +28,6 @@ namespace HappyHeart ...@@ -28,7 +28,6 @@ namespace HappyHeart
{ } { }
namespace // anonymous namespace // anonymous
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment