Home
last modified time | relevance | path

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

/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dh1_fe_transformation.C532 + (dphideta[i][p].slice(1))*detadx_map[p]; in map_curl()
535 + (dphideta[i][p].slice(0))*detady_map[p]; in map_curl()
576 + (dphideta[i][p].slice(2))*detady_map[p] in map_curl()
580 + (dphideta[i][p].slice(1))*detadz_map[p] in map_curl()
584 + (dphideta[i][p].slice(0))*detadz_map[p] in map_curl()
588 + (dphideta[i][p].slice(2))*detadx_map[p] in map_curl()
592 + (dphideta[i][p].slice(1))*detadx_map[p] in map_curl()
596 + (dphideta[i][p].slice(0))*detady_map[p] in map_curl()
686 + (dphideta[i][p].slice(0))*detadx_map[p] in map_div()
690 + (dphideta[i][p].slice(1))*detady_map[p] in map_div()
[all …]
H A Dinf_fe.C594 dphideta.resize(n_total_approx_shape_functions); in init_shape_functions()
675 dphideta[i].resize (n_total_qp); in init_shape_functions()
812 const std::vector<std::vector<Real>> & St = base_fe->dphideta; in combine_base_radial()
853 libmesh_assert_equal_to (dphideta.size(), n_total_approx_sf); in combine_base_radial()
868 dphideta [ti][bp+rp*n_base_qp] = St[bi][bp] * mode[ri][rp] * som[rp]; in combine_base_radial()
962 dphideta[i][p]*detadx_map[p] + in compute_shape_functions()
968 dphideta[i][p]*detady_map[p] + in compute_shape_functions()
974 dphideta[i][p]*detadz_map[p] + in compute_shape_functions()
H A Dfe_subdivision_2D.C429 dphideta.resize (n_approx_shape_functions); in init_shape_functions()
442 dphideta[i].resize (n_qp); in init_shape_functions()
462dphideta[i][p] = FE<2,SUBDIVISION>::shape_deriv (elem, fe_type.order, cvi[i], 1, qp[p]); in init_shape_functions()
464 dphi[i][p](1) = dphideta[i][p]; in init_shape_functions()
623 dphideta[j][p] = sum3 * jfac; in init_shape_functions()
625 dphi[j][p](1) = dphideta[j][p]; in init_shape_functions()
642 this->_fe_map->get_dphideta_map() = dphideta; in init_shape_functions()
H A Dfe.C406 this->dphideta.resize (n_approx_shape_functions); in init_shape_functions()
474 this->dphideta[i].resize(n_qp); in init_shape_functions()
575 FE<Dim,T>::shape_derivs(elem, this->fe_type.order, i, 1, qp, this->dphideta[i]); in init_shape_functions()
603 FE<Dim,T>::shape_derivs(elem, this->fe_type.order, i, 1, qp, this->dphideta[i]); in init_shape_functions()
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex13/
H A Dmiscellaneous_ex13.C416 const std::vector<std::vector<Real>> & dphideta = fe->get_dphideta(); in assemble_shell() local
585 Real C1i = dphidxi[i][qp]*C0(0,0) + dphideta[i][qp]*C0(1,0); in assemble_shell()
586 Real C2i = dphidxi[i][qp]*C0(0,1) + dphideta[i][qp]*C0(1,1); in assemble_shell()
595 Real bc1i = dphidxi[i][qp]*bc(0,0) + dphideta[i][qp]*bc(1,0); in assemble_shell()
596 Real bc2i = dphidxi[i][qp]*bc(0,1) + dphideta[i][qp]*bc(1,1); in assemble_shell()
637 MyVector2d BdxiI(dphidxi[i][qp],dphideta[i][qp]); in assemble_shell()
644 Real C1j = dphidxi[j][qp]*C0(0,0) + dphideta[j][qp]*C0(1,0); in assemble_shell()
645 Real C2j = dphidxi[j][qp]*C0(0,1) + dphideta[j][qp]*C0(1,1); in assemble_shell()
654 Real bc1j = dphidxi[j][qp]*bc(0,0) + dphideta[j][qp]*bc(1,0); in assemble_shell()
655 Real bc2j = dphidxi[j][qp]*bc(0,1) + dphideta[j][qp]*bc(1,1); in assemble_shell()
[all …]
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex12/
H A Dmiscellaneous_ex12.C418 const std::vector<std::vector<Real>> & dphideta = fe->get_dphideta(); in assemble_shell() local
681 Real C1i = dphidxi[i][qp]*C0(0,0) + dphideta[i][qp]*C0(1,0); in assemble_shell()
682 Real C2i = dphidxi[i][qp]*C0(0,1) + dphideta[i][qp]*C0(1,1); in assemble_shell()
691 Real bc1i = dphidxi[i][qp]*bc(0,0) + dphideta[i][qp]*bc(1,0); in assemble_shell()
692 Real bc2i = dphidxi[i][qp]*bc(0,1) + dphideta[i][qp]*bc(1,1); in assemble_shell()
727 MyVector2d BdxiI(dphidxi[i][qp],dphideta[i][qp]); in assemble_shell()
734 Real C1j = dphidxi[j][qp]*C0(0,0) + dphideta[j][qp]*C0(1,0); in assemble_shell()
735 Real C2j = dphidxi[j][qp]*C0(0,1) + dphideta[j][qp]*C0(1,1); in assemble_shell()
744 Real bc1j = dphidxi[j][qp]*bc(0,0) + dphideta[j][qp]*bc(1,0); in assemble_shell()
745 Real bc2j = dphidxi[j][qp]*bc(0,1) + dphideta[j][qp]*bc(1,1); in assemble_shell()
[all …]
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_base.h303 calculate_dphiref = true; return dphideta; } in get_dphideta()
594 std::vector<std::vector<OutputShape>> dphideta; variable
786 dphideta(), in FEGenericBase()