Lines Matching refs:bas_fcts

366   const BAS_FCTS  *lag, *bas_fcts;  in add_refined_data()  local
397 bas_fcts = drv->fe_space->bas_fcts; in add_refined_data()
398 lag = get_lagrange(bas_fcts->dim, bas_fcts->degree); in add_refined_data()
399 if (lag != bas_fcts) { in add_refined_data()
408 if(drv->fe_space->bas_fcts->degree > max_degree) { in add_refined_data()
410 max_degree = max_fe_space->bas_fcts->degree; in add_refined_data()
419 bas_fcts = drv_d->fe_space->bas_fcts; in add_refined_data()
420 lag = get_lagrange(bas_fcts->dim, bas_fcts->degree); in add_refined_data()
421 if (lag != bas_fcts) { in add_refined_data()
430 if(drv_d->fe_space->bas_fcts->degree > max_degree) { in add_refined_data()
432 max_degree = max_fe_space->bas_fcts->degree; in add_refined_data()
436 bas_fcts = velocity->fe_space->bas_fcts; in add_refined_data()
437 lag = get_lagrange(bas_fcts->dim, bas_fcts->degree); in add_refined_data()
438 if (lag != bas_fcts) { in add_refined_data()
447 if(velocity->fe_space->bas_fcts->degree > max_degree) { in add_refined_data()
449 max_degree = max_fe_space->bas_fcts->degree; in add_refined_data()
479 n_bas_fcts = max_fe_space->bas_fcts->n_bas_fcts; in add_refined_data()
481 max_bas_fcts = max_fe_space->bas_fcts; in add_refined_data()
529 if(drv_ptr[i]->fe_space->bas_fcts->degree == 0) in add_refined_data()
539 if(drv_d_ptr[i]->fe_space->bas_fcts->degree == 0) in add_refined_data()
548 if(velocity->fe_space->bas_fcts->degree == 0) in add_refined_data()
556 lag_nodes = LAGRANGE_NODES(max_fe_space->bas_fcts); in add_refined_data()
577 new_bas_fcts = drv_ptr[i]->fe_space->bas_fcts; in add_refined_data()
604 new_bas_fcts = drv_d_ptr[i]->fe_space->bas_fcts; in add_refined_data()
629 new_bas_fcts = velocity->fe_space->bas_fcts; in add_refined_data()
700 if(drv_ptr[i]->fe_space->bas_fcts->degree == 0) { in add_refined_data()
741 if(drv_d_ptr[i]->fe_space->bas_fcts->degree == 0) { in add_refined_data()
777 if(velocity->fe_space->bas_fcts->degree == 0) { in add_refined_data()
813 if(drv_ptr[i]->fe_space->bas_fcts->degree == 0) in add_refined_data()
821 if(drv_d_ptr[i]->fe_space->bas_fcts->degree == 0) in add_refined_data()
828 if(velocity->fe_space->bas_fcts->degree == 0) in add_refined_data()