moltres
Loading...
Searching...
No Matches
SideWeightedIntegralPostprocessor.h
Go to the documentation of this file.
1#pragma once
2
3#include "SideIntegralVariablePostprocessor.h"
4
9class SideWeightedIntegralPostprocessor : public SideIntegralVariablePostprocessor
10{
11public:
12 SideWeightedIntegralPostprocessor(const InputParameters & parameters);
13
14 static InputParameters validParams();
15
16protected:
17 virtual Real computeQpIntegral() override;
18
19 // Weight variable
20 const VariableValue & _weight;
21};
Definition SideWeightedIntegralPostprocessor.h:10
virtual Real computeQpIntegral() override
Definition SideWeightedIntegralPostprocessor.C:27
const VariableValue & _weight
Definition SideWeightedIntegralPostprocessor.h:20
static InputParameters validParams()
Definition SideWeightedIntegralPostprocessor.C:6