Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the possibility for checkpointing #286

Merged
merged 5 commits into from
Aug 14, 2023
Merged

Commits on Aug 14, 2023

  1. Add functions export_mesh and reimport_mesh to io module

    These are very useful for checkpointing
    sblauth committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    54a713d View commit details
    Browse the repository at this point in the history
  2. Add function cashocs.io.import_function

    This function is similar to `read_function_from_xdmf` but requires a function space.
    The benefit: We can import mesh and function simultaneously.
    sblauth committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    08d0b70 View commit details
    Browse the repository at this point in the history
  3. Add the possibility to save the Gmsh mesh in each iteration.

    This can then be used for checkpointing and restarting simulations / optimizations
    sblauth committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    fb3b3d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1c67c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    054ac5d View commit details
    Browse the repository at this point in the history