Skip to content

Commit

Permalink
Add documentation for the vector functor matprop -> auxvariable auxke…
Browse files Browse the repository at this point in the history
…rnel, refs idaholab#19382
  • Loading branch information
GiudGiud committed Nov 16, 2021
1 parent 55d2cce commit 34ee3b9
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
Expand Up @@ -7,6 +7,10 @@
This object populates an elemental auxiliary variable by evaluating a functor
material property with an element argument.

!alert note
The version of this material for automatic differentiation (AD) material properties is
`FunctorADMatPropElementalAux`.

!syntax parameters /AuxKernels/FunctorMatPropElementalAux

!syntax inputs /AuxKernels/FunctorMatPropElementalAux
Expand Down
@@ -0,0 +1,19 @@
# FunctorVectorMatPropElementalAux

!syntax description /AuxKernels/FunctorVectorMatPropElementalAux

## Overview

This object populates an elemental auxiliary variable by evaluating a functor vector
material property with an element argument, and selecting one of its component using the
[!param](/AuxKernels/FunctorVectorMatPropElementalAux/component) parameter.

!alert note
The version of this material for automatic differentiation (AD) material properties is
`FunctorADVectorMatPropElementalAux`.

!syntax parameters /AuxKernels/FunctorVectorMatPropElementalAux

!syntax inputs /AuxKernels/FunctorVectorMatPropElementalAux

!syntax children /AuxKernels/FunctorVectorMatPropElementalAux

0 comments on commit 34ee3b9

Please sign in to comment.