Skip to content
Snippets Groups Projects
  1. Jun 11, 2018
  2. Jun 13, 2018
  3. Jun 12, 2018
  4. Jun 11, 2018
  5. Jun 08, 2018
  6. Jun 06, 2018
  7. Jun 05, 2018
  8. Jun 01, 2018
  9. May 30, 2018
  10. Jun 11, 2018
  11. May 24, 2018
  12. Apr 19, 2018
  13. Jan 17, 2018
  14. Jan 16, 2018
    • Andrew Heather's avatar
      ENH: residuals function object - extended to write residual fields · 6312f809
      Andrew Heather authored
      Residual fields can be written using the new 'writeFields' entry, e.g.
      
          functions
          {
              residual
              {
                  type            residuals;
                  libs            ("libutilityFunctionObjects.so");
                  fields          (".*");
                  writeControl    writeTime;
                  writeFields     true;
              }
          }
      
      Fields currently correspond to the initial residual for the last solver
      iteration.
      6312f809
  15. May 22, 2018
  16. Jan 11, 2018
  17. Feb 27, 2018