Skip to content

Commit

Permalink
Merge pull request idaholab#14243 from miaoyinb/ADMaterials_PPC
Browse files Browse the repository at this point in the history
Add GetPostprocessorValueOld into AD Materials
  • Loading branch information
moosebuild committed Oct 31, 2019
2 parents 37f9e19 + 7036d84 commit dcbc846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/include/materials/ADMaterial.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
using ADMaterial<compute_stage>::_mesh; \
using ADMaterial<compute_stage>::isBoundaryMaterial; \
using ADMaterial<compute_stage>::copyDualNumbersToValues; \
using ADMaterial<compute_stage>::_displacements
using ADMaterial<compute_stage>::_displacements; \
using ADMaterial<compute_stage>::getPostprocessorValueOld

// forward declarations
template <ComputeStage>
Expand Down

0 comments on commit dcbc846

Please sign in to comment.