Definition at line 281 of file hanging_node_approx.cpp.
◆ OpErrorSkel()
◆ doWork()
Definition at line 285 of file hanging_node_approx.cpp.
290 const int nb_integration_pts = getGaussPts().size2();
291 auto t_w = getFTensor0IntegrationWeight();
293 auto t_coords = getFTensor1CoordsAtGaussPts();
295 const double volume = getMeasure();
298 for (
int gg = 0; gg != nb_integration_pts; ++gg) {
300 const double alpha = t_w * volume;
303 error2 += alpha * (pow(diff, 2));
310 MOFEM_LOG(
"SELF", Sev::verbose) <<
"Boundary error " << sqrt(error2);
312 constexpr
double eps = 1e-8;
313 if (sqrt(error2) >
eps)
315 "Error on boundary = %6.4e", sqrt(error2));
◆ commonDataPtr
The documentation for this struct was generated from the following file: