Home
last modified time | relevance | path

Searched refs:dpsidxi_map (Results 1 – 4 of 4) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dinf_fe_boundary.C259 std::vector<std::vector<Real>> & dpsidxi_map = this->_fe_map->get_dpsidxi(); in init_face_shape_functions() local
262 dpsidxi_map.resize (n_total_mapping_shape_functions); in init_face_shape_functions()
276 dpsidxi_map[i].resize (n_total_qp); in init_face_shape_functions()
299 dpsidxi_map [ti][bp+rp*n_base_qp] = Ss_map[bi][bp] * radial_map [ri][rp]; in init_face_shape_functions()
320 dpsidxi_map [ti][bp] = Ss_map[ti][bp] ; in init_face_shape_functions()
H A Dfe_boundary.C421 this->dpsidxi_map.resize (n_mapping_shape_functions); in init_face_shape_functions()
461 this->dpsidxi_map[i].resize (n_qp); in init_face_shape_functions()
490 … this->dpsidxi_map[i][p] = shape_deriv_ptr (map_fe_type, side, i, 0, qp[p], false); in init_face_shape_functions()
546 this->dpsidxi_map.resize (n_mapping_shape_functions); in init_edge_shape_functions()
570 this->dpsidxi_map[i].resize (n_qp); in init_edge_shape_functions()
583 … this->dpsidxi_map[i][p] = shape_deriv_ptr (map_fe_type, edge, i, 0, qp[p], false); in init_edge_shape_functions()
731 this->dxyzdxi_map[p].add_scaled (side_point, this->dpsidxi_map[i][p]); in compute_face_map()
870 this->dxyzdxi_map[p].add_scaled (side_point, this->dpsidxi_map[i][p]); in compute_face_map()
1037 this->dxyzdxi_map[p].add_scaled (edge_point, this->dpsidxi_map[i][p]); in compute_edge_map()
H A Dfe_xyz_map.C75 this->dxyzdxi_map[p].add_scaled (side_point, this->dpsidxi_map[i][p]); in compute_face_map()
167 this->dxyzdxi_map[p].add_scaled (side_point, this->dpsidxi_map[i][p]); in compute_face_map()
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_map.h480 calculate_dxyz = true; return dpsidxi_map; } in get_dpsidxi()
484 calculate_dxyz = true; return dpsidxi_map; } in get_dpsidxi()
933 std::vector<std::vector<Real>> dpsidxi_map; variable