Skip to content
Snippets Groups Projects
Commit 06fe0497 authored by Gauthier Becker's avatar Gauthier Becker
Browse files

NonLinearShell Cg/Dg works :D

Introduce MPI in NonLinearMechSolver
parent 99669a17
No related branches found
No related tags found
No related merge requests found
......@@ -1021,6 +1021,7 @@ static fullMatrix<double> generateLagrangeMonomialCoefficients
(const fullMatrix<double>& monomial, const fullMatrix<double>& point)
{
if(monomial.size1() != point.size1() || monomial.size2() != point.size2()){
Msg::Info("Here");
Msg::Fatal("Wrong sizes for Lagrange coefficients generation %d %d -- %d %d",
monomial.size1(),point.size1(),
monomial.size2(),point.size2() );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment