Skip to content
Snippets Groups Projects
  1. May 18, 2016
  2. Apr 25, 2016
  3. Apr 11, 2016
    • Nabil Chouika's avatar
      refs#16 · 7e9cd94b
      Nabil Chouika authored
      - Moved doxygen documentation of class inside namespace.
      7e9cd94b
    • Bryan Berthou's avatar
      refs#16 · bfdaa1fc
      Bryan Berthou authored
      - Move doxygen documentation to correct trouble when generate documentation : problem with namespace, multiple documentation file.
      bfdaa1fc
  4. Apr 08, 2016
    • Nabil Chouika's avatar
      refs#16 · d41c7410
      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)
      d41c7410
  5. Apr 04, 2016
    • Pawel Sznajder's avatar
      refs#16 · 02d03e62
      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)
      02d03e62
  6. Mar 21, 2016
    • Bryan Berthou's avatar
      refs#16 · 11c09080
      Bryan Berthou authored
      - Moving cpp file to src folder.
      11c09080
    • Bryan Berthou's avatar
      refs#16 · f89584bf
      Bryan Berthou authored
      - (draft) Implement errors handler for one dimension integrator ; implemented for DEXP & GK21_ADAPTIVE
      f89584bf
    • Bryan Berthou's avatar
      refs#16 · 352ee718
      Bryan Berthou authored
      - Correcting wrong include path in DDInitialGenerator.
      352ee718
  7. Mar 18, 2016
    • Cédric Mezrag's avatar
      refs#16 · d1808f05
      Cédric Mezrag authored
      First attempt to build the Structure of Radon Inverse code
      d1808f05
  8. Mar 17, 2016
    • Bryan Berthou's avatar
      refs#16 · ccdb89e8
      Bryan Berthou authored
      - Propagate change from ElementaryUtils project.
      ccdb89e8
    • Bryan Berthou's avatar
      refs#16 · 3a8a4fab
      Bryan Berthou authored
      - Fixed DEXP integrator : missing members in copy constructors.
      3a8a4fab
  9. Mar 16, 2016
    • Bryan Berthou's avatar
      refs#16 · d49641c9
      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"
      d49641c9
    • Bryan Berthou's avatar
      refs#16 · c3b3331c
      Bryan Berthou authored
      - Initialize some variables to 0.
      c3b3331c
  10. Mar 15, 2016
    • Nabil Chouika's avatar
      refs#16 · 47f52d06
      Nabil Chouika authored
      - New MatrixD operations (multiplication, etc).
      - VectorD to MatrixD conversion.
      - Tests in MatrixD to avoid index out of bounds.
      - Corrected NumA_Tests
      47f52d06
  11. Mar 11, 2016
  12. Mar 10, 2016
  13. Mar 09, 2016
  14. Mar 08, 2016
  15. Mar 02, 2016
  16. Feb 29, 2016
  17. Feb 26, 2016
    • Bryan Berthou's avatar
      refs#16 · 6458d1f8
      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
      6458d1f8
  18. Feb 25, 2016
  19. Feb 18, 2016
    • Nabil Chouika's avatar
      refs#16 · fff7cd97
      Nabil Chouika authored
      - GapEquationSolverModule: Added the ability to resume iterations from previous computed solution
      - Avoid recalculating same quantities
      fff7cd97
  20. Feb 15, 2016
    • Nabil Chouika's avatar
      refs#16 · 76114972
      Nabil Chouika authored
      - modifications to build.xml ("clean" removes CMakeCache.txt) and CMakeLists.txt
      76114972
    • Nabil Chouika's avatar
      refs#16 · df8245cc
      Nabil Chouika authored
      - New build.xml for Eclipse VM
      df8245cc
Loading