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

[Draft] Modify mesh IO to support nonconformal mesh initialization #84

Commits on Oct 2, 2023

  1. Change to allow for partitioning of Nonconformal meshes.

    - The partitioning is done using the MeshPartitioner where possible, but for nonconformal
    meshes will now use the standard ParMesh constructor.
    - Change to use Mesh& where a parameter out value is not allowed to be invalidated
    - Move #if 0 to behind constexpr false to ensure can continue to compile
    hughcars committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    ba53179 View commit details
    Browse the repository at this point in the history