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
Todo list:
Leaving for v0.12.x
Breaking API changes:
uniform_mesh
(VX, VY, VZ)
MeshData
tag_boundary_faces
foo(x,y), foo(x,y,z)
foo(x::NTuple{Dim, T}) where {Dim, T})
h
example_mesh(Scramjet(), h = ...)
The text was updated successfully, but these errors were encountered:
Closing since the remaining todos are new issues
Sorry, something went wrong.
jlchan
No branches or pull requests
Todo list:
Leaving for v0.12.x
Breaking API changes:
uniform_mesh
output a tuple(VX, VY, VZ)
, haveMeshData
take that as an inputtag_boundary_faces
: switch fromfoo(x,y), foo(x,y,z)
tofoo(x::NTuple{Dim, T}) where {Dim, T})
.h
example_mesh(Scramjet(), h = ...)
The text was updated successfully, but these errors were encountered: