Home
last modified time | relevance | path

Searched refs:get_dxidx (Results 1 – 7 of 7) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dhcurl_fe_transformation.C28 fe.get_fe_map().get_dxidx(); in init_map_phi()
36 fe.get_fe_map().get_dxidx(); in init_map_dphi()
44 fe.get_fe_map().get_dxidx(); in init_map_d2phi()
67 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_phi()
104 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_phi()
H A Dh1_fe_transformation.C37 fe.get_fe_map().get_dxidx(); in init_map_dphi()
45 fe.get_fe_map().get_dxidx(); in init_map_d2phi()
90 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_dphi()
120 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_dphi()
159 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_dphi()
225 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_d2phi()
290 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_d2phi()
378 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_d2phi()
513 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_curl()
559 const std::vector<Real> & dxidx_map = fe.get_fe_map().get_dxidx(); in map_curl()
[all …]
H A Dinf_fe.C943 const std::vector<Real> & dxidx_map = this->_fe_map->get_dxidx(); in compute_shape_functions()
H A Dinf_fe_static.C532 data.local_transform[0][0] = fe->get_dxidx()[0]; in compute_data()
H A Dfe_interface.C1961 data.local_transform[0][0] = fe->get_dxidx()[0]; in compute_data()
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_abstract.h323 const std::vector<Real> & get_dxidx() const in get_dxidx() function
324 { calculate_map = true; return this->_fe_map->get_dxidx(); } in get_dxidx()
H A Dfe_map.h304 const std::vector<Real> & get_dxidx() const in get_dxidx() function