12 #include "libmesh/quadrature.h" 26 :
SidePostprocessor(parameters), _pf(coupledValue(
"pf")), _grad_pf(coupledGradient(
"pf"))
41 for (
unsigned int qp = 0; qp <
_qrule->n_points(); qp++)
43 if (std::abs(
_pf[qp]) < 0.5)
const std::vector< double > y
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const QBase *const & _qrule
const MooseArray< Point > & _normals