13#include "metaphysicl/raw_type.h"
24 "a component of a material tensor as specified by "
25 "the user-supplied indices");
27 "The rank two material property tensor name");
30 "index_i >= 0 & index_i <= 2",
31 "The index i of ij for the tensor to output (0, 1, 2)");
34 "index_j >= 0 & index_j <= 2",
35 "The index j of ij for the tensor to output (0, 1, 2)");
36 params.
set<
bool>(
"use_displaced_mesh") =
true;
43 _tensor(getGenericMaterialProperty<
RankTwoTensor, is_ad>(
"rank_two_tensor")),
44 _i(getParam<unsigned
int>(
"index_i")),
45 _j(getParam<unsigned
int>(
"index_j"))
registerMooseObject("SolidMechanicsApp", MaterialTensorIntegral)
void ErrorVector unsigned int
static InputParameters validParams()
This postprocessor computes an element integral of a component of a material tensor as specified by t...
MaterialTensorIntegralTempl(const InputParameters ¶meters)
virtual Real computeQpIntegral()
static InputParameters validParams()