15#include "libmesh/vector_value.h"
24 const RealGradient & grad_test,
25 const RealGradient & grad_phi)
30 const Real gt0 = grad_test(0);
31 const Real gt1 = grad_test(1);
32 const Real gt2 = grad_test(2);
33 const Real gp0 = grad_phi(0);
34 const Real gp1 = grad_phi(1);
35 const Real gp2 = grad_phi(2);
71 const RealGradient & grad_test,
89 const RealGradient & grad_phi)
114 return test * phi * sum;
138 mooseError(
"\nIndex out of bound while converting from tensor to voigt notation in "
139 "toVoigtNotationIndexConversion");
170 mooseError(
"\nIndex out of bound while converting from tensor to MOOSE voigt notation in "
171 "toMooseVoigtNotationIndexConversion");
void mooseError(Args &&... args)
static constexpr std::size_t dim
int eps(unsigned int i, unsigned int j)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real