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
A completely legit mesh fails when creating cyclic patches; turns out A discord user
Increase precision of output in vector_format in constants.py (workaround and a possible bugfix in next release)
vector_format
constants.py
def vector_format(vector) -> str: """Output for point/vertex definitions""" return f"({vector[0]:.15f} {vector[1]:.15f} {vector[2]:.15f})"
Make sure this doesn't break something else; if not really necessary, don't use that precision as it will clutter blockMeshDict considerably.
The text was updated successfully, but these errors were encountered:
FranzBangar
No branches or pull requests
Description
A completely legit mesh fails when creating cyclic patches; turns out
A discord user
What To Do
Increase precision of output in
vector_format
inconstants.py
(workaround and a possible bugfix in next release)Beware
Make sure this doesn't break something else; if not really necessary, don't use that precision as it will clutter blockMeshDict considerably.
The text was updated successfully, but these errors were encountered: