We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
When I try and run test_adapt.py the test fails and leaves me with the following error:
target mesh has 224 nodes Colinearity detection ... Beginning PRAgMaTIc adapt Initialising PRAgMaTIc ... python: /home/will/pragmatic/include/Mesh.h:2619: void Mesh<real_t>::compute_ref_length() [with real_t = double]: Assertion `std::isnormal(Lref)' failed. Aborted (core dumped)
The other tests run fine. I am running Ubuntu 20.04 and Fenics 2018. Could anyone help? Thanks.
The text was updated successfully, but these errors were encountered:
test_adapt.py
No branches or pull requests
Hi there,
When I try and run test_adapt.py the test fails and leaves me with the following error:
target mesh has 224 nodes
Colinearity detection ...
Beginning PRAgMaTIc adapt
Initialising PRAgMaTIc ...
python: /home/will/pragmatic/include/Mesh.h:2619: void Mesh<real_t>::compute_ref_length() [with real_t = double]: Assertion `std::isnormal(Lref)' failed.
Aborted (core dumped)
The other tests run fine. I am running Ubuntu 20.04 and Fenics 2018. Could anyone help? Thanks.
The text was updated successfully, but these errors were encountered: