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

Add PenaltyDirichletBC #5269

Closed
wants to merge 1 commit into from
Closed

Conversation

bwspenc
Copy link
Contributor

@bwspenc bwspenc commented Jun 18, 2015

closes #5268

@moosebuild
Copy link
Contributor

Results of testing a479a26 using moose_PR_pre_check recipe:

Passed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18221

@bwspenc
Copy link
Contributor Author

bwspenc commented Jun 19, 2015

This probably needs a little more work, but I'd like to get some feedback on whether I'm doing this right. In particular, does the way I'm doing computeJacobian() make sense? All I need to do is add the penalty to the diagonal for the current DOF, and it looks like I could do that by calling the add() method on the jacobian, but I don't have it available here. It looks like I have to grab a block of it. Is the (0,0) entry of that block the one where I want to put my entry? I'm guessing so because my example runs fine.

I should also probably add a test of this on a diffusion problem in moose/test.

@moosebuild
Copy link
Contributor

Results of testing a479a26 using moose_PR_test recipe:

Failed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18222

@moosebuild
Copy link
Contributor

Results of testing 3db8098 using moose_PR_pre_check recipe:

Passed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18225

@moosebuild
Copy link
Contributor

Results of testing a479a26 using moose_PR_test_dbg recipe:

Failed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18223

@moosebuild
Copy link
Contributor

Results of testing 3db8098 using moose_PR_test_dbg recipe:

Failed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18227

@moosebuild
Copy link
Contributor

Results of testing a479a26 using moose_PR_app_tests recipe:

Passed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18224

@moosebuild
Copy link
Contributor

Results of testing 3db8098 using moose_PR_test recipe:

Failed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18226

@moosebuild
Copy link
Contributor

Results of testing 3db8098 using moose_PR_app_tests recipe:

Passed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18228

@moosebuild
Copy link
Contributor

Results of testing a9d6036 using moose_PR_pre_check recipe:

Failed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18241

…idaholab#5268

Also made the penalty a required parameter.  Seems to me that if
you're using penalty anything, you'd better know what the penalty
is.
@moosebuild
Copy link
Contributor

Results of testing 927faee using moose_PR_pre_check recipe:

Failed on: linux-gnu

View the results here: https://www.moosebuild.org/view_job/18252

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

2 participants