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

Fix a bug in function DoFCellAccessor::distribute_local_to_global() #16472

Closed
wants to merge 11 commits into from

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    eed6dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01a77d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    72e831e View commit details
    Browse the repository at this point in the history
  2. cell_categorization test: Adjust output

    kronbichler authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bdb95b0 View commit details
    Browse the repository at this point in the history
  3. exchange refinement flags: doc and changelog

    tjhei authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    21d3946 View commit details
    Browse the repository at this point in the history
  4. Also test MUMPS symmetric mode.

    bangerth authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a896164 View commit details
    Browse the repository at this point in the history
  5. Use Utilities::fixed_power() where possible.

    bangerth authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    bd80d47 View commit details
    Browse the repository at this point in the history
  6. Use std::hypot() instead of std::sqrt(sum of squares).

    bangerth authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    671e0c0 View commit details
    Browse the repository at this point in the history
  7. Work around warnings about invalid array accesses.

    bangerth authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    fd5077c View commit details
    Browse the repository at this point in the history
  8. Initialize NumberCache::n_global_active_cells

    peterrum authored and Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    65065cf View commit details
    Browse the repository at this point in the history
  9. add test for DoFCellAccessor::distribute_local_to_global(local_matrix…

    …,local_vector,global_matrix,global_vector)
    Yimin Jin committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    7522c79 View commit details
    Browse the repository at this point in the history