Skip to content
Snippets Groups Projects
  1. Aug 03, 2020
  2. Aug 01, 2020
  3. Jul 28, 2020
  4. Jul 24, 2020
  5. Jul 20, 2020
  6. Jun 05, 2020
  7. Apr 14, 2020
  8. Apr 10, 2020
  9. Mar 27, 2020
  10. Mar 24, 2020
  11. Feb 26, 2020
  12. Feb 01, 2020
  13. Jan 03, 2020
  14. Oct 15, 2019
  15. 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
  16. Aug 30, 2019
  17. Aug 20, 2019
  18. Aug 14, 2019
  19. Aug 07, 2019
  20. Aug 06, 2019
  21. May 17, 2019
    • Dmitri Naumov's avatar
      [PaL] Add possibility to check parameter's domain. · 637b6736
      Dmitri Naumov authored
      Sometimes it happens, that a used parameter is defined
      on a different mesh, then the mesh node/element ids do
      not point to the right entities. This is difficult to
      detect at runtime (you have to look into the results)
      and leads to difficult to find errors.
      
      This implements an additional function to check the
      domains of definition, and adds an optional call to the
      test when the parameter is found.
      637b6736
  22. Mar 19, 2019
  23. Mar 11, 2019
Loading