MaterialDerivativeTestAction

!syntax description /Debug/MaterialDerivativeTest/MaterialDerivativeTestAction

Sets up

kernels, the corresponding variables they act on, and a sparse coupling matrix that optimizes the Jacobian test performance.

Input Parameters

  • prop_nameName of the material property to test the derivatives of.

    C++ Type:MaterialPropertyName

    Description:Name of the material property to test the derivatives of.

Required Parameters

  • active__all__ If specified only the blocks named will be visited and made active

    Default:__all__

    C++ Type:std::vector

    Description:If specified only the blocks named will be visited and made active

  • argsVariables the tested material property depends on.

    C++ Type:std::vector

    Description:Variables the tested material property depends on.

  • inactiveIf specified blocks matching these identifiers will be skipped.

    C++ Type:std::vector

    Description:If specified blocks matching these identifiers will be skipped.

  • derivative_order0Highest order derivative to test derivatives of.

    Default:0

    C++ Type:unsigned int

    Description:Highest order derivative to test derivatives of.

  • prop_typeType of the material property to test the derivatives of.

    C++ Type:MooseEnum

    Description:Type of the material property to test the derivatives of.

Optional Parameters