Skip to content
Snippets Groups Projects
  1. Feb 24, 2025
  2. Feb 23, 2025
  3. Feb 22, 2025
  4. Feb 21, 2025
  5. Feb 19, 2025
    • Stéphane Del Pino's avatar
      Fix checkpointing tests · d99bcb67
      Stéphane Del Pino authored
      Test failed since mesh id is now incremented in sequential when mesh
      dispatching is called. This change is done to force a consistent
      behavior when load_balance is called in sequential or in parallel:
      - a "new" mesh is returned in sequential (a shallow copy is performed
        and id is incremented)
      - this allows to check that discrete functions are defined on the same
        "balanced" mesh even for sequential calculations (when preparing a
        calculation for instance)
      d99bcb67
    • Stéphane Del Pino's avatar
      Add load_balance:(Vh)->(Vh) function · 3409f456
      Stéphane Del Pino authored
      Load balancing is performed on a list of discrete functions that live
      on a common mesh. Their values are transferred according to the new
      partitioning of the mesh.
      3409f456
    • Stéphane Del Pino's avatar
      Add get_mesh:Vh->mesh function to the language · 54dfd636
      Stéphane Del Pino authored
      It allows to get the mesh that carries a discrete function
      54dfd636
  6. Feb 18, 2025
  7. Feb 17, 2025
  8. Feb 11, 2025
  9. Feb 10, 2025
  10. Feb 07, 2025
  11. Feb 05, 2025
  12. Feb 04, 2025
  13. Feb 03, 2025
  14. Feb 02, 2025
  15. Feb 01, 2025
  16. Jan 31, 2025
  17. Jan 30, 2025
  18. Jan 29, 2025
  19. Jan 25, 2025
  20. Jan 23, 2025
  21. Jan 17, 2025
Loading