Skip to content
Snippets Groups Projects
  1. Jan 03, 2022
  2. Dec 28, 2021
    • Sergey Lesnik's avatar
      Enable restarts with ADIOS · 3f085f99
      Sergey Lesnik authored
          - The only working variant for write is BeginStep() and EndStep() in Mode::Append. Other variants of writing have issues, see commentary in adiosWrite.C
          - Save only double arrays => all adios templates are instantiated with double* instead of char*.
          - Refactor adios classes. Pull adios write and read functionality out of adiosCore into seprate classes. Clean up.
      3f085f99
  3. Dec 10, 2021
    • Sergey Lesnik's avatar
      Introduce debug switches in order to inspect file reading · f2a7ad3d
      Sergey Lesnik authored
      Example of a subdict in controlDict:
      
      DebugSwitches
      {
          dictionary 2;
          IOobject 1;
          time 1;
          DebugIOList 1;
          DebugIOField 1;
          volScalarField 1;
          volVectorField 1;
          OFstream 1;
          ISstream 2;
          IFstream 1;
      }
      
      Note that some of the switches have several level of verbosity, i.e. much more ouput if set to 2.
      f2a7ad3d
  4. Dec 06, 2021
  5. Nov 27, 2021
  6. Nov 26, 2021
  7. Nov 22, 2021
  8. Nov 16, 2021
  9. Nov 11, 2021
  10. Nov 10, 2021
  11. Nov 09, 2021
  12. Nov 04, 2021
  13. Nov 02, 2021
  14. Oct 27, 2021
  15. Oct 26, 2021
  16. Oct 19, 2021
  17. Jun 03, 2021
  18. May 11, 2021