Skip to content
Snippets Groups Projects
  1. Jun 10, 2021
  2. Jan 19, 2021
  3. Sep 02, 2020
  4. Oct 08, 2019
  5. 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
  6. Jan 17, 2016
  7. 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
  8. Oct 02, 2015
  9. Jul 15, 2011
  10. Jul 11, 2011
Loading