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

Add/update special functions in RB classes. #2714

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

jwpeterson
Copy link
Member

  • RBConstructionBase
  • RBParametrized
  • RBEIMConstruction

In general we should not call clear() in any class destructor unless
we need to manually clean up memory managed by that class. Instead, we
should just let the member destructors do their thing.

Refs #2710

* RBConstructionBase
* RBParametrized
* RBEIMConstruction

In general we should not call clear() in any class destructor unless
we need to manually clean up memory managed by that class. Instead, we
should just let the member destructors do their thing.

Refs libMesh#2710
@jwpeterson
Copy link
Member Author

The error here doesn't seem to be real... only one test failed and it has nothing to do with my change.

@jwpeterson jwpeterson merged commit d29ee2d into libMesh:master Sep 25, 2020
@jwpeterson jwpeterson deleted the move_rb branch September 27, 2020 17:39
jwpeterson added a commit to jwpeterson/libmesh that referenced this pull request Sep 30, 2020
This issue was introduced by the changes in libMesh#2714
See also: discussion in libMesh#2713
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant