Skip to content

Commit

Permalink
doco fixup and removing extra members (idaholab#13260)
Browse files Browse the repository at this point in the history
  • Loading branch information
tophmatthews committed Apr 22, 2019
1 parent 4fe5437 commit 08cac7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions framework/include/kernels/ADKernel.h
Expand Up @@ -52,8 +52,6 @@
using ADKernelTempl<type, compute_stage>::accumulateTaggedLocalResidual; \
using ADKernelTempl<type, compute_stage>::accumulateTaggedLocalMatrix; \
using ADKernelTempl<type, compute_stage>::variable; \
using ADKernelTempl<type, compute_stage>::paramError; \
using ADKernelTempl<type, compute_stage>::isParamValid; \
using ADKernelTempl<type, compute_stage>::getFunction; \
using ADKernelTempl<type, compute_stage>::getPostprocessorValue

Expand Down
2 changes: 1 addition & 1 deletion test/tests/kernels/2d_diffusion/tests
Expand Up @@ -17,7 +17,7 @@
group = 'requirements'
requirement = 'MOOSE shall provide an ability to solve a 2D diffusion problem with Dirichlet boundary conditions using AD and match non-AD methods.'
issues = '#13260'
design = '/ADDirichletBC.md'
design = '/DirichletBC.md'
[../]
[./ad-testdirichlet-jac]
type = 'PetscJacobianTester'
Expand Down

0 comments on commit 08cac7d

Please sign in to comment.