Skip to content
Snippets Groups Projects
  1. Jan 10, 2020
  2. Apr 05, 2019
  3. Apr 04, 2019
  4. Apr 03, 2019
    • bianucci's avatar
      Add DC-PSE feature. · 12121488
      bianucci authored
      12121488
    • bianucci's avatar
      Fix symbolic derivative computation in Monomial and restructure code to make... · 0030cd72
      bianucci authored
      Fix symbolic derivative computation in Monomial and restructure code to make it suitable to final integration into DCPSE.
      
      1) The derivative computation in Monomial was totally wrong as it did not account for the scalar factor. Now it has been fixed and the tests modified accordingly.
      2) The interface of Support has been changed to make it more suitable for the expected usage in the integrated DCPSE computation. Interfaces of the other classes interacting with Support has been changed accordingly.
      0030cd72
  5. Mar 29, 2019
    • bianucci's avatar
      Add RHS constuction for DCPSE and fix build issue when EIGEN package not properly found at first. · ec577798
      bianucci authored
      The DcpseRhs class provides machinery for getting the RHS to be used in the linear system associated with DCPSE computation. Analogously to Vandermonde, the user has to initialize the class with the MonomialBasis and differential signature in use and then pass an existing vector object to be filled to the getVector() method.
      The fix in CMakeLists.txt is to allow MacOs and CentOS builds to be successful: in these cases the EIGEN package may not be found at first and this case is now supported.
      ec577798
  6. Mar 28, 2019
  7. Mar 27, 2019
    • bianucci's avatar
      Add derivation functionality to Monomial and MonomialBasis. · 32a66115
      bianucci authored
      Possibility to get derivatives of Monomial and MonomialBasis objects has been added to allow for easy arbitrary derivative computation when building the RHS in the DCPSE linear system.
      Monomial was also renamed from MonomialBasisElement.
      32a66115
  8. Mar 25, 2019
  9. Mar 22, 2019
    • bianucci's avatar
      Add MonomialBasis feature for DCPSE. · 032819e1
      bianucci authored
      MonomialBasis allows generating the right exponent multi-indices to be used to build the Vandermonde matrix for DCPSE.
      Updated openfpm_data submodule is necessary for a fix included there.
      032819e1
  10. Mar 19, 2019
  11. Mar 18, 2019
  12. Mar 16, 2019
  13. Mar 15, 2019
  14. Mar 14, 2019
  15. Mar 11, 2019
  16. Mar 04, 2019
  17. Mar 03, 2019
  18. Mar 02, 2019
Loading