Home
last modified time | relevance | path

Searched refs:rw_el_est (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/Heat/Common/
H A Dnonlin.c111 static REAL *rw_el_est(EL *el) in rw_el_est() function
217 est = ellipt_est(u_h, adapt, rw_el_est, nil, degree, norm, C, in estimate()
H A Ddemoheat.c125 static REAL * rw_el_est(EL *el) in rw_el_est() function
138 static REAL *rw_el_est(EL *el) in rw_el_est() function
533 time_est = heat_est(u_h, adapt_instat, rw_el_est, rw_el_estc, in estimate()
559 err_L2 = adapt->err_sum = L2_err(u0, u_h, nil, false, false ,rw_el_est, &adapt->err_max); in est_initial()
H A Dellipt.c106 static REAL *rw_el_est(EL *el) in rw_el_est() function
326 est = ellipt_est(u_h, adapt, rw_el_est, nil, degree, norm, C, in estimate()
H A Dheat.cc93 return((est_heat->rw_el_est)(el,0)); in wrap_rw_el_est()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/Common/
H A Dnonlin.c66 static REAL *rw_el_est(EL *el) in rw_el_est() function
179 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dellipt-isoparam.c85 static REAL *rw_el_est(EL *el) in rw_el_est() function
446 *rw_el_est(el_info->el) = max_el; in build()
495 *rw_el_est(el_info->el) = max_el; in build()
554 *rw_el_est(el_info->el) = max_el; in build()
710 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dheat-easy.c78 static REAL *rw_el_est(EL *el) in rw_el_est() function
491 time_est = heat_est(u_h, u_old, adapt_instat, rw_el_est, rw_el_estc, in estimate()
513 err_L2 = adapt->err_sum = L2_err(u0, u_h, NULL, false, false, rw_el_est, &adapt->err_max); in est_initial()
H A Dheat.c82 static REAL *rw_el_est(EL *el) in rw_el_est() function
633 time_est = heat_est(u_h, u_old, adapt_instat, rw_el_est, rw_el_estc, in estimate()
656 L2_err(u0, u_h, NULL, false, false, rw_el_est, &adapt->err_max); in est_initial()
H A Dellipt.c71 static REAL *rw_el_est(EL *el) in rw_el_est() function
345 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dellipt-dg.c78 static REAL *rw_el_est(EL *el) in rw_el_est() function
433 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dellipt-sphere.c91 static REAL *rw_el_est(EL *el) in rw_el_est() function
571 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dellipt-periodic.c93 static REAL *rw_el_est(EL *el) in rw_el_est() function
554 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dstokes.c80 static REAL *rw_el_est(EL *el) in rw_el_est() function
566 est_handle = ellipt_est_dow_init(u_h, adapt, rw_el_est, NULL /* rw_estc */, in estimate()
H A Dellipt-torus.c132 static REAL *rw_el_est(EL *el) in rw_el_est() function
734 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
H A Dquasi-stokes.c104 static REAL *rw_el_est(EL *el) in rw_el_est() function
972 est_handle = ellipt_est_dow_init(u_h, adapt, rw_el_est, NULL /* rw_estc */, in estimate()
H A Dquasi-stokes-slip.c130 static REAL *rw_el_est(EL *el) in rw_el_est() function
1271 est_handle = ellipt_est_dow_init(u_h, adapt, rw_el_est, NULL /* rw_estc */, in estimate()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/AlbertaNum/Common/
H A Dest.hh70 REAL * rw_el_est(EL const *el, int comp);
H A Dest.cc31 REAL * est::rw_el_est(EL const*el, int comp) in rw_el_est() function in est
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/3d/
H A Dellipt2.c70 static REAL *rw_el_est(EL *el) in rw_el_est() function
438 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
457 err = H1_err(grd_u, u_h, quad, 0, rw_el_est, NULL); in estimate()
H A Dellipt-moebius.c137 static REAL *rw_el_est(EL *el) in rw_el_est() function
580 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/4d/
H A Dellipt-klein-bottle.c111 static REAL *rw_el_est(EL *el) in rw_el_est() function
561 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/block_solve/demo/Common/
H A Dstokes.c98 static REAL *rw_el_est(EL *el) in rw_el_est() function
633 est_handle = ellipt_est_dow_init(u_h, adapt, rw_el_est, NULL /* rw_estc */, in estimate()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/5d/
H A Dellipt-klein-3-bottle.c161 static REAL *rw_el_est(EL *el) in rw_el_est() function
755 est = ellipt_est(u_h, adapt, rw_el_est, NULL /* rw_est_c() */, in estimate()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/static_condensation/demo/Common/
H A Dmini-stokes.c124 static REAL *rw_el_est(EL *el) in rw_el_est() function
769 est_handle = ellipt_est_dow_init(u_h, adapt, rw_el_est, NULL /* rw_estc */, in estimate()
H A Dmini-quasi-stokes.c148 static REAL *rw_el_est(EL *el) in rw_el_est() function
1172 est_handle = ellipt_est_dow_init(u_h, adapt, rw_el_est, NULL /* rw_estc */, in estimate()

12