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

Extend parameter view #2749

Closed
wants to merge 8,230 commits into from

Conversation

gassmoeller
Copy link
Member

This PR sits on top of #2747 and adds some convenience features to the parameter view, in particular:

  • Buttons to expand or collapse all subsections, or all parameter descriptions (e.g. to search for a particular parameter, or to only see a list of all parameters, without their description)
  • It sorts the parameters alphabetically (subsections and global parameters separately), instead of having them in the order in which they are declared in the source code

The new format can already be seen at https://gassmoeller.github.io/parameters/parameters.xml

mibillen and others added 30 commits August 17, 2018 04:34
…and and updated test files, moved all pngs to the doc/manual/cookbook directory to avoid duplications and updated readme file, removed extra prm-file
Use post step to create test results instead of '|| true'
Make a function unconditionally available and conditionally fail.
Allow negative scale factor for boundary velocity
Jenkinsfile.k8s whitespace and step names
Use 'nullptr' instead of '0' for pointers.
Add a termination criteria based on wall time.
bangerth and others added 25 commits November 29, 2018 09:00
Use std::make_shared/unique instead of plain 'new'.
Use std::uncaught_exceptions if possible.
Add option to output gravity anomalies to geoid postprocessor
…s_to_initial_lithostatic_pressure

add two merged boxes to initial lithostatic pressure plugin.
…e_named_outputs

Add test for the named additional output postprocessor
Update dockerfile to use correct deal.II base image
Prefer std::make_shared/unique over plain 'new'.
@gassmoeller gassmoeller closed this Jan 6, 2019
@gassmoeller gassmoeller changed the base branch from master to www January 6, 2019 10:31
@gassmoeller gassmoeller changed the base branch from www to master January 6, 2019 10:31
@gassmoeller gassmoeller deleted the extend_parameter_view branch January 6, 2019 21:12
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

Successfully merging this pull request may close these issues.

None yet