-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/named arguments #1724
Feature/named arguments #1724
Conversation
…he patch if required)
…ite-recursion] + remove integrate on (edges not implemented) : @prudhomm maybe cherry pick this one?
…er path + re-enable feelpp_qs tests
…good place and the link libs are wrong (@prudhomm @romainhild)
…u package not usable), use vtk ubuntu package
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huge work and cleanup!! bravo
I read most of it but probably missed a few things
@@ -27,7 +27,7 @@ | |||
\author Christophe Prud'homme <christophe.prudhomme@feelpp.org> | |||
\date 2008-01-03 | |||
*/ | |||
#include <boost/timer.hpp> | |||
|
|||
#include <boost/smart_ptr/make_shared.hpp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how about std::make_shared
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this include is probably useless
@@ -103,6 +103,7 @@ class Heat : public ModelNumerical, | |||
static auto temperature( self_type const* t ) { return ModelFieldTag<self_type,0>( t ); } | |||
}; | |||
|
|||
#if 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be removed no ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed, I missed this one
@vincentchabannes should the branch be deleted ? |
** replace tabulate/table by Feel::table : not depend on english locale (fix for example with french locale)
** not use integrate on edges in pyfeelpp (fix some warning by review declartion of integrator::evaluate)
** fix memory leak in static condensation
** fix parameter space::distributeOnAllProc