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

Initialize SimulatorAccess object for compositing material models. #673

Merged

Commits on Nov 25, 2015

  1. Initialize SimulatorAccess object for compositing material models.

    This fixes the fact that compositing material models (specifically the depth dependent
    and averaging material models) held pointers to base models that may need to access
    the simulator, but never initialized these base models' pointers to the Simulator
    object. This patch fixes this by intercepting the initializing call.
    bangerth committed Nov 25, 2015
    Copy the full SHA
    c75408d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2015

  1. Add a changelog entry.

    Also fix a lot of lines with trailing whitespace.
    bangerth committed Nov 26, 2015
    Copy the full SHA
    e2dfff0 View commit details
    Browse the repository at this point in the history