Skip to content

Commit

Permalink
Created hasBoundaryMaterialProperty and hasBlockMaterialProperty meth…
Browse files Browse the repository at this point in the history
…ods associated with the Boundary/BlockRestrictable interfaces; hasMaterialProperty retains the original behavior (true if the material exists anywhere), while the new commands only return true if they are defined on the same blocks as the calling object (refs #1228)

r21969
  • Loading branch information
aeslaughter authored and permcody committed Mar 7, 2014
1 parent 4733c76 commit 45eb416
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@
[]

[Materials]

[./heat1]
type = HeatConductionMaterial
block = '1 2'
Expand Down Expand Up @@ -188,4 +187,4 @@
output_initial = true
exodus = true
perf_log = true
[]
[]

0 comments on commit 45eb416

Please sign in to comment.