Skip to content
Snippets Groups Projects
  1. Jul 29, 2021
  2. Jul 07, 2021
  3. Jan 01, 2021
  4. Jan 03, 2020
  5. Oct 22, 2019
    • Dmitri Naumov's avatar
      [PL] Pass vector of solutions to BC's. · 0407d265
      Dmitri Naumov authored
      Main reason for modification is the getFlux function, which for
      particular processes (ComponentTransport) relies on all solutions being
      available.
      This modification ripples through all of the code, especially through
      the boundary conditions.
      Modified `applyNaturalBC`, `preTimestep`, `integrate`, and `assemble`
      functions.
      0407d265
  6. Sep 12, 2019
    • Dmitri Naumov's avatar
      Add \file for in all files w/o it. · af7e4029
      Dmitri Naumov authored
      Fixes multiple copyright messages in the doxygen docu.
      
      ag '\\file' -L --ignore=ThirdParty *Lib |xargs  sed -i 's/\(.*\)\\copyright/\1\\file\n\1\\copyright/'
      af7e4029
  7. Jun 20, 2019
    • Dmitri Naumov's avatar
      [PL] BC; Fix lower order element values access. · 9ab62349
      Dmitri Naumov authored
      In cases when the underlying element is quadratic but the shape function
      is of linear order, there is a dimension mismatch between the
      NodalVectorType and the return value of the getNodalValuesOnElement.
      
      Taking the first rows of the return matrix ensures correct dimensions.
      9ab62349
  8. Mar 11, 2019
  9. Mar 01, 2019
  10. Jan 06, 2019
  11. Nov 06, 2018
Loading