- May 18, 2016
-
-
Bryan Berthou authored
-
Nabil Chouika authored
Initial
-
Nabil Chouika authored
Initial
-
Nabil Chouika authored
Revert branches
-
Nabil Chouika authored
New Nabil branch
-
Bryan Berthou authored
- NumA++ : create release branch
-
Bryan Berthou authored
- NumA++ : update SVN folders tree for trunk and branches
-
Bryan Berthou authored
- NumA++ : remove default SVN root trunk.
-
Bryan Berthou authored
- NumA++ : update SVN folders tree for trunk and branches
-
Bryan Berthou authored
- NumA++ : update SVN folders tree for trunk and branches
-
- Apr 25, 2016
-
-
Bryan Berthou authored
- Add comments
-
- Apr 11, 2016
-
-
Nabil Chouika authored
- Moved doxygen documentation of class inside namespace.
-
Bryan Berthou authored
- Move doxygen documentation to correct trouble when generate documentation : problem with namespace, multiple documentation file.
-
- Apr 08, 2016
-
-
Nabil Chouika authored
- Remove GL20 and GL40 by merging them into GaussLegendre (renamed GLNP) - Rename GaussKonrod to GaussKronrod (missing r) - Chebyshev interpolation - Various modifications to MatrixD and VectorD - Added ElementaryUtils dependence to NumA_Test - Adapted NumA_Test to take into account the change in GaussLegendre (with 5 different orders) - Massive rewriting of the Gap Equation solver (for now only Bad Broyden available)
-
- Apr 04, 2016
-
-
Pawel Sznajder authored
- Correction for the bug in QuadratureIntegrator1D class (due to different definition of virtual configure() function w.r.t. mother class the function was not called)
-
- Mar 21, 2016
-
-
Bryan Berthou authored
- Moving cpp file to src folder.
-
Bryan Berthou authored
- (draft) Implement errors handler for one dimension integrator ; implemented for DEXP & GK21_ADAPTIVE
-
Bryan Berthou authored
- Correcting wrong include path in DDInitialGenerator.
-
- Mar 18, 2016
-
-
Cédric Mezrag authored
First attempt to build the Structure of Radon Inverse code
-
- Mar 17, 2016
-
-
Bryan Berthou authored
- Propagate change from ElementaryUtils project.
-
Bryan Berthou authored
- Fixed DEXP integrator : missing members in copy constructors.
-
- Mar 16, 2016
-
-
Bryan Berthou authored
from @Luca Colaneri I found an error in Brent.h on line 26 you have two variables with the same name one must change "fpre" into "fcur"
-
Bryan Berthou authored
- Initialize some variables to 0.
-
- Mar 15, 2016
-
-
Nabil Chouika authored
- New MatrixD operations (multiplication, etc). - VectorD to MatrixD conversion. - Tests in MatrixD to avoid index out of bounds. - Corrected NumA_Tests
-
- Mar 11, 2016
-
-
Nabil Chouika authored
- Refactoring of quadratures.
-
- Mar 10, 2016
-
-
Nabil Chouika authored
- Fixed Gauss-Legendre
-
- Mar 09, 2016
-
-
Pawel Sznajder authored
- Initial version
-
Nabil Chouika authored
- Fixed DExp
-
- Mar 08, 2016
-
-
Bryan Berthou authored
- Correct tolerances in GK21_ADAPTIVE.
-
Bryan Berthou authored
- Correct tolerances in DEXP.
-
Bryan Berthou authored
- Add missing copy constructor and clone function.
-
- Mar 02, 2016
-
-
Bryan Berthou authored
- Add new method to generate steps for Interval (NORMAL & LOG)
-
Bryan Berthou authored
- Correct infinite loop
-
Bryan Berthou authored
- Implement Interval class.
-
- Feb 29, 2016
-
-
Bryan Berthou authored
- Update output format for tolerances
-
- Feb 26, 2016
-
-
Bryan Berthou authored
- Update project folder tree. - Move math tools from PARTONS to NumA++ (Tolerances, Differences, MathUtils ...) - Switch from basic template function to new architecture with inheritance and virtuality to provide powerful integration method layer for PARTONS. Adding generic way to configure integration method module (like in PARTONS). - Add one dimension function definition Keywords : Functors, Template class, inheritance, module, configure, generic parameters
-
- Feb 25, 2016
-
-
Nabil Chouika authored
- Added NumA++ doxyfile
-
- Feb 18, 2016
-
-
Nabil Chouika authored
- GapEquationSolverModule: Added the ability to resume iterations from previous computed solution - Avoid recalculating same quantities
-
- Feb 15, 2016
-
-
Nabil Chouika authored
- modifications to build.xml ("clean" removes CMakeCache.txt) and CMakeLists.txt
-
Nabil Chouika authored
- New build.xml for Eclipse VM
-