21 params.addRequiredParam<PostprocessorName>(
"C1111",
22 "The postprocessor associated with the C1111 value");
23 params.addRequiredParam<PostprocessorName>(
"C1122",
24 "The postprocessor associated with the C1122 value");
25 params.addRequiredParam<PostprocessorName>(
"C1133",
26 "The postprocessor associated with the C1133 value");
27 params.addRequiredParam<PostprocessorName>(
"C2222",
28 "The postprocessor associated with the C2222 value");
29 params.addRequiredParam<PostprocessorName>(
"C2233",
30 "The postprocessor associated with the C2233 value");
31 params.addRequiredParam<PostprocessorName>(
"C3333",
32 "The postprocessor associated with the C3333 value");
33 params.addRequiredParam<PostprocessorName>(
"C1212",
34 "The postprocessor associated with the C1212 value");
35 params.addRequiredParam<PostprocessorName>(
"C2323",
36 "The postprocessor associated with the C2323 value");
37 params.addRequiredParam<PostprocessorName>(
"C3131",
38 "The postprocessor associated with the C3131 value");
44 _C1111(getPostprocessorValue(
"C1111")),
45 _C1122(getPostprocessorValue(
"C1122")),
46 _C1133(getPostprocessorValue(
"C1133")),
47 _C2222(getPostprocessorValue(
"C2222")),
48 _C2233(getPostprocessorValue(
"C2233")),
49 _C3333(getPostprocessorValue(
"C3333")),
50 _C1212(getPostprocessorValue(
"C1212")),
51 _C2323(getPostprocessorValue(
"C2323")),
52 _C3131(getPostprocessorValue(
"C3131"))
65 std::vector<Real> v(9);