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

resizes output vector to better handle vectors #3835

Open
wants to merge 7 commits into
base: devel
Choose a base branch
from

Commits on Apr 21, 2024

  1. Assert bcid set names are different

    This solves problems found when using MOOSE in tandem with libmesh due
    to MOOSE’s implementation treating names as the “first-class” identifier
    
    Resolves: libMesh#3489
    andcarl384 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c14dea8 View commit details
    Browse the repository at this point in the history
  2. resizes output vector to better handle vectors

    enhances MeshFunction to better handle vector variables
    which in turn helps general field transfers work with vectors as well
    
    resolves: libMesh#3714
    see also: #26084, #26045
    andcarl384 committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    54b6ca6 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. resizes output vector to better handle vectors

    enhances MeshFunction to better handle vector variables
    which in turn helps general field transfers work with vectors as well
    
     resolves: libMesh#3714
    see also: #26084, #26045
    andcarl384 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8081c03 View commit details
    Browse the repository at this point in the history
  2. fix meshbcid.C

    andcarl384 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    add40f7 View commit details
    Browse the repository at this point in the history
  3. fix mesh_function.h

    andcarl384 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8706945 View commit details
    Browse the repository at this point in the history
  4. fixed mesh_function.C

    andcarl384 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    451f7fd View commit details
    Browse the repository at this point in the history
  5. mesh_function.C comments

    andcarl384 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f1b10f1 View commit details
    Browse the repository at this point in the history