Skip to content
Snippets Groups Projects
  1. Jul 12, 2022
  2. Jun 29, 2022
  3. Jan 28, 2022
  4. Jun 10, 2021
  5. Apr 30, 2021
  6. Jan 19, 2021
  7. Sep 02, 2020
  8. Oct 08, 2019
  9. Oct 07, 2019
    • Sander, Oliver's avatar
      Remove various binary operators when using dune-common 2.7 · f157ef50
      Sander, Oliver authored
      The dune-common 2.7 release finally adds all those standard
      binary addition, multiplication, etc operators for FieldVector
      and FieldMatrix.  Hence we do not have to have our own
      implementation anymore.  We still keep it for backward-
      compatibility with dune-common 2.6, but guard it behind
      cpp conditionals.
      f157ef50
  10. Jan 17, 2016
  11. Dec 27, 2015
    • Sander, Oliver's avatar
      Add more matrix operations, with an eye on adouble types · d2987209
      Sander, Oliver authored
      This patch adds several more implementations of operator+ etc for FieldMatrices.
      In particular, you can now combine matrices of adoubles (the 'active' type from
      the ADOL-C automatic differentiation library) with regular double types.
      
      These new operators are needed for the NonplanarCosseratShellEnergy class,
      which is coming in the next patch.
      d2987209
  12. Oct 02, 2015
  13. Jul 15, 2011
  14. Jul 11, 2011
Loading