diff --git a/input/AForm.i b/input/AForm.i index cd5b99d..3f80f70 100644 --- a/input/AForm.i +++ b/input/AForm.i @@ -75,6 +75,14 @@ [] [] +[Postprocessors] + [P] + type = ElementIntegralVariablePostprocessor + variable = P + block = target + [] +[] + [Executioner] type = Transient solve_type = LINEAR diff --git a/input/THeat.i b/input/THeat.i index c6351a7..8a5e64a 100644 --- a/input/THeat.i +++ b/input/THeat.i @@ -61,6 +61,19 @@ [] [] +[Postprocessors] + [T(average)] + type = ElementAverageValue + variable = T + block = target + [] + [T(max)] + type = NodalExtremeValue + variable = T + block = target + [] +[] + [Executioner] type = Transient solve_type = LINEAR