Searched refs:MyVector3d (Results 1 – 2 of 2) sorted by relevance
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex12/ |
H A D | miscellaneous_ex12.C | 71 typedef Eigen::Matrix<libMesh::Real, 3, 1> MyVector3d; typedef 479 MyVector3d a1; in assemble_shell() 481 MyVector3d a2; in assemble_shell() 483 MyVector3d n; in assemble_shell() 532 MyVector3d a1; in assemble_shell() 534 MyVector3d a2; in assemble_shell() 536 MyVector3d n; in assemble_shell() 623 MyVector3d aA1 = 0.5*(X2-X1); in assemble_shell() 624 MyVector3d aA2 = 0.5*(X3-X4); in assemble_shell() 625 MyVector3d aB1 = 0.5*(X4-X1); in assemble_shell() [all …]
|
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex13/ |
H A D | miscellaneous_ex13.C | 73 typedef Eigen::Matrix<libMesh::Real, 3, 1> MyVector3d; typedef 470 MyVector3d a1; in assemble_shell() 472 MyVector3d a2; in assemble_shell() 474 MyVector3d n; in assemble_shell() 517 MyVector3d a1; in assemble_shell() 519 MyVector3d a2; in assemble_shell() 521 MyVector3d n; in assemble_shell() 558 MyVector3d d2Xdxi2(d2xyzdxi2[qp](0), d2xyzdxi2[qp](1), d2xyzdxi2[qp](2)); in assemble_shell() 559 MyVector3d d2Xdeta2(d2xyzdeta2[qp](0), d2xyzdeta2[qp](1), d2xyzdeta2[qp](2)); in assemble_shell() 567 MyVector3d dndxi = -b(0,0)*F0it.col(0) - b(0,1)*F0it.col(1); in assemble_shell() [all …]
|