Home
last modified time | relevance | path

Searched refs:bas_fcts (Results 1 – 25 of 141) sorted by relevance

123456

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/Common/
H A Deval.c75 if (!(bas_fcts = fe_space->bas_fcts)) { in H1_norm_uh()
163 if (!(bas_fcts = fe_space->bas_fcts)) { in L2_norm_uh()
246 if (!(bas_fcts = fe_space->bas_fcts)) { in L8_uh_at_qp()
317 if (!(bas_fcts = fe_space->bas_fcts)) { in H1_norm_uh_dow()
405 if (!(bas_fcts = fe_space->bas_fcts)) { in L2_norm_uh_dow()
485 if (!(bas_fcts = fe_space->bas_fcts)) { in L8_uh_at_qp_dow()
575 const BAS_FCTS *bas_fcts = fe_space->bas_fcts; in interpol_el_single() local
635 if (!(bas_fcts = fe_space->bas_fcts)) { in interpol_loc()
755 const BAS_FCTS *bas_fcts = fe_space->bas_fcts; in interpol_el_single_d() local
796 const BAS_FCTS *bas_fcts = fe_space->bas_fcts; in interpol_el_single_dow() local
[all …]
H A Dbas_fct.c535 const BAS_FCTS *bas_fcts = dof_vec->fe_space->bas_fcts; \
606 if (!bas_fcts) { in new_bas_fcts()
616 TEST_EXIT(bas_fcts->dim >= 0 && bas_fcts->dim <= DIM_MAX, in new_bas_fcts()
625 TEST_EXIT(bas_fcts->rdim == 1 || bas_fcts->rdim == DIM_OF_WORLD, in new_bas_fcts()
634 TEST_EXIT(bas_fcts->rdim == 1 || bas_fcts->phi_d != NULL, in new_bas_fcts()
647 bas_fcts->name); in new_bas_fcts()
650 bas_fcts->name); in new_bas_fcts()
655 TEST_EXIT(bas_fcts->n_bas_fcts <= bas_fcts->n_bas_fcts_max, in new_bas_fcts()
666 !strncmp(bas_fcts->name, bf_node->bas_fcts->name, len)) { in new_bas_fcts()
673 bf_node->bas_fcts = bas_fcts; in new_bas_fcts()
[all …]
H A Dl2scp.c82 bas_fcts = fe_space->bas_fcts; in _AI_L2scp_fct_bas()
153 bas_fcts = quad_fast->bas_fcts; in _AI_L2scp_fct_bas()
220 bas_fcts = fe_space->bas_fcts; in _AI_L2scp_fct_bas_dow()
294 bas_fcts = quad_fast->bas_fcts; in _AI_L2scp_fct_bas_dow()
386 bas_fcts = fe_space->bas_fcts; in _AI_H1scp_fct_bas()
490 bas_fcts = quad_fast->bas_fcts; in _AI_H1scp_fct_bas()
553 bas_fcts = fe_space->bas_fcts; in _AI_H1scp_fct_bas_dow()
889 bas_fcts = qfast->bas_fcts; in _AI_bndry_L2scp_fct_bas()
1102 bas_fcts = qfast->bas_fcts; in _AI_bndry_L2scp_fct_bas_dow()
1396 bas_fcts = qfast->bas_fcts; in _AI_bndry_H1scp_fct_bas()
[all …]
H A Dwrite_mesh_gmv.c366 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()
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()
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()
[all …]
H A Dparametric_intern.h214 const BAS_FCTS *bas_fcts = quad_fast->bas_fcts; in PN() local
224 if (bas_fcts->degree > 2) { in PN()
247 const BAS_FCTS *bas_fcts = quad_fast->bas_fcts; in PN() local
256 if (bas_fcts->degree > 2) { in PN()
273 const BAS_FCTS *bas_fcts) in PN()
286 if (bas_fcts->degree >= 3) { in PN()
776 bas_fcts = data->coords->fe_space->bas_fcts; in PN()
1001 bas_fcts = data->coords->fe_space->bas_fcts; in PN()
1185 bas_fcts = data->coords->fe_space->bas_fcts; in PN()
1343 const BAS_FCTS *bas_fcts; in PN() local
[all …]
H A Dassemble-instat.c86 n_row = thisptr->row_fe_space->bas_fcts->n_bas_fcts; in element_system_instat()
88 n_col = thisptr->col_fe_space->bas_fcts->n_bas_fcts; in element_system_instat()
139 n_row = thisptr->row_fe_space->bas_fcts->n_bas_fcts; in element_system_dow_instat()
141 n_col = thisptr->col_fe_space->bas_fcts->n_bas_fcts; in element_system_dow_instat()
186 info->n_row = info->elsii.row_fe_space->bas_fcts->n_bas_fcts; in fill_sys_info_instat()
188 info->n_col = info->elsii.col_fe_space->bas_fcts->n_bas_fcts; in fill_sys_info_instat()
237 info->n_row = info->elsii.row_fe_space->bas_fcts->n_bas_fcts; in fill_sys_info_instat_dow()
299 const BAS_FCTS *row_bfcts = elsii->row_fe_space->bas_fcts; in update_system_instat()
310 bound = get_el_schar_vec(elsii->row_fe_space->bas_fcts); in update_system_instat()
352 const BAS_FCTS *row_bfcts = elsii->row_fe_space->bas_fcts; in update_system_instat_dow()
[all …]
H A Derror.c71 if (!(bas_fcts = fe_space->bas_fcts)) { in _AI_max_err_at_qp()
163 if (!(bas_fcts = fe_space->bas_fcts)) { in max_err_at_vert()
227 if (!(bas_fcts = fe_space->bas_fcts)) { in max_err_at_vert_loc()
287 if (!(bas_fcts = fe_space->bas_fcts)) { in _AI_L2_err()
474 if (!(bas_fcts = fe_space->bas_fcts)) { in _AI_H1_err()
729 if (!(bas_fcts = fe_space->bas_fcts)) { in _AI_max_err_dow_at_qp()
821 if (!(bas_fcts = fe_space->bas_fcts)) { in max_err_dow_at_vert()
890 if (!(bas_fcts = fe_space->bas_fcts)) { in max_err_dow_at_vert_loc()
955 if (!(bas_fcts = fe_space->bas_fcts)) { in _AI_L2_err_dow()
1159 if (!(bas_fcts = fe_space->bas_fcts)) { in _AI_H1_err_dow()
[all …]
H A Drefine.c138 if (div->fe_space->bas_fcts) { in count_refine_interpol()
139 *fill_flags |= div->fe_space->bas_fcts->fill_flags; in count_refine_interpol()
146 if (ddv->fe_space->bas_fcts) { in count_refine_interpol()
154 if (ddv->fe_space->bas_fcts) { in count_refine_interpol()
163 if (duv->fe_space->bas_fcts) { in count_refine_interpol()
171 if (dsv->fe_space->bas_fcts) { in count_refine_interpol()
180 if (drv->fe_space->bas_fcts) { in count_refine_interpol()
188 if (drdv->fe_space->bas_fcts) { in count_refine_interpol()
197 if (dpv->fe_space->bas_fcts) { in count_refine_interpol()
206 if (dm->row_fe_space->bas_fcts) { in count_refine_interpol()
[all …]
H A Dnumint.c2747 const BAS_FCTS *bas_fcts = qfast->bas_fcts; in realloc_quad_caches() local
2757 if ((bas_fcts->phi_d != NULL && bas_fcts->dir_pw_const) in realloc_quad_caches()
2886 const BAS_FCTS *bas_fcts = qfast->bas_fcts; in fill_quad_caches() local
2991 const BAS_FCTS *bas_fcts = qfast->bas_fcts; in fill_quad_caches_tangential() local
3146 const BAS_FCTS *bas_fcts = qfast->bas_fcts; in qfast_init_element() local
3320 if (quad_fast->bas_fcts == bas_fcts && in __get_quad_fast_single()
3333 if (quad_fast->bas_fcts == bas_fcts && quad_fast->quad == quad) { in __get_quad_fast_single()
3353 quad_fast->bas_fcts = bas_fcts; in __get_quad_fast_single()
3394 if (!init_element_needed && bas_fcts->dir_pw_const && bas_fcts->phi_d) { in __get_quad_fast_single()
3476 const BAS_FCTS *bas_fcts = quad_fast->bas_fcts; in alloc_dflt_caches() local
[all …]
H A Dwall_quad.c406 const BAS_FCTS *bas_fcts = wqfast->bas_fcts; in wall_qfast_init_element() local
412 bfct_tag = INIT_ELEMENT(el_info, bas_fcts); in wall_qfast_init_element()
451 if ((bas_fcts->rdim == 1 || !bas_fcts->dir_pw_const) && in wall_qfast_init_element()
502 TEST_EXIT(bquad->dim == bas_fcts->dim, in get_wall_quad_fast()
504 bas_fcts->dim, bquad->dim); in get_wall_quad_fast()
516 quad_fast->bas_fcts == bas_fcts && in get_wall_quad_fast()
531 quad_fast->bas_fcts == bas_fcts && in get_wall_quad_fast()
548 INIT_OBJECT(bas_fcts); in get_wall_quad_fast()
558 quad_fast->bas_fcts = (BAS_FCTS *)bas_fcts; in get_wall_quad_fast()
563 bquad->fill_flags|bas_fcts->fill_flags); in get_wall_quad_fast()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/1d/
H A Dlagrange_2_1d.c295 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in refine_inter2_1d() local
330 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in refine_inter_d2_1d() local
372 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_inter2_1d() local
377 get_dof_indices2_1d(pdof, el, admin, bas_fcts); in coarse_inter2_1d()
408 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_inter_d2_1d() local
413 get_dof_indices2_1d(pdof, el, admin, bas_fcts); in coarse_inter_d2_1d()
428 cvec = bas_fcts->get_real_d_vec(el->child[1], dv, NULL); in coarse_inter_d2_1d()
443 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_restr2_1d() local
448 get_dof_indices2_1d(pdof, el, admin, bas_fcts); in coarse_restr2_1d()
481 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_restr_d2_1d() local
[all …]
H A Dparametric_1d.c331 const BAS_FCTS *bas_fcts; in param_init_elementY_1d() local
338 bas_fcts = data->coords->fe_space->bas_fcts; in param_init_elementY_1d()
347 bas_fcts = data->coords->fe_space->bas_fcts; in param_init_elementY_1d()
353 const BAS_FCTS *bas_fcts = data->coords->fe_space->bas_fcts; in param_init_elementY_1d() local
395 const BAS_FCTS *bas_fcts = quad_fast->bas_fcts; in compute_wall_DD_1d() local
444 const BAS_FCTS *bas_fcts; in wall_normalY_1d() local
456 bas_fcts = data->coords->fe_space->bas_fcts; in wall_normalY_1d()
537 const BAS_FCTS *bas_fcts = drdv->fe_space->bas_fcts; in refine_interpol2_1d() local
728 const BAS_FCTS *bas_fcts = drdv->fe_space->bas_fcts; in refine_interpolY_1d() local
825 const BAS_FCTS *bas_fcts = drdv->fe_space->bas_fcts; in coarse_interpolY_1d() local
[all …]
H A Dlagrange_3_1d.c343 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in refine_inter3_1d() local
354 get_dof_indices3_1d(cdof, el->child[0], admin, bas_fcts); in refine_inter3_1d()
382 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in refine_inter_d3_1d() local
424 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_inter3_1d() local
429 get_dof_indices3_1d(pdof, el, admin, bas_fcts); in coarse_inter3_1d()
459 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_inter_d3_1d() local
464 get_dof_indices3_1d(pdof, el, admin, bas_fcts); in coarse_inter_d3_1d()
492 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_restr3_1d() local
497 get_dof_indices3_1d(pdof, el, admin, bas_fcts); in coarse_restr3_1d()
532 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_restr_d3_1d() local
[all …]
H A Dlagrange_4_1d.c425 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in refine_inter4_1d() local
436 get_dof_indices4_1d(cdof, el->child[0], admin, bas_fcts); in refine_inter4_1d()
470 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in refine_inter_d4_1d() local
522 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_inter4_1d() local
527 get_dof_indices4_1d(pdof, el, admin, bas_fcts); in coarse_inter4_1d()
559 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_inter_d4_1d() local
564 get_dof_indices4_1d(pdof, el, admin, bas_fcts); in coarse_inter_d4_1d()
601 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_restr4_1d() local
606 get_dof_indices4_1d(pdof, el, admin, bas_fcts); in coarse_restr4_1d()
645 const BAS_FCTS *bas_fcts = dv->fe_space->bas_fcts; in coarse_restr_d4_1d() local
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/AlbertaNum/Common/
H A Dprototype_fem_elfunc.cc8 prototype_fem_elfunc::prototype_fem_elfunc( const BAS_FCTS * const bas_fcts, int degree, in prototype_fem_elfunc() argument
10 :sol_bas_fcts(bas_fcts)//, prob_data_ptr(prob_data_ptr), in prototype_fem_elfunc()
15 degree = 2*bas_fcts->degree;//das is wieder so implizitees Zeug... in prototype_fem_elfunc()
16 if (bas_fcts->degree > 1) in prototype_fem_elfunc()
20 quad = get_quadrature( bas_fcts->dim, degree); in prototype_fem_elfunc()
21 quad_fast_uh = get_quad_fast(bas_fcts, quad, fill_flag);//fuer Elemente in prototype_fem_elfunc()
H A Derror_c.cc81 static const BAS_FCTS *bas_fcts; variable
254 if (!(bas_fcts = fe_space->bas_fcts)) in L2_err_c()
261 quad_fast = get_quad_fast(bas_fcts, quad, INIT_PHI); in L2_err_c()
263 get_real_vec_el = fe_space->bas_fcts->get_real_vec; in L2_err_c()
357 if (!(bas_fcts = fe_space->bas_fcts)) in H1_err_c()
366 get_real_vec_el = fe_space->bas_fcts->get_real_vec; in H1_err_c()
468 if (!(bas_fcts = fe->bas_fcts)) in L2_err_c_d()
477 get_real_d_vec_el = bas_fcts->get_real_d_vec; in L2_err_c_d()
571 if (!(bas_fcts = fe->bas_fcts)) in H1_err_c_d()
577 quad = get_quadrature(DIM, 2*bas_fcts->degree-2); in H1_err_c_d()
[all …]
H A Dfem_elfunc.cc46 fem_elfunc::fem_elfunc(const BAS_FCTS * const bas_fcts, int quad_degree in fem_elfunc() argument
48 prototype_fem_elfunc( bas_fcts, quad_degree,timestep)//, test_bas_fcts(bas_fcts) in fem_elfunc()
50 quad = get_quadrature(bas_fcts->dim, quad_degree); in fem_elfunc()
57 fem_elfunc::fem_elfunc(const BAS_FCTS * const bas_fcts in fem_elfunc() argument
60 prototype_fem_elfunc( bas_fcts, degree,timestep)//, test_bas_fcts(test_bas_fcts) in fem_elfunc()
72 if (bas_fcts== test_bas_fcts) in fem_elfunc()
90 sol_bas_fcts = phases[0] whatever ->fe_space->bas_fcts; in fem_elfunc()
H A Dbuild_stat.cc141 GET_BOUND( test_quad_fast->bas_fcts, el_info, bound); in set_at_el()
146 test_quad_fast->bas_fcts->get_dof_indices(el_info->el in set_at_el()
157 =(REAL *)(test_quad_fast->bas_fcts->bas_fcts_data); in calc()
371 get_wall_quad_fast(u_h[0]->fe_space->bas_fcts, wall_quad, in common_construct_func()
376 if (f_h[row_comp]->fe_space->bas_fcts->degree > 1) in common_construct_func()
388 rhs_size_el += f_h[row_comp]->fe_space->bas_fcts->n_bas_fcts; in common_construct_func()
416 { row_dof = new DOF[u_h[0]->fe_space->bas_fcts->n_bas_fcts]; in common_construct_func()
441 el_f = new REAL[f_h[0]->fe_space->bas_fcts->n_bas_fcts]; in common_construct_func()
458 sol_bas_fcts = u_h[0]->fe_space->bas_fcts; in common_construct_func()
525 , fem_elfunc( fe_space->bas_fcts, quad_degree,timestep) in build_stat()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dlagrange_2_3d.c444 const BAS_FCTS *bas_fcts; in real_refine_inter2_3d() local
455 else if (!drv->fe_space->bas_fcts) in real_refine_inter2_3d()
461 GET_STRUCT(bas_fcts, drv->fe_space); in real_refine_inter2_3d()
546 else if (!drv->fe_space->bas_fcts) in real_coarse_inter2_3d()
572 const BAS_FCTS *bas_fcts; in real_coarse_restr2_3d() local
583 else if (!drv->fe_space->bas_fcts) in real_coarse_restr2_3d()
681 const BAS_FCTS *bas_fcts; in real_d_refine_inter2_3d() local
692 else if (!drdv->fe_space->bas_fcts) in real_d_refine_inter2_3d()
787 else if (!drdv->fe_space->bas_fcts) in real_d_coarse_inter2_3d()
815 const BAS_FCTS *bas_fcts; in real_d_coarse_restr2_3d() local
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/Elast/Common/
H A Delast.cc113 static const BAS_FCTS *bas_fcts=fe_space->bas_fcts; in stress_assemble() local
114 static const int n_phi= bas_fcts->n_bas_fcts; in stress_assemble()
115 static const int dim = bas_fcts->dim; in stress_assemble()
117 = bas_fcts->get_dof_indices; in stress_assemble()
119 = bas_fcts->get_real_vec; in stress_assemble()
136 …if (fe_space->bas_fcts->degree > 2) MSG("untested for u->degree = %d\n", fe_space->bas_fcts->deg… in stress_assemble()
154 wall_quad = get_wall_quad(DIM, 2*bas_fcts->degree); in stress_assemble()
571 n =fe_space->bas_fcts->n_bas_fcts; in interpol0()
685 int quad_degree = 2*fe_space->bas_fcts->degree; in init_elast()
718 = fe_space->bas_fcts->real_refine_inter; in init_elast()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/2d/
H A DgraphXO_2d.c544 bas_fcts = v->fe_space->bas_fcts; in graph_level_2d()
693 if (bas_fcts->get_real_d_vec) in graph_level_d_fct()
750 bas_fcts = v->fe_space->bas_fcts; in graph_level_d_2d()
781 if (bas_fcts->get_real_vec) in val_minmax_fct()
813 if (bas_fcts->get_real_d_vec) in val_d_minmax_fct()
869 bas_fcts = v->fe_space->bas_fcts; in graph_levels_2d()
943 bas_fcts = v->fe_space->bas_fcts; in graph_levels_d_2d()
1090 if (bas_fcts->get_real_vec) in graph_value_fct()
1134 bas_fcts = v->fe_space->bas_fcts; in graph_drv_2d()
1312 bas_fcts = v->fe_space->bas_fcts; in graph_drv_d_2d()
[all …]
H A Dlagrange_2_2d.c357 const BAS_FCTS *bas_fcts; in real_refine_inter2_2d() local
373 GET_STRUCT(bas_fcts, drv->fe_space); in real_refine_inter2_2d()
445 else if (!drv->fe_space->bas_fcts) in real_coarse_inter2_2d()
473 const BAS_FCTS *bas_fcts; in real_coarse_restr2_2d() local
484 else if (!drv->fe_space->bas_fcts) in real_coarse_restr2_2d()
490 GET_STRUCT(bas_fcts, drv->fe_space); in real_coarse_restr2_2d()
556 const BAS_FCTS *bas_fcts; in real_d_refine_inter2_2d() local
567 else if (!drdv->fe_space->bas_fcts) in real_d_refine_inter2_2d()
653 else if (!drdv->fe_space->bas_fcts) in real_d_coarse_inter2_2d()
683 const BAS_FCTS *bas_fcts; in real_d_coarse_restr2_2d() local
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/Common/
H A Dellipt-dg.c186 if (fe_space->bas_fcts->degree > 0) { in bndry_init_element()
298 oi_ptr = fe_space->bas_fcts->degree > 0 ? &o_info : NULL; in build()
487 const BAS_FCTS *bas_fcts; in main() local
533 bas_fcts = get_bas_fcts(mesh->dim, bfcts_name); in main()
537 const QUAD *quad = get_quadrature(bas_fcts->dim, 2 * bas_fcts->degree); in main()
539 REAL mass_matrix[bas_fcts->n_bas_fcts][bas_fcts->n_bas_fcts]; in main()
542 for (i = 0; i < bas_fcts->n_bas_fcts; i++) { in main()
543 for (j = 0; j < bas_fcts->n_bas_fcts; j++) { in main()
558 get_fe_space(mesh, bas_fcts->name, bas_fcts, 1 /* rdim */, ADM_FLAGS_DFLT); in main()
563 u_h->refine_interpol = fe_space->bas_fcts->real_refine_inter; in main()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/geomview/
H A Dgeomview-graphics.c605 bas_fcts = fe_space->bas_fcts; in mesh2off_1d()
630 DOF dofs[bas_fcts->n_bas_fcts]; in mesh2off_1d()
707 DOF dofs[bas_fcts->n_bas_fcts]; in mesh2off_1d()
1025 bas_fcts = fe_space->bas_fcts; in mesh2off_2d()
1051 DOF dofs[bas_fcts->n_bas_fcts]; in mesh2off_2d()
1728 const BAS_FCTS *bas_fcts; in mesh2off_3d() local
1736 bas_fcts = fe_space->bas_fcts; in mesh2off_3d()
2353 const BAS_FCTS *bas_fcts; member
2415 const BAS_FCTS *bas_fcts; member
2618 uh_data.bas_fcts = u_h->fe_space->bas_fcts; in togeomview()
[all …]
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/reparam_cm/src/Common/
H A Dgeomview-graphics.c608 bas_fcts = fe_space->bas_fcts; in mesh2off_1d()
633 DOF dofs[bas_fcts->n_bas_fcts]; in mesh2off_1d()
707 DOF dofs[bas_fcts->n_bas_fcts]; in mesh2off_1d()
1004 bas_fcts = fe_space->bas_fcts; in mesh2off_2d()
1030 DOF dofs[bas_fcts->n_bas_fcts]; in mesh2off_2d()
1682 const BAS_FCTS *bas_fcts; in mesh2off_3d() local
1690 bas_fcts = fe_space->bas_fcts; in mesh2off_3d()
2323 const BAS_FCTS *bas_fcts; member
2439 const BAS_FCTS *bas_fcts; member
2665 uh_data.bas_fcts = u_h->fe_space->bas_fcts; in togeomview()
[all …]

123456