Skip to content
Snippets Groups Projects
  1. Dec 03, 2021
  2. Jun 24, 2021
  3. Jun 14, 2021
  4. Apr 26, 2021
    • Mark OLESEN's avatar
      ENH: adjustments for Function1/PatchFunction1 · 399c21d7
      Mark OLESEN authored
      - additional debug information
      
      - improve support for dictionary specification of constant, polynomial
        and table entries. These previously only worked properly for
        primitiveEntry, which causes confusion.
      
      - extend table Function1 to include TableFile functionality.
        Simplifies switching and modifying content.
      399c21d7
  5. Jun 02, 2020
    • Mark OLESEN's avatar
      ENH: unify use of dictionary method names · 3e43edf0
      Mark OLESEN authored
      - previously introduced `getOrDefault` as a dictionary _get_ method,
        now complete the transition and use it everywhere instead of
        `lookupOrDefault`. This avoids mixed usage of the two methods that
        are identical in behaviour, makes for shorter names, and promotes
        the distinction between "lookup" access (ie, return a token stream,
        locate and return an entry) and "get" access (ie, the above with
        conversion to concrete types such as scalar, label etc).
      3e43edf0
  6. Oct 31, 2019
  7. Mar 14, 2019
  8. Feb 06, 2019
  9. Dec 17, 2018
  10. Jan 25, 2018
  11. Mar 28, 2018
  12. Mar 26, 2018
    • Mark OLESEN's avatar
      STYLE: consistent lookupOrDefault template parameters · 36719bf5
      Mark OLESEN authored
      - in many cases can just use lookupOrDefault("key", bool) instead of
        lookupOrDefault<bool> or lookupOrDefault<Switch> since reading a
        bool from an Istream uses the Switch(Istream&) anyhow
      
      STYLE: relocated Switch string names into file-local scope
      36719bf5
  13. Feb 23, 2018
  14. Nov 16, 2017
  15. Nov 15, 2017
  16. Dec 07, 2017
  17. Aug 08, 2017
  18. Mar 10, 2017
  19. Oct 03, 2016
  20. Sep 02, 2016
  21. Jul 27, 2016
  22. Feb 08, 2016
    • Henry Weller's avatar
      Rename DataEntry -> Function1 · 968c888f
      Henry Weller authored
      Function1 is an abstract base-class of run-time selectable unary
      functions which may be composed of other Function1's allowing the user
      to specify complex functions of a single scalar variable, e.g. time.
      The implementations need not be a simple or continuous functions;
      interpolated tables and polynomials are also supported.  In fact form of
      mapping between a single scalar input and a single primitive type output
      is supportable.
      
      The primary application of Function1 is in time-varying boundary
      conditions, it also used for other functions of time, e.g. injected mass
      is spray simulations but is not limited to functions of time.
      968c888f
  23. Feb 07, 2016
  24. Jan 10, 2016
  25. Dec 20, 2015
  26. Dec 08, 2015
  27. May 28, 2015
  28. Feb 06, 2015
  29. Dec 10, 2013
  30. Oct 29, 2012
  31. Oct 26, 2012
  32. Oct 25, 2012
  33. Feb 08, 2012
  34. Aug 14, 2011
  35. Jul 26, 2011
  36. Jul 22, 2011
  37. Jan 19, 2011
  38. Jan 14, 2011