NEML2TensorBuffer

This tensor type requires Marlin to be built woth NEML2.

VectorTensor and SR2Tensor are tensor buffers based on NEML2 types.

Example Input File Syntax

Input Parameters

  • map_from_aux_variableSync the given AuxVariable to the buffer contents

    C++ Type:std::vector<AuxVariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:Sync the given AuxVariable to the buffer contents

  • map_to_aux_variableSync the given AuxVariable to the buffer contents

    C++ Type:std::vector<AuxVariableName>

    Unit:(no unit assumed)

    Controllable:No

    Description:Sync the given AuxVariable to the buffer contents

  • reciprocalFalseIs this a reciprocal space tensor?

    Default:False

    C++ Type:bool

    Controllable:No

    Description:Is this a reciprocal space tensor?

Optional Parameters

  • control_tagsAdds user-defined labels for accessing object parameters via control logic.

    C++ Type:std::vector<std::string>

    Controllable:No

    Description:Adds user-defined labels for accessing object parameters via control logic.

  • enableTrueSet the enabled status of the MooseObject.

    Default:True

    C++ Type:bool

    Controllable:No

    Description:Set the enabled status of the MooseObject.

Advanced Parameters