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

Based Neumann/Robin BCs and ICs on the Parameter class. #1356

Merged
merged 10 commits into from
Aug 29, 2016

Conversation

chleh
Copy link
Collaborator

@chleh chleh commented Aug 17, 2016

This PR is for the whole picture. I'll split off a PR for only the parameter class.
See also ufz/ogs-data#18.

Follow-up of #1357.

@ogsbot
Copy link
Member

ogsbot commented Aug 17, 2016

Jenkins: OGS-6/Gui/Mac-PRs failed: https://svn.ufz.de:8443/job/OGS-6/job/Gui/job/Mac-PRs/2419/

@ogsbot
Copy link
Member

ogsbot commented Aug 17, 2016

Jenkins: OGS-6/Mac-PRs failed: https://svn.ufz.de:8443/job/OGS-6/job/Mac-PRs/2434/

@ogsbot
Copy link
Member

ogsbot commented Aug 17, 2016

Jenkins: OGS-6/Linux-PRs failed: https://svn.ufz.de:8443/job/OGS-6/job/Linux-PRs/2570/

@ogsbot
Copy link
Member

ogsbot commented Aug 17, 2016

Jenkins: OGS-6/Linux-PRs-dynamic failed: https://svn.ufz.de:8443/job/OGS-6/job/Linux-PRs-dynamic/793/

}
else
{
OGS_FATAL("Cannot construct property of given type \'%s\'.",
Copy link
Member

@TomFischer TomFischer Aug 19, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sould it be parameter instead of property? ✅

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed. I'll correct it in #1357.

@chleh
Copy link
Collaborator Author

chleh commented Aug 19, 2016

@TomFischer thanks for your comments. Please keep in mind that this PR is a follow-up of #1357.

@ogsbot
Copy link
Member

ogsbot commented Aug 23, 2016

Jenkins: OGS-6/Linux-PRs-dynamic failed: https://svn.ufz.de:8443/job/OGS-6/job/Linux-PRs-dynamic/867/

@ogsbot
Copy link
Member

ogsbot commented Aug 23, 2016

Jenkins: OGS-6/Linux-PRs failed: https://svn.ufz.de:8443/job/OGS-6/job/Linux-PRs/2644/

@chleh chleh force-pushed the param-interface branch 3 times, most recently from f824777 to 32aef77 Compare August 26, 2016 08:44
auto const param_name = config.getConfigParameter<std::string>("parameter");
DBUG("Using parameter %s", param_name.c_str());

auto& param = findParameter<double>(param_name, parameters, 1);
Copy link
Member

@TomFischer TomFischer Aug 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

const? ✅

@TomFischer
Copy link
Member

After questions answered 👍

@endJunction
Copy link
Member

Independent of discussion points I touched ⏩

@endJunction
Copy link
Member

endJunction commented Aug 26, 2016

I slightly reduced load on Jenkins, but it takes some time to handle all the updates of the PRs'. We have only one docker client running, and that one is not particularly fast.
Now the Linux-PRs are build only if Linux-PRs-dynamic returns success. The latter one does not execute ctests any longer, only Linux-PRs.

@chleh chleh merged commit 6683db2 into ufz:master Aug 29, 2016
@chleh chleh deleted the param-interface branch August 29, 2016 08:34
@ogsbot
Copy link
Member

ogsbot commented Jun 19, 2020

OpenGeoSys development has been moved to GitLab.

See this pull request on GitLab.

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.

4 participants