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

Compressed io fix #82

Merged
merged 10 commits into from
May 23, 2021
Merged

Compressed io fix #82

merged 10 commits into from
May 23, 2021

Conversation

sshiraiwa
Copy link
Member

This pull will addresses the following issues

  • GridFunction(std::istream &) is called, it did not return a proper object when the argument is IOString.
  • When the filename is passed it is interpreted as a filename. When the file is compressed it does not detect it automatically.
  • Some routines generated using &feature("shadow") did not work in subclasses
  • STRUMPACK_DIR was not passed properly to CMake in setup.py

It also adds

  • PrintGZ (and similar methods) to GridFunction, Mesh, and other classes which generate a compressed file.

#81
#80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant