-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix typos #22
fix typos #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, too small comments/questions. If you address (either by changing them or stating why you think it should stay how it is) them I will merge it.
@@ -113,14 +113,14 @@ namespace aspect | |||
|
|||
/** | |||
* After cells have been marked for coarsening/refinement, apply | |||
* additional criteria independent of the error estimate. | |||
* additional criteria independent of the error estimation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the original is more correct. Could you revert this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
"fields are within the ranges of values given. If these conditions " | ||
"hold, then an indicator is either put on or taken off " | ||
"in order to secure mesh refinement within the range of levels " | ||
"given. Usage of this plugin allows the user to put a conditional " | ||
"minimum and maximum refinement function onto fields that they " | ||
"are interested in." | ||
"\n\n" | ||
"For now, only temperature and names of compositions are allowed as " | ||
"For now, only temperature and compositional fields are allowed as " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldn't we mention that the compositional field is entered by it's name (maybe provide an what the default names look like if no names are provided?)?
I fixed some typos.