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

Support a different elastic material in each block #5737

Merged
merged 7 commits into from
Mar 1, 2024

Commits on Feb 29, 2024

  1. Put some tests into namespace

    nilsvu committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fbedd57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    132c4f3 View commit details
    Browse the repository at this point in the history
  3. Support non-arrays in ExpandOverBlocks

    Also support `std::unique_ptr`s.
    This helps specify an elastic material for each block of the
    domain in the input file.
    nilsvu committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ebcb642 View commit details
    Browse the repository at this point in the history
  4. Allow to specify option name for ObserveNorms

    Allows to use this to observe quantities per material layer.
    nilsvu committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0c29ffa View commit details
    Browse the repository at this point in the history
  5. Add block names to Rectangle domain

    Also modernize constructors a bit.
    nilsvu committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7aa96af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5bd55a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    670e39c View commit details
    Browse the repository at this point in the history