Plane 2-D elements¶
- class xc.ElemWithMaterial4N_Mech2D¶
Bases:
xc.ElementBase4N
- copyMaterialFrom((ElemWithMaterial4N_Mech2D)arg1, (ElemWithMaterial4N_Mech2D)arg2, (bool)arg3) None : ¶
Copy the material from the given element.
- C++ signature :
void copyMaterialFrom(XC::ElemWithMaterial<4, XC::SolidMech2D> {lvalue},XC::ElemWithMaterial<4, XC::SolidMech2D>,bool)
- property extrapolationMatrix¶
Returns the element extrapolation matrix.
- getExtrapolatedValues((ElemWithMaterial4N_Mech2D)arg1, (Matrix)arg2) Matrix : ¶
Return the values at nodes from the values at the Gauss points.
- C++ signature :
XC::Matrix getExtrapolatedValues(XC::ElemWithMaterial<4, XC::SolidMech2D> {lvalue},XC::Matrix)
- property getPhysicalProperties¶
TO DEPRECATE: use physicalProperties. Returns materials at integration points (gauss points).
- property physicalProperties¶
Returns materials at integration points (gauss points).
- setMaterial((ElemWithMaterial4N_Mech2D)arg1, (str)arg2) None : ¶
Set the element material.
- C++ signature :
void setMaterial(XC::ElemWithMaterial<4, XC::SolidMech2D> {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
- class xc.QuadBase4N_Mech2D¶
Bases:
xc.PlaneElement4N_Mech2D
- property rho¶
Get/set the mass density of the element.
- property thickness¶
Get/set the thickness of the element.
- class xc.ElemWithMaterial3N_Mech2D¶
Bases:
xc.ElementBase3N
- property getPhysicalProperties¶
TO DEPRECATE: use physicalProperties. Returns materials at integration points (gauss points).
- property physicalProperties¶
returns materials at integration points (gauss points).
- setMaterial((ElemWithMaterial3N_Mech2D)arg1, (str)arg2) None : ¶
Set the element material.
- C++ signature :
void setMaterial(XC::ElemWithMaterial<3, XC::SolidMech2D> {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)
- class xc.TriBase3N_Mech2D¶
Bases:
xc.PlaneElement3N_Mech2D
- class xc.ElemWithMaterial4N_SFD¶
Bases:
xc.ElementBase4N
- copyMaterialFrom((ElemWithMaterial4N_SFD)arg1, (ElemWithMaterial4N_SFD)arg2, (bool)arg3) None : ¶
Copy the material from the given element.
- C++ signature :
void copyMaterialFrom(XC::ElemWithMaterial<4, XC::SectionFDPhysicalProperties> {lvalue},XC::ElemWithMaterial<4, XC::SectionFDPhysicalProperties>,bool)
- property extrapolationMatrix¶
Returns the element extrapolation matrix.
- getExtrapolatedValues((ElemWithMaterial4N_SFD)arg1, (Matrix)arg2) Matrix : ¶
Return the values at nodes from the values at the Gauss points.
- C++ signature :
XC::Matrix getExtrapolatedValues(XC::ElemWithMaterial<4, XC::SectionFDPhysicalProperties> {lvalue},XC::Matrix)
- property getPhysicalProperties¶
TO DEPRECATE: use physicalProperties. Returns materials at integration points (gauss points).
- property physicalProperties¶
returns materials at integration points (gauss points).
- setMaterial((ElemWithMaterial4N_SFD)arg1, (str)arg2) None : ¶
Set the element material.
- C++ signature :
void setMaterial(XC::ElemWithMaterial<4, XC::SectionFDPhysicalProperties> {lvalue},std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)