Skip to content
  1. Feb 27, 2025
  2. Feb 26, 2025
  3. Feb 25, 2025
  4. Feb 24, 2025
  5. Feb 23, 2025
  6. Feb 22, 2025
  7. Feb 21, 2025
  8. 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
  9. Feb 18, 2025
  10. Feb 17, 2025
  11. Feb 11, 2025
  12. Feb 10, 2025
Loading