Home
last modified time | relevance | path

Searched refs:grad_error (Results 1 – 8 of 8) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/error_estimation/
H A Dhp_coarsentest.C373 Gradient grad_error; in select_refinement() local
381 grad_error.add_scaled((*dphi)[i][qp], system.current_solution(dof_num)); in select_refinement()
395 grad_error.subtract_scaled((*dphi_coarse)[i][qp], Up(i)); in select_refinement()
407 (*JxW)[qp] * grad_error.norm_sq()); in select_refinement()
444 Gradient grad_error; in select_refinement() local
453 grad_error.add_scaled((*dphi)[i][qp], system.current_solution(dof_num)); in select_refinement()
462 grad_error.subtract_scaled((*dphi_coarse)[i][qp], Uc(i)); in select_refinement()
473 (*JxW)[qp] * grad_error.norm_sq()); in select_refinement()
H A Dexact_error_estimator.C494 Gradient grad_error = grad_u_h; in find_squared_element_error() local
496 grad_error -= _exact_deriv(q_point[qp],parameters,sys_name,var_name); in find_squared_element_error()
498 grad_error -= _exact_derivs[sys_num]-> in find_squared_element_error()
501 grad_error -= fine_values->gradient(q_point[qp]); in find_squared_element_error()
503 error_val += JxW[qp]*grad_error.norm_sq(); in find_squared_element_error()
H A Duniform_refinement_estimator.C609 Gradient grad_error = grad_u_fine - grad_u_coarse; in _estimate_error() local
612 grad_error.norm_sq(); in _estimate_error()
H A Dexact_solution.C730 …const typename FEGenericBase<OutputShape>::OutputNumberGradient grad_error = grad_u_h - exact_grad; in _compute_error() local
732 error_vals[1] += JxW[qp]*grad_error.norm_sq(); in _compute_error()
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dbfgs_module.f90126 energy_thr, grad_thr, cell_thr, energy_error, grad_error, & argument
160 REAL(DP), INTENT(OUT) :: energy_error, grad_error, cell_error local
236 grad_error = MAXVAL( ABS( grad_in ) )
238 grad_error = MAXVAL( ABS( MATMUL( TRANSPOSE(hinv_block), grad(1:n-9)) ) )
241 conv_bfgs = conv_bfgs .AND. ( grad_error < grad_thr )
267 WRITE(stdout, '(5X,"Gradient error",T30,"= ",1PE12.1)') grad_error
/dports/science/py-dlib/dlib-19.22/dlib/test/
H A Ddnn.cpp78 dlog << LINFO << "src error: " << grad_error; in test_tanh()
79 DLIB_TEST(grad_error < 0.001); in test_tanh()
115 DLIB_TEST(grad_error < 0.001); in test_sigmoid()
155 DLIB_TEST(grad_error < 0.001); in test_softmax()
206 DLIB_TEST(grad_error < 0.001); in test_softmax_all()
372 DLIB_TEST(grad_error < 0.001); in test_batch_normalize()
376 DLIB_TEST(grad_error < 0.001); in test_batch_normalize()
380 DLIB_TEST(grad_error < 0.001); in test_batch_normalize()
461 DLIB_TEST(grad_error < 0.001); in test_batch_normalize_conv()
465 DLIB_TEST(grad_error < 0.001); in test_batch_normalize_conv()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/test/
H A Ddnn.cpp78 dlog << LINFO << "src error: " << grad_error; in test_tanh()
79 DLIB_TEST(grad_error < 0.001); in test_tanh()
115 DLIB_TEST(grad_error < 0.001); in test_sigmoid()
155 DLIB_TEST(grad_error < 0.001); in test_softmax()
206 DLIB_TEST(grad_error < 0.001); in test_softmax_all()
372 DLIB_TEST(grad_error < 0.001); in test_batch_normalize()
376 DLIB_TEST(grad_error < 0.001); in test_batch_normalize()
380 DLIB_TEST(grad_error < 0.001); in test_batch_normalize()
461 DLIB_TEST(grad_error < 0.001); in test_batch_normalize_conv()
465 DLIB_TEST(grad_error < 0.001); in test_batch_normalize_conv()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/examples/step-51/
H A Dstep-51.cc1075 const double grad_error = in postprocess() local
1098 convergence_table.add_value("grad L2", grad_error); in postprocess()