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

matrix-free FEEvaluation: initialize with nan #14152

Merged
merged 2 commits into from
Jul 21, 2022
Merged

Commits on Jul 21, 2022

  1. matrix-free FEEvaluation: initialize with nan

    Initialize the internal scratch_data of FEEvaluation with signaling_nans
    in debug mode.
    tjhei committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    8d15a97 View commit details
    Browse the repository at this point in the history
  2. qualify namspace for MSVC

    otherwise MSVC tries to use
    numbers::internal from signaling_nan.h
    tjhei committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    b1883d9 View commit details
    Browse the repository at this point in the history