integrationElement  571 old_code/tumor_growth/tumor_growth.h   	const double weight = quadrature.weight(pt) * geometry.integrationElement(x);
integrationElement  628 old_code/tumor_growth/tumor_growth.h 	const double weight = quadrature.weight(pt) * geometry.integrationElement(x);
integrationElement  681 old_code/tumor_growth/tumor_growth.h   	const double weight = quadrature.weight(pt) * geometry.integrationElement(x);
integrationElement  709 old_code/tumor_growth/tumor_growth.h 	  = bigger_quadrature.weight(pt) * geometry.integrationElement(x);
integrationElement  743 old_code/tumor_growth/tumor_growth.h   	const double weight = quadrature.weight(pt) * geometry.integrationElement(x);
integrationElement  774 old_code/tumor_growth/tumor_growth.h   	const double weight = quadrature.weight(pt) * geometry.integrationElement(x);
integrationElement  171 src/secOrd_op_brusselator_impl.cpp       const auto weight = q.weight(pt) * g.integrationElement(x);
integrationElement  188 src/secOrd_op_brusselator_impl.cpp       const auto weight = q.weight(pt) * g.integrationElement(x);
integrationElement  221 src/secOrd_op_brusselator_impl.cpp     const auto weight = q.weight(pt) * g.integrationElement(x);
integrationElement  244 src/secOrd_op_brusselator_impl.cpp       = q.weight(pt) * g.integrationElement(x)
integrationElement  265 src/secOrd_op_brusselator_impl.cpp     const auto integral_factor = q.weight(pt) * geometry.integrationElement(x);
integrationElement  300 src/secOrd_op_brusselator_impl.cpp       = q.weight(pt) * geometry.integrationElement(x)
integrationElement  178 src/secOrd_op_linearHeat.cpp     const auto weight = q.weight(pt) * g.integrationElement(x);
integrationElement  197 src/secOrd_op_linearHeat.cpp     const auto weight = q.weight(pt) * g.integrationElement(x);
integrationElement  329 src/secOrd_op_rhs_impl.h       fx *= quad.weight(pt) * geometry.integrationElement(x);
integrationElement  155 src/secOrd_op_rhs_u.cpp     fx *= q.weight(pt) * g.integrationElement(x);
integrationElement  149 src/secOrd_op_rhs_w.cpp     fx *= q.weight(pt) * g.integrationElement(x);
integrationElement  120 src/secOrd_op_solutionDriven_impl.cpp     const auto integral_factor = q.weight(pt) * g.integrationElement(x);
integrationElement  139 src/secOrd_op_solutionDriven_impl.cpp     const auto integral_factor = q.weight(pt) * g.integrationElement(x);