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

Inconsistent comments in the documentation #61

Closed
VilmerD opened this issue Jan 29, 2024 · 2 comments
Closed

Inconsistent comments in the documentation #61

VilmerD opened this issue Jan 29, 2024 · 2 comments

Comments

@VilmerD
Copy link

VilmerD commented Jan 29, 2024

Students discovered an inconsistency in the documentation, under the mesh generation chapter, where the mesh properties are described it says:

mesh.elType = 3          # Degrees of freedom per node.
mesh.dofsPerNode = 1     # Factor that changes element sizes.
mesh.elSizeFactor = 0.15 # Element size Factor

But it should say something like

mesh.elType = 3         # Element type is quadrangle.
mesh.dofsPerNode = 1      # Degrees of freedom per node.
mesh.elSizeFactor = 0.15 # Factor that changes element sizes.

I know it's only a comment but it's important since the software is used for teaching, and so the users must get correct information.

@jonaslindemann
Copy link
Contributor

jonaslindemann commented Jan 29, 2024 via email

@jonaslindemann
Copy link
Contributor

Fixed in upcoming 3.6.6

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

No branches or pull requests

2 participants