idaholab / blackbear

BlackBear is a MOOSE-based code for simulating degradation processes in concrete and other structural materials.
GNU Lesser General Public License v2.1
17 stars 42 forks source link

Adding EqualValueEmbeddedConstraintAction #249

Closed jain651 closed 3 years ago

jain651 commented 3 years ago

EqualValueEmbeddedConstraintAction provides a simpler way to apply EqualValueEmbeddedConstraint between a list of primary and secondary blocks for multiple displacement components.

closes #157

moosebuild commented 3 years ago

Job Test on 9a9a141 wanted to post the following:

View the site here

This comment will be updated on new commits.

jain651 commented 3 years ago

@bwspenc Would you please review this PR?

moosebuild commented 3 years ago

Job Precheck on 1ab49b9 wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/blackbear/docs/PRs/249/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format 8eed5d53180e0b697eda6fe28c663a449a7a49b2

jain651 commented 3 years ago

@bwspenc The PR is ready for review.